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.
npx agentmods add skills/mattbaconz/signal/signal-commitnpx skills add mattbaconz/signal --skill signal-commitgit clone --depth 1 https://github.com/mattbaconz/signalWrote 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.
[](https://agentmods.dev/skills/mattbaconz/signal/signal-commit)<a href="https://agentmods.dev/skills/mattbaconz/signal/signal-commit"><img src="https://agentmods.dev/badge/skills/mattbaconz/signal/signal-commit.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00075 | $0.02058 |
| Opus 5 | $0.00037 | $0.01029 |
| Sonnet 5 | $0.00015 | $0.00412 |
| Haiku 4.5 | $0.00007 | $0.00206 |
Grade A, and why
signal-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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 217 lines — stays where its author put it; the contents beside it link to each section on GitHub.
⚡ signal-commit — Instant Commit
Zero-confirmation commit. Reads the diff, generates a conventional commit message, stages everything, commits. One command. Done.
Invocation Triggers
Activate when user says any of:
/signal-commit"commit everything","just commit","signal commit""commit my changes","commit this","commit and push"- Asks to commit without providing a message
Slash command behavior
If the user's message is only /signal-commit (optionally with flags like
--dry, --draft, or --split), treat that as execute now.
- Do not stop after acknowledging the skill.
- Do not ask for confirmation unless the user explicitly requested review mode.
- Immediately follow the ordered steps below in the same turn.
- Respect
--dryand--draftexactly as defined in this file.
Host notes (Gemini CLI, Antigravity, and similar)
- Activation is not a commit. The UI may show that this skill loaded (e.g. “Skill signal-commit activated”). That only brings this file into context. A real commit happens only when you run the workflow: either follow the git steps below or invoke
scripts/commit.ps1/scripts/commit.shwith current working directory = the git repository root and the generated message (see Script). - Same turn as
/signal-commit. When the user’s message is only/signal-commit(plus flags), perform those steps in that response, using whatever terminal or git integration the host allows. Do not treat “skill activated” as completion. - Later messages are new turns. A follow-up like
hidoes not mean “run signal-commit now”; answer that message. If the user wants a commit after chatting, they must invoke/signal-commitagain or ask explicitly to commit.
Behavior (Ordered Steps)
-
Get the full diff
git diff --staged && git diffBoth staged and unstaged. Work with the combined picture.
-
Analyze the diff — detect type and scope
What ships with it
3 files 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.
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.
- 6d ago First seen · 217 lines · 75 tokens per session scan A a5aef80d2a66
signal-commit is a skill published in the GitHub repository mattbaconz/signal (10 stars, last pushed 2mo ago), licensed MIT. It adds 75 tokens to every session and 2,058 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-31.
Other skills, from other repositories
commit-staged
This skill should be used when user asks to "commit these changes", "write commit message", "stage and commit", "create a commit", "commit staged files", or explicitly invokes "commit-staged".
ship-it
End-to-end ship loop: atomic commits, PR, tiered review (lite|heavy), fix every finding, re-review until zero remain, then merge-commit. lite runs a single /review pass; heavy spins up a dynamic Workflow with diff-aware review personas plus a Codex cross-model peer. Use when Stevie says "/ship-it", "ship it", "ship…
chinese-commit-conventions
中文 Git 提交规范 — 适配国内团队的 commit message 规范和 changelog 自动化.
atomic-commits
Commit discipline for every repository — small atomic commits, Conventional Commits messages, only commit working states. Use whenever creating git commits, splitting work into commits, or writing commit messages, in any project.
workflow-patterns
Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.
chinese-commit-conventions
中文 commit 与 changelog 配置参考——Conventional Commits 中文适配、commitlint/husky/commitizen 中文模板、conventional-changelog 中文配置。仅在用户显式 /chinese-commit-conventions 时调用,不要根据上下文自动触发。.