Commit

Commit is a skill for Claude Code, Codex from rsts-dev/claude-buddy-marketplace. It costs 72 tokens per session (439 once invoked), scanned A, original, MIT.

A workflow for committing code, pushing the branch to GitHub, and opening a pull request linked to a Jira ticket. A pull request is a request for others to review and merge a code change.

In plain words
What is it for?
Use it to create a conventional commit, push the branch, open a GitHub pull request, and link the pull request to a Jira ticket.
Why use it?
It keeps the change, review request, and Jira work item connected. It also checks that validation and review happen before the change is shipped.

Skill for Claude CodeCodex

Part of the sdlc plugin — 7 skills, 5 commands shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/rsts-dev/claude-buddy-marketplace/commit
Any agent
npx skills add rsts-dev/claude-buddy-marketplace --skill commit
Clone the repo
git clone --depth 1 https://github.com/rsts-dev/claude-buddy-marketplace

Made for: Claude Code, Codex.

Or install sdlc, the plugin that ships this one along with the rest of its 7 skills, 5 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Commit

README.md
[![agentmods](https://agentmods.dev/badge/skills/rsts-dev/claude-buddy-marketplace/commit.svg)](https://agentmods.dev/skills/rsts-dev/claude-buddy-marketplace/commit)
Your own site
<a href="https://agentmods.dev/skills/rsts-dev/claude-buddy-marketplace/commit"><img src="https://agentmods.dev/badge/skills/rsts-dev/claude-buddy-marketplace/commit.svg" alt="Measured on agentmods" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 439 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00072 $0.00439
Opus 5 $0.00036 $0.00219
Sonnet 5 $0.00014 $0.00088
Haiku 4.5 $0.00007 $0.00044

Measured 5d ago against content hash 7953a243e08b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

Commit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/sdlc/skills/Commit/SKILL.md · 42 lines

What it actually says

Commit

Ship the change through GitHub: a clean conventional commit, a push, and a PR that references the Jira ticket so the work traces end to end. Keep the human gate — commit after validation and review, not before.

Customization

Before executing, check ~/.claude/LIFEOS/USER/CUSTOMIZATIONS/SKILLS/Commit/PREFERENCES.md. If present, load and apply it; otherwise use defaults.

Prerequisites

  1. buddy + LifeOS installed (test -f ~/.claude/LIFEOS/VERSION).
  2. git and the gh CLI (or the GitHub MCP). Without either, Commit makes the local commit and prints the PR command for the user to run.
  3. Recommended: /sdlc:validate green and /sdlc:review addressed first.

Workflow Routing

Workflow Trigger File
CommitAndPR Any /sdlc:commit invocation Workflows/CommitAndPR.md

Delegation

For commit-message crafting and clean-commit rules, reuse buddy's SourceControl skill (its Commit workflow) when the buddy plugin is present; sdlc adds the push + GitHub PR + Jira linkage.

Output

A git commit, a pushed branch, and a GitHub PR linking the ticket.

Examples

User: "/sdlc:commit ABC-123"
→ Stages + writes a conventional commit (feat/fix/…): "feat: … (ABC-123)"
→ Pushes the branch
→ Opens a PR via gh; body links ABC-123 and summarizes the change
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 42 lines · 72 tokens per session scan A 7953a243e08b

Subscribe to this mod's changes

Commit is a skill published in the GitHub repository rsts-dev/claude-buddy-marketplace (17 stars, last pushed 14d ago), licensed MIT. It adds 72 tokens to every session and 439 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.