radin-doctor
Check that radin's own install under ~/.claude is complete and its companion tools are reachable. Use for /radin-doctor, "check my radin install", "is radin…
Print the current project's backlog to the terminal. Use for /radin-show, "show me the backlog", "what's in the backlog", "list backlog items", "print the backlog".
$ npx -y skills add shortcuts/radin --skill radin-show --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/radin-showContext preview
The summary Claude sees to decide when to auto-load this skill.
Print the current project's backlog to the terminal. Use for /radin-show, "show me the backlog", "what's in the backlog", "list backlog items", "print the backlog".
name: radin-show description: | Print the current project's backlog to the terminal. Use for /radin-show, "show me the backlog", "what's in the backlog".
Print the current project's backlog as markdown.
RADIN_CLI backlog show
Pass a category when the user narrows the scope ("show me fix items"): `backlog show fix`. Otherwise pass none.
It exits 1 with "no backlog" when the project has none. Tell the user that, point them at `radin-record` or `radin-review` to start one, and create no file.
Print the output as-is: the CLI already orders and formats it.
Check that radin's own install under ~/.claude is complete and its companion tools are reachable. Use for /radin-doctor, "check my radin install", "is radin…
Work through a project's whole backlog: prioritize every task, execute each via a sub-agent, commit after each. Use when the user wants the entire backlog…
Write a step-by-step implementation plan for one backlog entry, without touching code. Scope is one task (a title/keyword), not the whole backlog. Use for…
Log feedback, bugs, follow-ups, or ideas raised mid-session as structured backlog entries, so they survive past the conversation. Use for /radin-record, "log…
Run a thermo-nuclear code quality review over a scope (commit, PR, directory, or a range like "since yesterday"), triage the findings with the user, and log…
Wire codebase-memory-mcp into this repo when install.sh could not do it globally. Use for "set up hooks", "wire up codebase-memory-mcp", "enable the knowledge…