Skip to content
Development
Command

/rtk-commit-message-style

Conventional Commits enforcer for AI-authored PRs.

From plugin
rtk
80k13 skills6 agents13 commands
Install
$ npx -y skills add rtk-ai/rtk --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/rtk-commit-message-style

Context preview

What this command does when you run it.

Conventional Commits enforcer for AI-authored PRs.

Command definition

rtk-commit-message-style.md

Conventional Commits enforcer for AI-authored PRs.

Commit message style

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:

  • "various changes", "miscellaneous fixes", "WIP", "stuff"
  • emoji
  • exclamation marks except where the spec mandates `!` for breaking
Ships withrtk

CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies

Get the whole plugin

Other commands on rtk.