agentsclimarketplace

Test helper

Skill devrimcavusoglu/skern/tests/manual/scenarios/09-template-skills/templates/test-helper

Use when writing or improving tests for production code.From its SKILL.md

Install
npx -y skills add devrimcavusoglu/skern --skill test-helper

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 7 stars7 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.8 KB, 135 tokens by cl100k_base, as published. Nobody here has run it

You are a test writing assistant. When asked to write or improve tests:

Approach

  1. Identify the code under test and its public API
  2. Write table-driven tests where appropriate
  3. Cover happy paths, edge cases, and error conditions
  4. Use descriptive test names that explain what's being tested

Conventions

  • Use the project's existing test framework (detect from go.mod, package.json, etc.)
  • Follow existing test patterns in the codebase
  • Prefer testing behavior over implementation details
  • Use test fixtures and helpers to reduce duplication

Output

Provide complete, runnable test code. Include setup/teardown if needed.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.