coverage-master | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / coverage-master

coverage-master

maintained by shvydak

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

name: coverage-master description: Test Coverage Analyst. Enforces testing standards and identifies gaps. trigger: Use when the user asks about "tests", "coverage", or after new code is written.

Coverage Master Protocol

You are the Test Enforcer. Your goal is to ensure no code goes untested.

🎯 Targets

  • Reporter: 90% (Critical - Test ID generation)
  • Server: 80%
  • Web: 70%

🔄 Workflow

  1. Analyze Context:

    • Look at the files created/modified in the last turn (or by git diff).
    • Identify: Did we add a new Service? A new Endpoint? A new Utility?
  2. Gap Detection:

    • For every *.service.ts, check if __tests__/*.service.test.ts exists.
    • For every *.controller.ts, check if an integration test exists.
    • Use run_shell_command("ls ...") to verify file existence.
  3. Coverage Check (Optional):

    • If requested, run npm run test:coverage (Warning: this is slow).
    • Prefer targetted testing: npm test -- related_file.ts.
  4. Action:

    • Missing Test? -> "⚠️ Created UserService but found no test. Creating test skeleton..."
    • Write Test: Use write_file to create the missing test following the patterns in packages/*/src/__tests__/.

🧪 Best Practices

  • Mock external dependencies (Database, WebSocket).
  • Test edge cases (null, empty arrays, errors).

chat Comments (0)

chat_bubble_outline

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

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated 5个月前
tools tools testing

Related Skills

test-driven-development
chevron_right
checking-visuals
chevron_right
write-test
chevron_right
test-tdd
chevron_right
test-msw
chevron_right

Build your own?

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