0022 — Test skills: write-tests, generate-test-data, review-test-coverage #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type: HITL
Parent PRD:
docs/prd/chunk-3-skills-library.mdWhat to build
The 3 test phase skills. All are new. Authored via
write-skill(0018), evals viawrite-eval(0017).Skills and trigger descriptions:
write-testsgenerate-test-datareview-test-coverageKey constraints per skill:
write-tests: derives tests from spec (EARS acceptance criteria), NOT from implementation; uses pytest for Python, Vitest/Jest for TypeScriptgenerate-test-data: produces structurally valid, semantically unusual data; flags PII risk before generatingreview-test-coverage: reports coverage gaps against spec acceptance criteria, not line coverage percentagesImplementation notes
Follow the per-skill workflow defined in
docs/notes/skill-implementation-workflow.md.Known upstream sources to review:
mattpocock/skills— check for any test-phase skills in the current setbmad-method/bmad-method— BMAD QA role patternsAcceptance criteria
.agents/skills/<skill-name>/SKILL.md;metadata.category: test; authoring standard metwrite-testsincludes explicit constraint: derives from spec, not from implementationgenerate-test-dataincludes PII flag check before generating any datasource:fields populated for any adopted upstream content.agents/evals/test/<skill-name>/eval.yamlviawrite-evalinstall.shdeploys all 3 to~/.agents/skills/docs/spec/overview.mdupdated to reflect all 3 skills deployedBlocked by
write-eval)write-skill)