| name | retro-resolve |
| description | Scan retro.md files across all skills, resolve open issues, and update retro entries. |
| argument-hint | [--skill <name>] [--dry-run] |
| allowed-tools | Bash, Write, Read, Glob, Grep, Edit |
Purpose
Batch-process open retro issues across all skills. Reads each status: open entry, investigates the root cause, applies the fix, and updates the retro entry.
Arguments
--skill <name> — Only process issues for a specific skill (default: all skills)
--dry-run — Report open issues without applying fixes
Workflow
1. Discover
Glob for **/retro.md in the skills directory. Parse each file for entries containing status: open.
2. Report
Print: "Found N open issues across M skills" with a summary table.
If --dry-run, stop here.
3. Resolve (sequential by skill)
For each open entry:
- Read context — read the skill's SKILL.md and any referenced files
- Read the retro entry — understand context, root-cause, and resolution-hint
- Investigate — determine the fix (read relevant code, templates, references)
- Apply the fix — edit SKILL.md, template, or reference file