Coverage Audit banner
JackScammell JackScammell

Coverage Audit

Security community

Description

--- description: Risk-prioritised test coverage analysis — find the most dangerous untested code effort: medium argument-hint: "[--generate] [--threshold <percent>]" --- # Coverage Audit Go beyond numeric coverage percentages. Run tests with coverage instrumentation, then classify uncovered code by risk to produce a prioritised list of what needs testing most. ## Usage ``` /coverage-audit [--generate] [--threshold <percent>] ``` **Examples**: ``` /coverage-audit # Analy

Installation

Installs to ~/.claude/skills/jackscammell-parliament-of-chaos-coverage-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jackscammell-parliament-of-chaos-coverage-audit && curl -fsSL https://raw.githubusercontent.com/JackScammell/Parliament-Of-Chaos/HEAD/commands/coverage-audit.md -o ~/.claude/skills/jackscammell-parliament-of-chaos-coverage-audit/SKILL.md

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

Full documentation available on GitHub

View Source Repository