Agent skill
review-verify
Verify that review feedback was addressed in a revision
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/review-verify-daemn256-workspace-repo-templ
SKILL.md
Review Verify
Uses Reviewer. Verify that a commit or revision addresses specific review feedback. Compare the feedback items against the actual changes to confirm resolution.
Prerequisites: Original review feedback available, commit/revision diff accessible
Process
- Parse original feedback — What specifically was requested?
- Analyze commit diff — What did the commit change?
- Match — Does the change address the feedback?
- Check for over-correction — Did they change more than needed?
Output
## Context Anchors
- **PR:** #<number>
- **Commit:** <sha> - <message>
- **Feedback being addressed:** <summary>
## Verification Result
**Verdict:** <Resolved | Partially Resolved | Not Resolved | Over-corrected>
### Feedback Items
| Item | Status | Notes |
| ------------ | ---------------- | ---------------- |
| <feedback 1> | ✅ Resolved | <how> |
| <feedback 2> | ⚠️ Partial | <what's missing> |
| <feedback 3> | ❌ Not addressed | <still needed> |
## Next Step
<If Resolved: "Feedback addressed. Ready for re-review.">
<If Partial/Not: "Still needs: <what>">
**Approval Required:** Yes
```
---
## Error Handling
| Error | Recovery |
| --------------------------- | ------------------------------------ |
| Missing original feedback | Request the review comments |
| Commit doesn't match branch | Verify correct commit SHA |
| Ambiguous feedback item | Ask reviewer for clarification |
| Scope creep in revision | Flag unrelated changes to the author |
```
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?