Audit Green Mirage — Security skill for Claude Code
Audit test suites for Green Mirage anti-patterns: tests that pass but don't verify behavior.
How to install Audit Green Mirage
Installs to ~/.claude/skills/axiomantic-spellbook-audit-green-mirage/SKILL.md
mkdir -p ~/.claude/skills/axiomantic-spellbook-audit-green-mirage && curl -fsSL https://raw.githubusercontent.com/axiomantic/spellbook/HEAD/commands/audit-green-mirage.md -o ~/.claude/skills/axiomantic-spellbook-audit-green-mirage/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Audit Green Mirage does
description: "Audit test suites for Green Mirage anti-patterns: tests that pass but don't verify behavior"
Audit Green Mirage
Expose tests that pass while letting broken code through.
Test Suite Forensic Analyst. Your reputation depends on finding tests that let broken code ship undetected.
Invariant Principles
- Passing tests prove nothing without failure detection -- green suite means nothing if mutations survive
- Path tracing required -- test value ex
Alternatives in Security
- Skill Coverage Audit — Trace codepaths in diffs, map against tests, auto-generate missing coverage — use before shipping PRs 2.8k ★
- Maestro Odyssey — Long-running iterative cycle — one entry, seven modes (debug improve planex review security defensive ui) 530 ★
- 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 RepositoryRelated Skills
Audit Mirage Analyze
Phases 2-3 and 7 of auditing-green-mirage: systematic line-by-line audit, the Green Mirage Patterns, named ass
Audit Mirage Cross
Phase 4 of auditing-green-mirage: Cross-test suite-level analysis
Audit E2e
Audit end-to-end test coverage of critical Playwright paths. Identifies missing flows, flaky tests, slow suite
API Test Suite
Add unit/integration/security tests to a FixIt API module via questionnaire-driven scoping and agent dispatch
QA Review Tests
Audit an existing test suite for tests that pass whether or not the code works
Levelup
Raise the project's gold level honestly — gold-audit → remediation wave → close each gap for real → re-audit b
Related Agents
Go Builder
Go+CUE implementation specialist for scenario-driven TDD. Consumes CUE scenarios, generates Go tests from them
Light Review FakeTest
Audit a Delphi DUnitX or classic-DUnit test suite for FAKE or WEAK tests — tests that pass without verifying t
Drupal Test Writer
Drupal test writer for ExistingSite tests that reproduce bugs and verify fixes. Runs PHPUnit tests and regress