keel-audit

keel-audit is a skill for Claude Code from muratsilahtaroglu/claude-code-starter-kit. It costs 58 tokens per session (423 once invoked), scanned A, original, MIT.

A periodic, read-only review of recent code changes against the project's own rules. It reports each possible violation with its file, line, and rule reference.

In plain words
What is it for?
Use it to review recent commits, investigate rule violations, and record findings that should be fixed later.
Why use it?
It helps catch cases where the project has drifted from its agreed working rules. Proposed fixes require the user's approval.

Skill for Claude Code

Written for Claude Code: SessionStart hook event. Also seen: reads .claude/ paths; mentions subagents.

Good fit Use it to review recent commits, investigate rule violations, and record findings that should be fixed later.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/muratsilahtaroglu/claude-code-starter-kit/keel-audit
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.

Any agent
npx skills add muratsilahtaroglu/claude-code-starter-kit --skill keel-audit
Clone the repo
git clone --depth 1 https://github.com/muratsilahtaroglu/claude-code-starter-kit

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 keel-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/muratsilahtaroglu/claude-code-starter-kit/keel-audit.svg)](https://agentmods.dev/skills/muratsilahtaroglu/claude-code-starter-kit/keel-audit)
Your own site
<a href="https://agentmods.dev/skills/muratsilahtaroglu/claude-code-starter-kit/keel-audit"><img src="https://agentmods.dev/badge/skills/muratsilahtaroglu/claude-code-starter-kit/keel-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 423 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00058 $0.00423
Opus 5 $0.00029 $0.00211
Sonnet 5 $0.00012 $0.00085
Haiku 4.5 $0.00006 $0.00042

Measured 7d ago against content hash c56a4caeba32, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

keel-audit scanned grade A with 1 finding 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 7d 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.

Reads agent configuration directorieslowAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

"phase 0 — nothing to audit yet" and stop. Otherwise the range is `$(cat .claude/last-audit)..HEAD`

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

.claude/skills/keel-audit/SKILL.md · 24 lines

What it actually says

/keel-audit — check the recent work against rules.md

When: the SessionStart hook nudges (default: >25 commits since the last audit), at /keel-phase-review, or on demand. Complements — never replaces — /keel-distill (memory lint) and verifier (single claims): this is the "is the project still following its own constitution?" sweep. Post-compact drift gets a free 30-second inline self-check from the re-ground hook; this skill is the deep pass.

  1. Scope. Phase-0 guard: if the source tree is still empty and the docs are placeholders, report "phase 0 — nothing to audit yet" and stop. Otherwise the range is $(cat .claude/last-audit)..HEAD when the marker exists (else the last ~25 commits).
  2. Run. Spawn the auditor subagent (.claude/agents/auditor.md) with the range — don't audit inline; the point is fresh eyes in an isolated context. Spot-check its claims before acting (§4.11: verify, don't trust).
  3. Report & fix. Present the severity-ranked table. Apply ONLY user-approved fixes; real-but-deferred findings get one line each in TASKS.md ## Discovered. Never fix silently (§10.36).
  4. Record. Write the audited HEAD sha to .claude/last-audit (this resets the hook's due-counter); add the HANDOVER block (a) one-liner audit @ <sha>: N findings, M fixed; commit with approval (rules.md §1.3).
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. 7d ago First seen · 24 lines · 58 tokens per session scan A c56a4caeba32

Subscribe to this mod's changes

keel-audit is a skill published in the GitHub repository muratsilahtaroglu/claude-code-starter-kit (9 stars, last pushed 3d ago), licensed MIT. It adds 58 tokens to every session and 423 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cross-review

Verify an implementer's diff with an INDEPENDENT, different-vendor sub-agent (diff plus contract only); turn blocking issues into fix-tasks and loop until clean.

omnigent-ai/omnigent · 37 tokens

openclaw-github-dedupe

Investigate a cluster of GitHub issues and PRs, determine canonical candidates, post duplicate/related status, preserve contributor credit, and execute cleanup actions. Supports autonomous mode for provided-link-only closeout, merge/fix follow-through, changelog, and post-merge issue/PR cleanup.

vincentkoc/dotskills · 68 tokens

pr-reviewer

Reviews a diff or security scope read-only using evidence-tiered findings, structural and context-error rubrics, and repository review policy. Use when asked to "review my changes", "structural review", "review for AI patterns", or "security audit". For applying fixes use tidy; for UI defects use ui-design.

mblode/agent-skills · 68 tokens

pr-babysitter

Monitors or repairs an open GitHub PR: CI failures, conflicts, review threads, and merge readiness, reporting state changes. Use when asked to "watch this PR", "fix CI", "resolve conflicts", or "address review comments". For PR metadata use pr-creator; for npm release PRs use autoship.

mblode/agent-skills · 72 tokens

github-commenting

How to post clean, rich, deduplicated GitHub PR review comments — suggestion blocks, multi-line anchors, markers, formatting rules. Load before posting or fixing any PR comment.

juspay/neurolink · 41 tokens

dx-audit

Audits libraries, CLIs, and SDKs using 38 rules for public contracts, package exports, piped output, errors, and configuration. Use when asked to "audit my CLI", "review my SDK", "make this agent-friendly", or diagnose package type resolution. For agentic product trust use ax-audit; for docs use docs-writing.

mblode/agent-skills · 76 tokens