Borrowing it
Nothing to install: this file belongs to mamertofabian/maid-runner-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/mamertofabian/maid-runner-mcp/main/.claude/commands/quality-check-and-commit.mdgit clone --depth 1 https://github.com/mamertofabian/maid-runner-mcpWrote 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/commands/mamertofabian/maid-runner-mcp/quality-check-and-commit)<a href="https://agentmods.dev/commands/mamertofabian/maid-runner-mcp/quality-check-and-commit"><img src="https://agentmods.dev/badge/commands/mamertofabian/maid-runner-mcp/quality-check-and-commit/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/mamertofabian/maid-runner-mcp/quality-check-and-commit"><img src="https://agentmods.dev/badge/commands/mamertofabian/maid-runner-mcp/quality-check-and-commit.svg" alt="Reviewed on agentmods" width="80" 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.00011 | $0.00347 |
| Opus 5 | $0.00005 | $0.00173 |
| Sonnet 5 | $0.00002 | $0.00069 |
| Haiku 4.5 | $0.00001 | $0.00035 |
Grade A, and why
quality-check-and-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 8d 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.
What it actually says
Run quality checks, fix issues, and commit: $ARGUMENTS
This command performs a complete code quality workflow following the commit policy:
-
Run all validation and quality checks:
uv run maid validate # Validate all MAID manifests uv run maid test # Run all MAID validation commands make lint # Check code style with ruff make type-check # Check type hints with ruff make test # Run full pytest suite make format # Format code with black -
Fix any auto-fixable issues:
make lint-fix # Auto-fix linting issues -
Re-run checks after fixes to ensure all pass:
make lint # Verify linting passes make type-check # Verify type checking passes -
Show what will be committed:
git status git diff --staged git diff -
Commit the changes:
git add -A git commit -m "$ARGUMENTS" || git commit -m "chore: fix code quality issues"
Note: This command will commit changes automatically. It follows the commit policy by running all required validation checks first. If any checks fail, the commit will not proceed. If you need to run checks without committing, use the fix command instead.
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.
- 8d ago First seen · 46 lines · 11 tokens per session scan A dece912edaf0
quality-check-and-commit is a command published in the GitHub repository mamertofabian/maid-runner-mcp (0 stars, last pushed 5mo ago), licensed MIT. It adds 11 tokens to every session and 347 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-31.
Other commands, from other repositories
git
The pre-finish status: branch, hygiene findings, message checks, workflow lint, template state.
commit
A command that examines staged Git changes and proposes a commit message using the Conventional Commits format, such as feat, fix, or docs. Git is a tool for tracking changes to code.
commit-claude-config
Version the Solana AI Kit config in git (un-ignores .claude/, CLAUDE.md, .mcp.json, .gitmodules and commits them).
session-report
Capture what changed this session and why, scoped to the current branch. Read by ship verbs when synthesizing the commit message; deleted after a successful commit.
feat
Quick feature commit. Use for new feature, add feature, implement, create new.
step6-ship
Pipeline Step 6 — Ship the completed phase: commit, update roadmap, capture postmortem, optionally push and create PR.