·test-augmentation
</>

test-augmentation

bitsoex/bitso-java

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.

7Installs·0Trend·@bitsoex

Installation

$npx skills add https://github.com/bitsoex/bitso-java --skill test-augmentation

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.

View raw

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
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