test
Execute the project test suite using Deno
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "test" description: "Execute the project test suite using Deno" license: "MIT" --- ## What I do - Run `deno task test` to execute the complete test suite - Can also run a single test file using `deno test <filename>.test.ts` - All tests run on Deno's built-in harness - Test fixtures are stored under `test-data/` ## When to use me Use this when you want to verify code correctness: - After implementing new features - Before committing changes - As part of the CI/CD pipeline - When debugging failing tests ## Notes - The test task is defined in `deno.jsonc` and runs with `--allow-read` - This is the baseline for any change to the codebase - Use `deno task test:ci` for CI behavior with JUnit output and coverage flags
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

