tests

Audit GitHub repository test suites for coverage gaps and fixes.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/whilp/working --skill tests-whilp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tests
Source: https://github.com/whilp/working/tree/main/skills/tests
Command: npx skills add https://github.com/whilp/working --skill tests-whilp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the audit and improvement of test suites within GitHub repositories, ensuring robustness and coverage.

Core Features & Use Cases

  • Test Audit: Identifies untested code, missing edge cases, and fragile tests.
  • Test Improvement: Recommends and implements fixes for identified issues.
  • Use Case: When you need to ensure your repository's test suite is comprehensive and reliable, this Skill can help by analyzing and enhancing your tests.

Quick Start

Run the tests skill to analyze and improve the test suite of your GitHub repository.

Frequently Asked Questions about tests

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

FAQPage Schema
How do I audit and improve test suite quality for a GitHub repository?

To improve test suite quality for a GitHub repository, you can automate an audit that analyzes code coverage, identifies untested edge cases, and suggests fixes for fragile tests.

What is the best way to find missing edge cases in my codebase?

Finding missing edge cases requires a comprehensive test audit that analyzes your code coverage, identifies untested code paths, and recommends targeted fixes to enhance robustness.

Does this test improvement approach require access to my source code files?

Yes, test improvement requires direct access to the repository's codebase and test files to accurately analyze coverage gaps and suggest fixes for your software development workflow.

How do I identify and fix fragile tests in my automated test suite?

To identify and fix fragile tests in an automated test suite, an audit analyzes your repository's test files, detects unstable tests, and recommends fixes to ensure reliability.

Can I use this to ensure my GitHub repository has comprehensive automated test coverage?

Yes, you can ensure comprehensive automated test coverage by auditing your GitHub repository to identify untested code, missing edge cases, and implementing the suggested fixes.

When should I automate test quality assurance for my software development workflow?

You should automate test quality assurance when your repository's test suite needs comprehensive coverage validation, gap identification, and suggested fixes to maintain robustness.