sdlc-9-commit

sdlc-9-commit is an agent for Claude Code from hackersandwizards/artificer. It costs 18 tokens per session (254 once invoked), scanned A, original, MIT.

A workflow step that commits the changes made during the current development process. It checks the diff, stages feature and test files, creates one commit, and reports the commit identifier and message.

In plain words
What is it for?
Use it after implementing and testing a change, when the workflow requires creating a local Git commit.
Why use it?
It standardizes the final commit and prevents accidental pushing, amending, or leaving staged changes behind.

Agent for Claude Code

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 agents/hackersandwizards/artificer/sdlc-9-commit
Clone the repo
git clone --depth 1 https://github.com/hackersandwizards/artificer

Made for: Claude Code.

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 sdlc-9-commit

README.md
[![agentmods](https://agentmods.dev/badge/agents/hackersandwizards/artificer/sdlc-9-commit.svg)](https://agentmods.dev/agents/hackersandwizards/artificer/sdlc-9-commit)
Your own site
<a href="https://agentmods.dev/agents/hackersandwizards/artificer/sdlc-9-commit"><img src="https://agentmods.dev/badge/agents/hackersandwizards/artificer/sdlc-9-commit.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 254 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.00018 $0.00254
Opus 5 $0.00009 $0.00127
Sonnet 5 $0.00004 $0.00051
Haiku 4.5 $0.00002 $0.00025

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

Security

Grade A, and why

sdlc-9-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 4d 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.

examples/sdlc/.claude/agents/sdlc-9-commit.md · 21 lines

What it actually says

Commit the changes this workflow produced on the current branch.

  • Read the previous stage's summary, then run git status and git diff to see exactly what changed.
  • Stage the feature and test files and commit them in a single commit. Do not push, do not amend, do not create a branch.
  • Write a concise commit message matching the repo's existing style (check git log), summarizing the feature, its tests, and the acceptance outcome.
  • Leave no staged changes behind.
  • Output the commit SHA and subject as the handoff to the report stage.
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. 4d ago First seen · 21 lines · 18 tokens per session scan A 7b0e7545775f

Subscribe to this mod's changes

sdlc-9-commit is an agent published in the GitHub repository hackersandwizards/artificer (16 stars, last pushed 2mo ago), licensed MIT. It adds 18 tokens to every session and 254 once invoked, about $0.0001 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.

Related

Other agents, from other repositories

06_GIT_DELIVERY_AGENT

When delivery is assigned, stage explicit scoped paths only, commit with the ticket ID prefix, push to the configured upstream, and prove equality.

J0hnExample/agentic-engineering-workflow-template · 0 tokens

speckit.git.commit

Auto-commit changes after a Spec Kit command completes.

prabogo/prabogo · 10 tokens

gitops-ci-specialist

Use this agent when you need to commit code to GitHub and want to ensure CI/CD pipeline success. Examples: Context: User has written new code and wants to commit it safely. user: 'I've added a new authentication module. Can you help me commit this properly?' assistant: 'I'll use the gitops-ci-specialist agent to…

niksacdev/engineering-team-agents · 210 tokens

claude-code-hook-agent

Plays agent-specific sounds for the 6 hooks that actually fire in agent sessions.

shanraisshan/claude-code-hooks · 22 tokens

quality-gates

Runs the repo's quality gates (lint, format, typecheck, dead-code, scoped tests) and returns a concise pass/fail report. Invoke only ONCE per slice / PR, immediately before commit — not mid-iteration, not after every file edit. Before delegating, the caller should run the project's auto-formatter on touched files…

Rijul1204/rashedul-agentic-engineering · 145 tokens

lynx-specialist

Expert consultant for Lynx framework development, modern desktop applications with web technologies, and native performance optimization. Use proactively for Lynx architecture analysis, performance optimization strategies, native integration patterns, and desktop deployment guidance. Provides consultation and…

spacehendrix/clauder · 115 tokens