skills/skill-retro/SKILL.md
--- name: skill-retro description: Retrospective on skills used in the current session — surfaces friction, proposes concrete edits to SKILL.md files, and commits improvements. Use when the user wants to evolve, improve, review, refine, or retro the skills they just ran. Also use proactively at the end of a multi-skill task. category: development argument-hint: [--skill <name>] [--apply] [--since <ref>] allowed-tools: Bash(git *) Bash(grep *) Bash(find *) Read Write Edit Glob Grep --- # Skill R
npx skillsauth add RonanCodes/ronan-skills skills/skill-retroInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Close the loop on skill usage. Walk back through what ran this session, surface friction, propose concrete edits, commit the improvements. Skills compound only if they get sharper with use.
/ro:skill-retro # review all skills used this session
/ro:skill-retro --skill new-tanstack-app # focus on one skill
/ro:skill-retro --apply # also apply the proposed edits (otherwise just draft)
/ro:skill-retro --since HEAD~20 # review skills referenced in last N commits
/ro:new-tanstack-app + /ro:cf-ship)Determine which skills touched this session. Sources in order:
/ro:<name> invocations or skills/<name>/SKILL.md reads--since <ref> is given: git log <ref>..HEAD --all -- skills/ to find skills referenced in commits--skill <name> is given: just that oneIf nothing is detectable, ask the user which skills to review.
Read the SKILL.md file. For each, answer:
wrangler was installed, or a .env variable was set)Capture findings in a structured report.
Output to stdout (not a file unless user asks):
## Skill Retro — <date>
### /ro:new-tanstack-app
- ✅ Worked end-to-end for connections-helper migration scaffold
- ⚠️ Friction: assumed `corepack enable` was already done; hit "pnpm not found" on first try
- 💡 Proposed edit: add explicit `command -v pnpm || corepack enable pnpm` check in step 1 before running `pnpm create`
- 📝 Diff sketch: [show the proposed change to SKILL.md]
### /ro:cf-ship
- ✅ Pre-flight caught a type error that would have shipped broken
- ⚠️ Smoke check hit a 500 but gave no hint about which binding was missing
- 💡 Proposed edit: on smoke-check failure, auto-run `wrangler tail` for 10s and surface the first error line
- 📝 Diff sketch: [...]
For each 💡, show the concrete SKILL.md edit inline so the user can accept or redirect. Keep edits small and focused — if a skill needs a major restructure, say so and stop there; don't rewrite without discussion.
--apply)If --apply was passed, apply the diffs via Edit tool, then:
cd "${CLAUDE_PLUGIN_ROOT:-$HOME/Dev/ronan-skills}" # adjust if different
git add skills/<name>/SKILL.md
git commit -m "♻️ refactor: evolve <skill-name> — <what changed>"
Use /ro:commit for the commit if that skill is loaded (handles timestamp rules + emoji format). Otherwise inline the message in the emoji + conventional format.
Optionally bump a last-reviewed: YYYY-MM-DD field in the skill frontmatter to track which skills haven't been retro'd recently. If the field doesn't exist yet, add it.
| Signal during a task | What it likely means | Retro action | |---|---|---| | Agent asked the user a clarifying question | Skill missing a step or ambiguous | Add the step / clarify the flag | | Agent guessed at a value and was wrong | Skill assumes prior state | Add an explicit check or env-var fallback | | Same shell command fails repeatedly | Command drifted (tool update, deprecation) | Update the command | | User interrupted with "don't do X" | Anti-pattern surfaced | Add to Safety or Anti-Patterns section | | Skill did nothing useful, user did manually | Skill is obsolete or miscategorised | Delete or merge into another |
/ro:post-mortem — for bugs in the product, not the skill (different shape)/ro:create-skill — for brand-new skills surfaced by the retro as gaps/ro:commit — emoji-conventional commits for the retro changestesting
--- name: linear-pipeline description: The Fable orchestrator for a single dispatched Linear ticket. Holds almost no context itself; it receives `--issue <ID> --detached`, decides the stage sequence, and fans out a sub-agent per stage, passing forward only each stage's artifact (never re-derived, never inlined into its own context). Step zero, before any planning or stage routing, is a boundary triage against `canon/security-boundary.md` (#199): a match tags Ronan Connolly and stops the run, no
development
--- name: in-your-face description: Capture a chat-only answer into a durable artifact (markdown + HTML, PDF when cheap) and launch it automatically so the user cannot miss it. Use when user says "in your face", "don't let me lose this", "save that answer", "make that durable", or right after answering a substantive side question (a recipe, comparison, how-to, or generated prompt) that would otherwise die with the context. category: workflow argument-hint: [--no-open] [--vault <short>] [hint of
tools
One-shot headless OpenAI Codex CLI calls for background/admin AI tasks — summaries, classification, extraction, admin glue. The default engine for anything that runs AI constantly in the background (daemon-driven, per-event), because it bills the flat ChatGPT subscription instead of Claude usage or per-token API spend, and it keeps working while Claude is rate-limited. NEVER for coding — coding stays Claude. Use when a skill or daemon needs a cheap always-on AI call, when the user says "use codex", "ask codex", "codex as backup", or when building a background summarizer/classifier into a listener or loop. Reads auth from ~/.codex/auth.json (ChatGPT account, no API key).
research
Turn a warranty rejection, repair quote, or RMA email into a cited decision brief — legal read (NL/EU consumer law), is the part user-serviceable, live part and new-unit prices, repair-vs-DIY-vs-new economics, before-you-send-it checklist, deadlines. Use when the user pastes or screenshots a repair quote, warranty rejection, "not covered" email, onderzoekskosten fee, or asks "should I repair or replace this".