Write tests
Skill rogerchappel/skilldeck/fixtures/valid-pack/skills/write-tests
Generate focused tests for deterministic local software changes.From its SKILL.md
npx -y skills add rogerchappel/skilldeck --skill write-testsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 159 tokens by cl100k_base, as published. Nobody here has run it
Write Tests
When To Use
Use this skill when a user asks for new tests, bug reproduction coverage, or fixture-backed regression checks.
Inputs
Use the target source file, existing test style, package scripts, and fixture data already present in the repo.
Side Effects
Limit edits to tests, fixtures, and tiny support helpers unless the user asks for implementation changes.
Approval
Ask before installing dependencies, changing snapshots broadly, or running commands that write outside the repository.
Examples
- Add regression tests for this parser bug.
- Cover the CLI error path with fixtures.
Validation
Add fixtures first, cover edge cases, and keep tests runnable offline. Run the narrow test command before wider validation. Verify by running the affected test command and recording the result.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.