🎯

test-augmentation

🎯Skill

from bitsoex/bitso-java

VibeIndex|
What it does

test-augmentation skill from bitsoex/bitso-java

πŸ“¦

Part of

bitsoex/bitso-java(32 items)

test-augmentation

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add bitsoex/bitso-java --skill test-augmentation
7Installs
35
-
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

>

Overview

# Test Augmentation

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

When to use this skill

  • After implementing new features
  • When refactoring existing code
  • To identify gaps in test coverage
  • During test quality improvements

Skill Contents

Available Resources

πŸ“š references/ - Detailed documentation

  • [go](references/go)
  • [java](references/java)
  • [python](references/python)
  • [test patterns](references/test-patterns.md)
  • [typescript](references/typescript)

---

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 |

TODO

  • [ ] Define coverage thresholds by project type
  • [ ] Implement coverage change detection
  • [ ] Add test quality metrics
  • [ ] Create test pattern guidance by technology