CaduS0uza

QA Review Tests — Security skill for Claude Code

Security community

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

Terminal
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 Repository