From engineering-workflow-skills
Implements code review feedback systematically: parses comments into todos, locates/edits code, adds tests/docs, verifies with tests/linting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering-workflow-skills:review-implementingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Systematically process and implement changes based on code review feedback.
Systematically process and implement changes based on code review feedback.
Identify individual feedback items:
Use TodoWrite tool to create actionable tasks:
in_progress before startingExample:
- Add type hints to extract function
- Fix duplicate tag detection logic
- Update docstring in chain.py
- Add unit test for edge case
For each todo item:
Locate relevant code:
Make changes:
Verify changes:
Update status:
completed immediately after finishingin_progress at a time)Code changes:
New features:
Documentation:
Tests:
Refactoring:
After implementing changes:
uv run ruff checkKeep user informed:
Conflicting feedback:
Breaking changes required:
Tests fail after changes:
Referenced code doesn't exist:
npx claudepluginhub chaosclubco/claude-skills-marketplace-c114beb6 --plugin engineering-workflow-skills4plugins reuse this skill
First indexed Jun 6, 2026
Process code review feedback rigorously: read fully, understand issues, verify claims against code, evaluate fixes, respond with evidence, and implement changes. For PRs, agent reviews, external feedback.
Resolves GitHub PR review comments by implementing fixes for bugs, refactors, style, tests, docs; verifies changes and generates resolution reports.
Walks through code review comments one at a time, triaging each with the user before making any code changes. Supports review.jsonl, GitHub PRs, documents, and conversation input.