QA Review Tests — Security skill for Claude Code
Audit an existing test suite for tests that pass whether or not the code works.
How to install QA Review Tests
Installs to ~/.claude/skills/cadus0uza-qa-supreme-qa-review-tests/SKILL.md
mkdir -p ~/.claude/skills/cadus0uza-qa-supreme-qa-review-tests && curl -fsSL https://raw.githubusercontent.com/CaduS0uza/qa-supreme/HEAD/commands/qa-review-tests.md -o ~/.claude/skills/cadus0uza-qa-supreme-qa-review-tests/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What QA Review Tests does
description: Audit an existing test suite for tests that pass whether or not the code works argument-hint: [path or diff]
Run `false-positive-hunter` over: $ARGUMENTS
For every test, answer: what change to production code would make this fail? Report only the tests that have no answer. Verify P0 findings empirically by breaking the covered line and confirming the test stays green. Then run `mutation-proof` on the survivors and close with the suite trust level and the single highest-val
Alternatives in Security
- Clawsec — Security skill suite with drift detection, automated audits, and skill integrity verification 798 ★
- Amazon Skills — Free AI agent skills for Amazon sellers— keyword research, competitor analysis, listing audit & more 127 ★
- Sovereign Skills — 20 production-grade skills for AI coding agents — setup, scope, discipline, code review, security, session man 125 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Review Test Quality
Audit test suite quality: coverage gaps, weak assertions, missing negative cases, over-mocking, and tests that
API Test Suite
Add unit/integration/security tests to a FixIt API module via questionnaire-driven scoping and agent dispatch
Quality Pipeline
Run the full quality pipeline — security scan, code review, and test suite — then generate a combined report
Audit Mutations
Audit whether the tests actually verify behaviour (optional, above the bar)
Cw Audit
Red-team and premortem an existing plan or strategy. Takes any document and stress-tests it.
Setup AI Pulse Georgia
Bootstrap a complete Claude Code project with professional infrastructure — security, CI/CD, GitHub templates,
Related Agents
Light Review FakeTest
Audit a Delphi DUnitX or classic-DUnit test suite for FAKE or WEAK tests — tests that pass without verifying t
Tester Agent
Test Verifier. Use this agent as the second Double-Gate review pass (after QA Agent) to execute the existing u
PR Validator
Validates a pull request before release by running its test suite and reporting pass/fail results. Use proacti