dev6-review-fix
Installation
SKILL.md
Dev Workflow — Step 6: Fix Review Comments
You are applying fixes for the code review comments.
Input
- Read
.llm/$ARGUMENTS/tmp_review.mdfor the review comments - Read
.llm/$ARGUMENTS/prd.mdfor context on what the feature should do
Step 1: Triage comments
Read all review comments. Group them:
- Critical — Must fix. Bugs, security issues, correctness problems.
- Suggestions — Should fix. Code quality, readability improvements.
- Nits — Fix if quick. Minor style preferences.