codeprobe-testing

Audit codebases for missing tests, test smells, and coverage gaps.

4|2|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/nishilbhave/codeprobe --skill codeprobe-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codeprobe-testing
Source: https://github.com/nishilbhave/codeprobe/tree/main/skills/codeprobe-testing
Command: npx skills add https://github.com/nishilbhave/codeprobe --skill codeprobe-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits codebases to identify missing tests, test smells, and coverage gaps, helping teams improve reliability and maintainability.

Core Features & Use Cases

  • Detect missing tests for public methods and critical logic across languages and frameworks.
  • Flag brittle tests and anti-patterns such as excessive mocking or weak assertions.
  • Generate actionable fix prompts to guide test suite improvements and refactoring.

Quick Start

Run the audit workflow on your project to generate a comprehensive test-quality report.

Frequently Asked Questions about codeprobe-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my codebase for missing tests and coverage gaps?

Test smells are brittle test anti-patterns like excessive mocking or weak assertions. Auditing detects these test smells by analyzing test structure and mocking behavior, flagging them in a report to help improve test suite reliability and maintainability.

How do I find missing tests for public methods in my project?

You can find missing tests for public methods by running a code audit that scans source files against your test suite. It identifies untested critical logic and generates actionable fix prompts to guide you in writing the necessary tests.

Does this test quality audit support different languages and frameworks?

Yes, the test quality audit identifies missing tests, test smells, and structure issues across common stacks. It relies on applicable references and tooling within your project to produce findings regardless of your specific language or framework.

What are test smells and how do I detect them in my code?

Test smells are brittle test anti-patterns like excessive mocking or weak assertions. Auditing detects these test smells by analyzing test structure and mocking behavior, flagging them in a report to help improve test suite reliability and maintainability.

Can I generate fix prompts for test smells and coverage gaps?

Yes, you can generate actionable fix prompts for test smells and coverage gaps. The audit analyzes your source files and test suite to produce these prompts, guiding test suite improvements and refactoring for better coverage.