ai-context-engineering-for-qa: Skill for Claude Code

.claude/skills/skill-audit/SKILL.md

skill-audit is a skill for Claude Code from vlad-ryzhkov/ai-context-engineering-for-qa. It costs 53 tokens per session (4,034 once invoked), scanned A, original, Unlicense.

A checker for SKILL.md files, which contain instructions for coding-agent skills. It looks for unnecessary length, repeated content, and patterns that can cause problems.

In plain words
What is it for?
Use it to inspect and improve agent-skill files for bloat, duplication, and harmful instructions.
Why use it?
It helps reduce confusing or wasteful instructions and can lower the number of tokens an AI agent needs to process. It also separates skill checks from ordinary documentation reviews.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md.

This is vlad-ryzhkov/ai-context-engineering-for-qa's own configuration. It tells Claude Code how to work on ai-context-engineering-for-qa itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-context-engineering-for-qa configures →

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is [`SKILLS.md`](../../../SKILLS.md)..

Reuse

Borrowing it

Nothing to install: this file belongs to vlad-ryzhkov/ai-context-engineering-for-qa. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/vlad-ryzhkov/ai-context-engineering-for-qa/main/.claude/skills/skill-audit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/vlad-ryzhkov/ai-context-engineering-for-qa

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/vlad-ryzhkov/ai-context-engineering-for-qa/skill-audit/github.svg)](https://agentmods.dev/skills/vlad-ryzhkov/ai-context-engineering-for-qa/skill-audit)
Your own site
<a href="https://agentmods.dev/skills/vlad-ryzhkov/ai-context-engineering-for-qa/skill-audit"><img src="https://agentmods.dev/badge/skills/vlad-ryzhkov/ai-context-engineering-for-qa/skill-audit/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.

agentmods 80×15 button for skill-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/vlad-ryzhkov/ai-context-engineering-for-qa/skill-audit"><img src="https://agentmods.dev/badge/skills/vlad-ryzhkov/ai-context-engineering-for-qa/skill-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,034 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00053 $0.04034
Opus 5 $0.00026 $0.02017
Sonnet 5 $0.00011 $0.00807
Haiku 4.5 $0.00005 $0.00403

Measured yesterday against content hash eacb6174daa7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

skill-audit 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 yesterday.

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.

.claude/skills/skill-audit/SKILL.md · 355 lines

How it starts

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

Skill Audit

Status: private successor. This version works and is maintained enough to use, but the author runs a non-public variant that scores each finding against a graded rubric with a pass threshold instead of emitting an unweighted list. Fixes land there first. For a public alternative that grades a whole harness, see vigiles. Status vocabulary: SKILLS.md.

Audit AI instructions for efficiency: detect bloat, duplication, harmful patterns.

Before You Start

Read:

  1. .claude/qa_agent.md
  2. .claude/skills/init-skill/references/validation-checklist.md — line thresholds and required sections
  3. .claude/skills/init-skill/references/yaml-reference.md — YAML frontmatter rules

When to Use

  • After creating a new skill via /init-skill
  • When a skill is suspected of excessive token usage
  • Periodically (once per sprint) for all skills
  • After updating CLAUDE.md or qa_agent.md

Input

Parameter Required Description
Scope Optional Path to a specific skill or "all". Defaults to all skills

Algorithm (11 Checks)

Verbosity Protocol

Structured Output Priority: All analysis goes into the artifact (MD/HTML), not into chat.

Chat output (constraints):

  • Brief Summary: max 5 lines (what was found, count, verdict)
  • Full report: 📊 Full report: {path} + open file

Iterative steps: Do not output progress per file. Checkpoint only on:

  • Phase transition (Phase N → Phase N+1)
  • Blocker detected
  • Completion (SKILL COMPLETE)

Tools first:

  • Grep → table → report, no "Now I will grep..."
  • Read → analyze → report, no "The file shows..."

Post-Check: Inline before SKILL COMPLETE (5–7 line checklist), not a separate file.

Check 0: Standards Drift

Verify that thresholds in this SKILL.md match init-skill/references/validation-checklist.md:

  • SKILL.md line limit (current checklist value: ≤500)
  • Required YAML frontmatter fields
  • Required content sections

Read the full file on GitHub · 355 lines

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. yesterday Changed · +334 lines · +35 tokens per session eacb6174daa7
  2. 10d ago First seen · 21 lines · 18 tokens per session scan A 1962f3336722

Subscribe to this mod's changes

skill-audit is a skill published in the GitHub repository vlad-ryzhkov/ai-context-engineering-for-qa (6 stars, last pushed yesterday), licensed Unlicense. It adds 53 tokens to every session and 4,034 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

effective-kotlin

Apply Effective Kotlin best practices (Marcin Moskała, 2nd Ed). Covers Safety (Items 1-10: mutability, scope, nulls, types, expectations, errors, resources, tests), Readability (Items 11-18: operators, receivers, properties, naming), Reusability (Items 19-25: DRY, generics, delegation, variance), Abstraction (Items…

booklib-ai/booklib · 212 tokens

cat:stakeholder-review

Multi-perspective quality review gate with architect, security, quality, tester, and performance stakeholders.

cowwoc/cat · 24 tokens

render-diff

MANDATORY: Use BEFORE showing ANY diff to user - transforms git diff into 4-column table with box characters (╭╮╰╯│). Required for approval gates, code reviews, change summaries.

cowwoc/cat · 48 tokens

debriefing-code-changes

Debriefs a developer after an AI-assisted coding session by inspecting git diffs or commits, explaining the actual architecture decisions, design patterns, tradeoffs, caveats, and learning concepts with file/function references, then generating a practical quiz and follow-up study notes. Use when the user says they…

Agent-Engineer-Master/skill-engineer · 128 tokens

swarm-pr-review

Run a graph-guided, tool-augmented PR review using context packing, parallel exploration, mandatory repository-agnostic risk-family coverage with dispatch scaled to diff size and risk, independent reviewer validation, critic challenge, and metrics writeback. Use for deep pull request review with low false-positive…

ZaxbyHub/opencode-swarm · 91 tokens

review

Validate plans, execution, or PRs against wish criteria — returns SHIP / FIX-FIRST / BLOCKED with severity-tagged gaps.

automagik-dev/genie · 29 tokens