agentsclimarketplace

Write tests

Skill Zwin-ux/kit/skills/write-tests

Add focused tests for important project behavior.From its SKILL.md

Install
npx -y skills add Zwin-ux/kit --skill write-tests

Assembled 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

  1. Find the existing test runner and patterns in the repo.
  2. Choose the smallest behavior that matters to users or agents.
  3. Prefer tests for:
    • Core happy path
    • One important edge case
    • One failure or validation path
  4. Match local style. Do not introduce a new test framework unless none exists.
  5. Make tests deterministic. Avoid network and real clocks when possible.
  6. Run the tests and fix failures you introduce.
  7. 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.

Keep looking

Skills are one crate of 326,696. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.