Back to list
bitsoex

test-augmentation

by bitsoex

Bitso Java API Wrapper

34🍴 30📅 Jan 24, 2026

SKILL.md


name: test-augmentation description: > 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. compatibility: Works with Java (JaCoCo), JavaScript/TypeScript (Jest/NYC), Python (coverage.py), Go (go test) metadata: version: "1.0.0" technology: global

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


Coverage Tools

TechnologyTool
JavaJaCoCo
JavaScript/TypeScriptJest, NYC
Pythoncoverage.py, pytest-cov
Gogo test -cover

References

TechnologyReference
Javareferences/java/test-patterns.md
TypeScriptreferences/typescript/test-patterns.md
Pythonreferences/python/test-patterns.md
Goreferences/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

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon