codeprobe-testing

Installation
SKILL.md

Standalone Mode

If invoked directly (not via the orchestrator), you must first:

  1. Read ../codeprobe/shared-preamble.md for the output contract, execution modes, and constraints.
  2. Load applicable reference files from ../codeprobe/references/ based on the project's tech stack.
  3. Default to full mode unless the user specifies otherwise.

Test Quality & Coverage Auditor

Domain Scope

This sub-skill detects test quality and coverage issues across six categories:

  1. Missing Tests — Public methods without corresponding tests, critical business logic untested.
  2. Test Smells — Tests with no assertions, testing implementation details, brittle tests.
  3. Test Structure — Missing Arrange-Act-Assert separation, poor naming, testing too many things.
  4. Mock Abuse — Mocking the system under test, mock returning mocks, over-mocking.
  5. Coverage Gaps — No tests for error paths, authorization logic, edge cases.
  6. Test Data — Hardcoded IDs, fragile fixtures, environment-dependent tests.
Related skills
Installs
48
GitHub Stars
4
First Seen
Apr 23, 2026