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

  1. 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
  2. Read all changed files in full before reviewing.
  3. Answer each question below. For every finding, cite file_path:line_number and fix it directly.
  4. If everything looks good, say so briefly — don't invent busywork.

Questions

1. Anything left undone?

  • Are there TODOs, FIXMEs, or HACKs introduced in this diff that should be resolved now?
  • Did you skip something the user asked for?
Related skills
Installs
2
GitHub Stars
7
First Seen
Apr 16, 2026