Agent skill
test
Execute the project test suite using Deno
Install this agent skill to your Project
npx add-skill https://github.com/sachitv/avro-typescript/tree/main/.opencode/skill/test
Metadata
Additional technical details for this skill
- workflow
- deno
SKILL.md
What I do
- Run
deno task testto 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.jsoncand runs with--allow-read - This is the baseline for any change to the codebase
- Use
deno task test:cifor CI behavior with JUnit output and coverage flags
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
lint
Check for style and static analysis warnings using Deno lint
fmt
Format TypeScript sources using Deno formatter
coverage
Collect and enforce code coverage using Deno
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
Didn't find tool you were looking for?