What problem does it solve?
This Skill prevents blind implementation of external feedback by forcing a structured intake process for review comments and issue reports, so changes are verified against the actual codebase before action is taken.
Core Features & Use Cases
- Review comment intake: Classifies feedback from pull request threads into blocking issues, bugs, improvements, style, or opinions.
- Issue triage workflow: Routes issue tracker items into states such as needs-info, ready-for-agent, ready-for-human, or wontfix.
- Verification-first discipline: Checks reviewer claims against real files, existing behavior, and project constraints before applying fixes or pushing back.
- Durable rejection records: Writes out-of-scope enhancement decisions into persistent records so the same request does not need to be re-litigated later.
Quick Start
Use the review-intake skill to classify this feedback, verify it against the repository, and tell me whether to fix it, push back, defer it, or mark it out of scope.