test-augmentation

Generate missing tests to improve code coverage.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "test-augmentation" with this command: npx skills add bitsoex/bitso-java/bitsoex-bitso-java-test-augmentation

Test Augmentation

Generate missing tests to improve code coverage.

When to use this skill

  • After implementing new features

  • When refactoring existing code

  • To identify gaps in test coverage

  • During test quality improvements

  • When asked to "add tests" or "improve coverage"

Skill Contents

Available Resources

references/ - Detailed documentation

  • go

  • java

  • python

  • test patterns

  • typescript

Quick Start

  • Run coverage report for your technology:

  • JavaScript/TypeScript: pnpm run test:coverage

  • Python: pytest --cov=. --cov-report=html

  • Java: ./gradlew jacocoTestReport

  • Go: go test -cover ./...

  • Review uncovered files and functions

  • Apply patterns from the references:

  • references/test-patterns.md

  • General test patterns

  • references/{technology}/test-patterns.md

  • Technology-specific patterns

  • Write tests for uncovered code paths

  • Re-run coverage to verify improvement

Coverage Targets

Type Target

Line coverage 80%+

Branch coverage 70%+

Critical paths 100%

Coverage Tools

Technology Tool

Java JaCoCo

JavaScript/TypeScript Jest, NYC

Python coverage.py, pytest-cov

Go go test -cover

References

Technology Reference

Java references/java/test-patterns.md

TypeScript references/typescript/test-patterns.md

Python references/python/test-patterns.md

Go references/go/test-patterns.md

Related Skills

  • quality-gateway - Quality gate orchestration

  • doc-sync - Documentation synchronization

  • java-testing

  • Java-specific testing (for Java projects)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

coderabbit-interactions

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

coderabbit-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
General

gradle-standards

No summary provided by upstream source.

Repository SourceNeeds Review