Agent skill
ado-fix-review-comments
Fix PR review comments, simplify code, and self-review
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ado-fix-review-comments
SKILL.md
Fix Review Comments Skill
Process
1. Understand Each Comment
- Read the review comment carefully
- Understand what change is requested
- Check the surrounding code context via the diff hunk
2. Make Targeted Fixes
For each comment:
- Navigate to the file and line
- Implement the requested change
- Keep changes minimal and focused
- Maintain code style consistency
3. Run Code Simplifier
After all fixes:
- Run /code-simplifier on modified files
- Ensure code remains clean and readable
4. Reply & Resolve on GitHub
After fixing each comment:
- Reply to EVERY review comment on the PR explaining the fix (use
mcp__plugin_github_github__add_reply_to_pull_request_comment) - Resolve each review thread so the reviewer sees all comments addressed
- Even if a comment required no code change, reply explaining why
5. Self-Review
Before committing:
- Review all changes made
- Verify fixes are correct
- Check for regressions
- Ensure code style is consistent
6. Output Format
## Review Comment Fixes
### Comment 1: [file:line]
**Feedback:** [original comment]
**Fix:** [what was changed]
### Comment 2: [file:line]
...
## Code Simplification
[changes made by code-simplifier]
## Self-Review
- [ ] All comments addressed
- [ ] No regressions introduced
- [ ] Code style consistent
- [ ] Tests still pass (if applicable)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?