test-augmentation | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / test-augmentation

test-augmentation

maintained by bitsoex

star 35 account_tree 30 verified_user MIT License
bolt View GitHub

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

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

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 35
GitHub Forks 30
Created Jan 2026
Last Updated 4个月前
tools tools automation tools

Related Skills

fabric
chevron_right
specs-gen
chevron_right
typescript-expert
chevron_right
break-loop
chevron_right
burp-suite
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.