Test Guard
amElnagdy/guard-skillsReview generated or changed test code against universal testing rules before it ships. Best used reactively after an agent writes, edits, generates, or refactors tests, before presenting, committing, or merging them. Use for pytest (test_*.py, *_test.py), PHPUnit/Pest (*Test.php), Jest/Vitest (*.test.ts, *.spec.js), Go (*_test.go), files under tests/, __tests__/, or spec/, and review requests like 'write tests for X', 'add tests', 'test this', 'review these tests', or PR diffs containing tests. Can also guide test writing when explicitly invoked before the work. This skill is the quality gate...
At a glance
git clone --depth 1 https://github.com/amElnagdy/guard-skills
cp -r guard-skills/skills/test-guard ~/.claude/skills/test-guard
Setup, runtime and requirements describe amElnagdy/guard-skills, the repo this skill ships in.
Also in amElnagdy/guard-skills
View the repoReview generated or changed production code before it ships, using Clean Code, SOLID, DRY, KISS, YAGNI, and LLM-specific failure-mode checks...
Review generated or changed documentation before it ships — READMEs, API references, docstrings, PHPDoc/JSDoc, changelogs, tutorials, and do...
Review generated or changed WooCommerce code — extensions, payment and shipping integrations, checkout customizations, and order/product log...
Review generated or changed WordPress code — plugins, themes, and blocks — before it ships. Best used reactively after an agent writes, edit...