test-augmentation
✓Validates and improves test coverage for code changes. Checks coverage thresholds, identifies untested code paths, and provides guidance on writing effective tests. Use after making code changes or when improving test quality.
Installation
SKILL.md
Note: Shell scripts are intentionally omitted. Coverage checks are implemented in .scripts/lib/skills/test-augmentation.ts and invoked via npm run skills:test-augmentation.
| Java | JaCoCo | | JavaScript/TypeScript | Jest, NYC | | Python | coverage.py, pytest-cov | | Go | go test -cover |
| Java | references/java/test-patterns.md | | TypeScript | references/typescript/test-patterns.md | | Python | references/python/test-patterns.md | | Go | references/go/test-patterns.md |
Validates and improves test coverage for code changes. Checks coverage thresholds, identifies untested code paths, and provides guidance on writing effective tests. Use after making code changes or when improving test quality. Source: bitsoex/bitso-java.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/bitsoex/bitso-java --skill test-augmentation- Source
- bitsoex/bitso-java
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is test-augmentation?
Validates and improves test coverage for code changes. Checks coverage thresholds, identifies untested code paths, and provides guidance on writing effective tests. Use after making code changes or when improving test quality. Source: bitsoex/bitso-java.
How do I install test-augmentation?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bitsoex/bitso-java --skill test-augmentation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/bitsoex/bitso-java
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01