cmd-follow-up
Installation
SKILL.md
Follow-Up
Post-implementation reflection pass. Run after completing a task to catch loose ends and simplify before calling it done.
Instructions
- Determine scope — use the current branch diff unless the user specifies otherwise:
git diff main...HEAD --name-only- Fall back to staged changes if no branch diff exists
- Read all changed files in full before reviewing.
- Answer each question below. For every finding, cite
file_path:line_numberand fix it directly. - If everything looks good, say so briefly — don't invent busywork.