code-review-feedback-handler

Classify review comments as Accept, Partial Accept, or Reject and generate a final report before implementing changes.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/HuveD/agent-skillset --skill code-review-feedback-handler
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: code-review-feedback-handler
Source: https://github.com/HuveD/agent-skillset/tree/main/code-review-feedback-handler
Command: npx skills add https://github.com/HuveD/agent-skillset --skill code-review-feedback-handler

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

๋ฆฌ๋ทฐ ์ฝ”๋ฉ˜ํŠธ๋ฅผ ๋ถ„์„ํ•˜๊ณ , ์ˆ˜์šฉ/๋ถ€๋ถ„ ์ˆ˜์šฉ/๊ฑฐ์ ˆ๋กœ ๋ถ„๋ฅ˜ํ•ด ๋ณ€๊ฒฝ ์‚ฌํ•ญ๋งŒ ์ ์šฉํ•˜๊ณ  ์ตœ์ข… ๋ณด๊ณ ์„œ๋ฅผ ์ž‘์„ฑํ•˜๋Š” ๊ณผ์ •์„ ์ž๋™ํ™”ํ•ฉ๋‹ˆ๋‹ค.

Core Features & Use Cases

  • ์ฝ”๋ฉ˜ํŠธ ๋ถ„์„: ํ•ต์‹ฌ ์ฃผ์žฅ๊ณผ ์˜๋„๋ฅผ ๋ถ„๋ฆฌ ์š”์•ฝ
  • ์ž์œจ ์ฝ”๋“œ ์กฐ์‚ฌ: ์ตœ์‹  ์ฝ”๋“œ์™€ ํ˜ธ์ถœ ๊ด€๊ณ„๋ฅผ ํ™•์ธํ•˜๊ณ  ์˜ํ–ฅ ๋ฒ”์œ„๋ฅผ ํ‰๊ฐ€
  • ์‚ฌ์–‘ ๋ฐ ๋ฌธ์„œ ๊ฒ€ํ† : ๊ด€๋ จ ๋ฌธ์„œ์™€ ์‚ฌ์–‘์„ ๊ต์ฐจ ๊ฒ€์‚ฌ
  • ๋น„ํŒ์  ํƒ€๋‹น์„ฑ ๊ฒ€์ฆ: ์ˆ˜์šฉ/๊ฑฐ์ ˆ ํŒ๋‹จ์˜ ๊ทผ๊ฑฐ๋ฅผ ๊ธฐ๋กํ•˜๊ณ  ์žฌํ˜„ ๊ฐ€๋Šฅํ•˜๊ฒŒ ๊ด€๋ฆฌ
  • ์ตœ์ข… ๋ณด๊ณ : ๋ณ€๊ฒฝ ๋‚ด์šฉ๊ณผ ์˜์‚ฌ๊ฒฐ์ • ๊ธฐ๋ก์„ ์ฐธ๊ณ  ๋ณด๊ณ ๋กœ ์ œ๊ณต

Quick Start

๋ฆฌ๋ทฐ ์ฝ”๋ฉ˜ํŠธ๋ฅผ ์ž…๋ ฅํ•˜๋ฉด ์‹œ์Šคํ…œ์ด ๋ถ„์„ํ•˜๊ณ  ์ˆ˜์šฉ/๋ถ€๋ถ„ ์ˆ˜์šฉ/๊ฑฐ์ ˆ์„ ๊ฒฐ์ •ํ•œ ๋’ค ํ•„์š”ํ•œ ๋ณ€๊ฒฝ์„ ์ ์šฉํ•˜๊ณ  ์ตœ์ข… ๋ณด๊ณ ์„œ๋ฅผ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค.

Frequently Asked Questions about code-review-feedback-handler

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code-review feedback triage for pull requests?โ–ผ

Automating code-review feedback triage involves classifying pull request comments into Accept, Partial Accept, and Reject categories. The system analyzes each comment's core claim, investigates the codebase, verifies against current specs, and generates a decision report before applying changes.

What is the best way to validate code-review comments against project documentation?โ–ผ

Validating code-review comments against documentation requires cross-referencing reviewer feedback with up-to-date specs. The system performs autonomous code investigation, checks call relationships, assesses impact scope, and records reproducible rationale for every accept or reject decision made.

How do I generate a report for accepted and rejected pull request review feedback?โ–ผ

Generating a report for review feedback requires logging the rationale behind each classification decision. After triaging comments into Accept, Partial Accept, or Reject, the system compiles the applied changes and decision records into a final reference report for engineers.

Do I need up-to-date specs and documentation to automate pull request comment handling?โ–ผ

Yes, up-to-date specs and documentation are required to automate pull request comment handling. The system needs access to current project code and documentation to verify proposed changes against existing implementations and ensure only substantiated feedback is merged.

Can I use automated triage to ensure only substantiated code changes are merged?โ–ผ

Yes, automated triage ensures only substantiated code changes are merged by critically validating each review comment. It separates intent from claims, checks the actual code impact, and rejects unsubstantiated feedback before any modifications are applied to the codebase.

What are the limitations of automating code-review feedback classification?โ–ผ

A limitation of automating code-review feedback classification is its dependency on accessible, up-to-date project documentation and specs. Without accurate codebase context and current specifications, the system cannot reliably verify changes or assess the full impact scope of proposed modifications.