clean-worktree
Interactive cleanup of stale worktrees (merged branches, orphaned refs)
Conventional Commits enforcer for AI-authored PRs.
$ npx -y skills add rtk-ai/rtk --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/rtk-commit-message-styleContext preview
What this command does when you run it.
Conventional Commits enforcer for AI-authored PRs.
Conventional Commits enforcer for AI-authored PRs.
Follow Conventional Commits 1.0:
<type>(<scope>): <short summary, imperative, lowercase, no period> <body — wrap at 72 cols, explain WHY the change, not WHAT (the diff shows what)> <optional footer: BREAKING CHANGE, Co-Authored-By>
Allowed types: feat, fix, perf, refactor, docs, test, chore, ci, build, revert. Scope is the directory or module touched.
Banned phrasing in the summary line:
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
Repo: rtk-ai/rtk
Interactive cleanup of stale worktrees (merged branches, orphaned refs)
Clean all merged worktrees automatically (no interaction)
RTK environment diagnostics - Checks installation, hooks, version, command routing
Refuse force-pushes / history rewrites unless the user explicitly asks.
Defensive idioms when generating Rust code.
Force the agent to write or extend a test for every behaviour change.