audit-automation-gaps

audit-automation-gaps is a skill for Claude Code, Codex from melodic-software/claude-code-plugins. It costs 126 tokens per session (2,663 once invoked), scanned A, original, MIT.

A repository audit that checks whether hooks, tools, skills, subagents, and scheduled tasks genuinely cover the project's automation needs.

In plain words
What is it for?
Use it to inventory automation, investigate a proposed missing check, and produce an evidence-based PASS, REJECT, or CONDITIONAL verdict.
Why use it?
It prevents teams from adding automation for problems already handled by compilers, linters, tests, or other stronger checks.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the claude-config plugin — 8 skills 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/melodic-software/claude-code-plugins/audit-automation-gaps
Any agent
npx skills add melodic-software/claude-code-plugins --skill audit-automation-gaps
Clone the repo
git clone --depth 1 https://github.com/melodic-software/claude-code-plugins

Made for: Claude Code, Codex.

Or install claude-config, the plugin that ships this one along with the rest of its 8 skills.

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 audit-automation-gaps

README.md
[![agentmods](https://agentmods.dev/badge/skills/melodic-software/claude-code-plugins/audit-automation-gaps.svg)](https://agentmods.dev/skills/melodic-software/claude-code-plugins/audit-automation-gaps)
Your own site
<a href="https://agentmods.dev/skills/melodic-software/claude-code-plugins/audit-automation-gaps"><img src="https://agentmods.dev/badge/skills/melodic-software/claude-code-plugins/audit-automation-gaps.svg" alt="Measured on agentmods" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,663 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.00126 $0.02663
Opus 5 $0.00063 $0.01332
Sonnet 5 $0.00025 $0.00533
Haiku 4.5 $0.00013 $0.00266

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

Security

Grade A, and why

audit-automation-gaps 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 3d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/inventory.sh, scripts/inventory.test.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/claude-config/skills/audit-automation-gaps/SKILL.md · 211 lines

How it starts

The opening of the file, as written. The whole thing — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Pre-computed context

Automation inventory: !bash "${CLAUDE_PLUGIN_ROOT}/skills/audit-automation-gaps/scripts/inventory.sh" 2>/dev/null || echo "inventory unavailable"

Purpose

Audit the repo's automation landscape and identify genuine gaps, not surface-level "you don't have X" observations, but evidence-backed gaps where no mechanism in the enforcement hierarchy covers the concern.

Design principle: most "missing automation" gaps are already covered by higher enforcement levels (compiler, analyzers, build-time checks, architecture tests, behavioral rules). This skill's job is to prove a gap exists before recommending a solution. The default verdict is REJECT, not PASS.

The enforcement hierarchy (strongest first): compiler settings → static analyzers/linters → architecture tests → unit/integration tests → git hooks → Claude Code hooks → code review → documentation/behavioral rules. A consuming repo that documents its own hierarchy in CLAUDE.md or rules files overrides this default ordering, so read and use theirs.

Adapting to your environment (graceful degrade)

This skill is self-contained. Where a phase names an adjacent capability, such as a research skill, an implementation-planning skill, a work-item tracker, or an outcome verifier, treat it as optional: if your setup provides an equivalent, use it; otherwise follow the inline guidance, which stands on its own. Adjacent skills cover neighboring questions: the sibling audit skill (are the config FILES correct?) and the audit skill in the claude-memory plugin (is the instruction layer healthy?).

Arguments

Parse $ARGUMENTS for:

  • --recommend-only: Run evaluation phases only, skipping implementation. Default behavior
  • --implement: After presenting validated recommendations, implement user-chosen items sequentially
  • Category filter (hooks, mcp, skills, subagents, scheduled): Limit to a specific automation type. Default: all

Track progress

For any deep-dive run (Phases 1-4), keep a phase checklist and tick each phase + every anti-noise doctrine check as it completes, either in-response or by copying ${CLAUDE_PLUGIN_ROOT}/skills/audit-automation-gaps/templates/checklist.md into wherever the consuming repo keeps working task notes. Phase 4 is SKIPPED in default --recommend-only mode.

Read the full file on GitHub · 211 lines

Files

What ships with it

5 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.

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. 3d ago First seen · 211 lines · 126 tokens per session scan A a83a2fef9637

Subscribe to this mod's changes

audit-automation-gaps is a skill published in the GitHub repository melodic-software/claude-code-plugins (14 stars, last pushed today), licensed MIT. It adds 126 tokens to every session and 2,663 once invoked, about $0.0006 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 skills, from other repositories

content-distribution

Generate and distribute value-first content across all channels: Dev.to, Hashnode, Medium, Hackernoon, Substack, Hacker News, Claude Discord, LinkedIn, Reddit, email, and landing pages. Shares expert Claude Code marketplace knowledge. Includes channel-specific templates, day-of-week rotation, and identity-aligned…

systempromptio/systemprompt-marketplace · 70 tokens

daily-crm-brief

The morning CRM briefing. Orchestrates pipeline-tracker + hypothesis-ledger into a single actionable brief: pipeline snapshot, hot leads, overdue follow-ups, email drafts to review, and all effective copy-paste-ready actions for Ed (minimum 3, no cap) — each tagged with a new [C-###] hypothesis. Load crm-identity…

systempromptio/systemprompt-marketplace · 79 tokens

lead-enrichment

World-class lead enrichment using 7 data sources: Gmail threads, GitHub profile, web search, company website, email domain analysis, internal CRM cross-reference, and website analytics. Builds a complete picture of who we're selling to.

systempromptio/systemprompt-marketplace · 50 tokens

crm-identity

CRM identity and definitions for systemprompt.io. Defines pipeline stages, lead scoring rubric, email rules, and integration with marketing. Load FIRST before any other crm skill.

systempromptio/systemprompt-marketplace · 37 tokens

email-composer

Draft and send CRM emails via the Resend API. Loads templates from reports/crm/templates/, personalises with lead context, presents draft for MANDATORY human approval, then sends via curl. Every email requires Ed's explicit approval before sending — no exceptions.

systempromptio/systemprompt-marketplace · 56 tokens

changelog-summarizing

Use this skill when the user asks to summarize, recap, or post about repository changes in the Shopware AI Coding Tools marketplace since a given date — phrases like "write a changelog post for Discord", "recap this week's commits for Slack", "summarize what shipped since 2026-04-01", "draft a release announcement".…

shopwareLabs/ai-coding-tools · 106 tokens