Write tests
Add focused tests for important project behavior.From its SKILL.md
npx -y skills add Zwin-ux/kit --skill write-testsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 23 days oldThe repository was created 23 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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
0.7 KB, 114 tokens by cl100k_base, as published. Nobody here has run it
Instructions
- Find the existing test runner and patterns in the repo.
- Choose the smallest behavior that matters to users or agents.
- Prefer tests for:
- Core happy path
- One important edge case
- One failure or validation path
- Match local style. Do not introduce a new test framework unless none exists.
- Make tests deterministic. Avoid network and real clocks when possible.
- Run the tests and fix failures you introduce.
- Summarize what is covered and what is still untested.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.