Agent skill
retro-resolve
Scan retro.md files across all skills, resolve open issues, and update retro entries.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/retro-resolve
SKILL.md
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
- Update the retro entry:
- Replace
status: openwith a description of what was changed - Add
files-changedlisting modified files - Append
(resolved by /retro-resolve YYYY-MM-DD)to the fix line
- Replace
4. Summary
Print a table listing each issue, its skill, and resolution status (fixed / skipped / needs-review).
Constraints
- Do not change skill behavior or semantics — only fix gaps, errors, and omissions
- If a fix would change behavior significantly, leave the entry open and add a review note
- Process issues sequentially within each skill (related issues may interact)
- Always read the skill's SKILL.md before attempting a fix
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?