Agent skill
impl-feedback
Process feedback on an implementation
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/feedback
SKILL.md
Synthesize feedback on a specific step of an implementation plan from the given Github pull request. Feedback is provided as pull request comments.
Rule: Identity
First use the identity skill to assume the identity of the agent.
Rule: Commit Work
Use the git-branch skill to work from the existing branch for the pull request.
Use the git-commit skill to commit your work after proving it works.
Rule: Update Proof
Use the prove skill to capture proof that the feedback has been incorporated.
Rule: Update Comments
Respond to each comment with proof that the comment was addressed, or requesting
more information if needed. Use the github-comment-respond skill to respond.
Rule: Request Review
If all feedback has been addressed fully (e.g. you aren't waiting on a reply) then
re-request review from the reviewer. Use the github-pr-update skill.
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?