What problem does it solve?
This Skill automates the process of addressing code review comments so developers can quickly triage feedback, apply fixes, verify correctness, and produce a clean commit for the feature branch.
Core Features & Use Cases
- Triage and Prioritization: Classifies review comments into Critical, Suggestions, and Nits to focus effort on correctness and security first.
- Targeted Fix Application: Reads referenced files and lines from review notes, applies code changes, and ensures updates align with the feature intent documented in prd.md.
- Verification and Commit: Runs the test suite when available to detect regressions, stages changes, commits with a standardized message, and hands off to the next PR step.
- Use Case: A developer receives a review for a feature branch, uses this Skill to programmatically apply reviewers' fixes, confirm tests pass, and create a commit ready for the pull request.
Quick Start
Apply review fixes for feature signup-form by reading .llm/signup-form/tmp_review.md and .llm/signup-form/prd.md, implement the fixes, run tests, commit the changes, and trigger the next PR step.