harness/plugins/work-manager/common/skills/test-set-write/SKILL.md
Use when the user asks to create test sets, enumerate scenarios, generate edge cases, or draft a coverage matrix before implementation.
npx skillsauth add popoffvg/dotfiles test-set-writeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create complete, implementation-ready test sets with explicit coverage and anti-miss checks.
Each test set must include:
Use stable IDs:
TS-HAPPY-001TS-NEG-00NTS-BOUNDARY-00NTS-RESILIENCE-00NTS-REGRESSION-00NFor each scenario:
From Pi/Claude session logs reviewed:
Tooling Preconditions section in every test set (required linters/config/assets/auth).Read-after-change checkpoint before next edit/test case derivation.Fallback path test scenarios (degraded but safe behavior) and stop blind retries.R1..Rn).R# -> TS-*).A test set is complete only if:
tools
Improve a whole CLAUDE.local.md — the private, per-project rules captured from user corrections. Wraps each conditional rule in a <task-relevant> block so it only surfaces for matching work, merges duplicates, generalizes one-off facts, drops stale entries, and routes raw project facts to engram. Use when the user says "improve claude.local", "clean up the local rules", "claude.local is bloated", or after the Stop hook has appended many rules.
testing
WM pipeline and conventions shared across all phases. Agents must read this before spec, impl, or verify work.
development
One entry point for spec writing, implementation, and bug fixing. Default is new (write spec → grill loop → produce notes → author TODO bodies). Other subcommands: verify (audit), revise (sync to shipped), prototype (settle a decision), code-map (diagram), impl (execute one TODO), fix (analyze cause, correct thoughts, fix behavior), help (this page). Invoke as /code <subcommand>.
development
Red-Green-Refactor cycle for bug fixes. Before fixing a bug, first write a failing test that reproduces it (Red), then make the minimal change to pass (Green), then clean up the code (Refactor). Use on any bug fix, error correction, failing test repair, or when user says "fix this bug".