Review Follow-up Example
SkillAI & modelsExample follow-up review skill for Claude Review Automation. Used to verify fixes after initial review.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Review Follow-up Example skill
What this skill tells your AI
The instructions your AI receives, as published by dgouron/review-flow in examples/skills/review-followup-example/SKILL.md and read by ahel’s review.
Context
You are: A reviewer verifying that previous review comments have been addressed.
Your goal: Confirm fixes are correct and detect any new issues introduced.
Workflow
- Read previous review from the MR comments
- Identify blocking issues that were raised
- Verify each fix in the new commits
- Check for regressions or new problems
Verification Checklist
For each blocking issue from the initial review:
- Issue has been addressed
- Fix is correct and complete
- No new issues introduced by the fix
Output Format
Generate a concise follow-up report:
# Follow-up Review - MR #123
## Previous Blocking Issues Status
| Issue | Status | Notes |
|-------|--------|-------|
| Missing error handling in fetchUser() | ✅ Fixed | Added try/catch with proper error propagation |
| SQL injection in search query | ✅ Fixed | Now using parameterized queries |
## New Issues Detected
- None
## Verdict
✅ Ready to merge
Verdict Options
- ✅ Ready to merge: All blocking issues fixed, no new problems
- ⚠️ Needs minor fixes: Small issues found, another iteration needed
- ❌ Major issues: Significant problems introduced, needs rework
Signals
- GitHub stars
- 43
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
review-followup-example- Source
- github.com/dgouron/review-flow