macanderson

Audit Tests — Security skill for Claude Code

Security community

Audit unit and integration test coverage, quality, and CI performance across all packages and apps.

How to install Audit Tests

Installs to ~/.claude/skills/macanderson-agent-harness-audit-tests/SKILL.md

Terminal
mkdir -p ~/.claude/skills/macanderson-agent-harness-audit-tests && curl -fsSL https://raw.githubusercontent.com/macanderson/agent-harness/HEAD/commands/audit-tests.md -o ~/.claude/skills/macanderson-agent-harness-audit-tests/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Audit Tests does


description: Audit unit and integration test coverage, quality, and CI performance across all packages and apps. Outputs a standalone HTML report with per-package scores and a fix plan. allowed-tools: Bash, Read, Grep, Glob, Agent, TodoWrite, ToolSearch, TaskCreate, TaskGet, TaskList, TaskOutput, TaskStop, TaskUpdate

/audit-tests

Audit the unit and integration test suite across the full monorepo. Work autonomously top to bottom.

Phase 0 — Load context

  • Read CLAUDE.md, `AGENTS

Alternatives in Security

  • Skill Coverage Audit — Trace codepaths in diffs, map against tests, auto-generate missing coverage — use before shipping PRs 2.8k ★
  • Review Artifact — Creates one polished, self-contained HTML artifact from review findings, audit notes, PR feedback, code review 652 ★
  • Data Viz Audit — Audit a data visualization for chart type selection, accessible color palette, annotations, and anti-patterns 309 ★

Full documentation available on GitHub

View Source Repository