test

Map components, tests, and risk areas to identify coverage gaps.

27|3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/bish-x/claude-bishx --skill test-bish-x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/bish-x/claude-bishx/tree/main/skills/test
Command: npx skills add https://github.com/bish-x/claude-bishx --skill test-bish-x

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates comprehensive discovery and planning for automated testing across software projects, enabling teams to identify coverage gaps, plan waves of tests, and generate BD tasks automatically.

Core Features & Use Cases

  • Automated discovery of test landscape: components, modules, routes, risk areas, and coverage gaps.
  • Phase-driven execution: parallel waves for backend unit, API, security, data integrity, performance, and web testing.
  • Audit modes: hybrid (propose tests) or readonly (document findings only).
  • BD integration: creates epics, features, and bugs with structured descriptions and optional proposed tests.

Quick Start

Run a full bishx test session to discover components, run planned tests, and generate BD tasks.

Frequently Asked Questions about test

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

FAQPage Schema
How do I identify gaps in test coverage across backend and frontend components?

Identify test coverage gaps by parsing repository metadata to map components, modules, and routes against existing tests. The Skill extracts current tests and risk areas to propose structured test plans, returning reports under run directories.

Can I run automated test discovery without modifying my repository?

Yes, you can run automated test discovery in readonly mode to document findings without modifying the repository. Alternatively, use hybrid mode to propose tests and generate structured reports under run directories.

How do I plan parallel testing waves for API, security, and data integrity?

Plan parallel testing waves using phase-driven execution for backend unit, API, security, data integrity, performance, and web testing. The Skill maps risk areas to generate structured test plans across these phases.

Does test coverage analysis integrate with BD task generation workflows?

Test coverage analysis aligns with the bd task generation workflow by creating epics, features, and bugs. It generates structured descriptions with optional proposed tests based on discovered coverage gaps.

What's the best way to automate discovery of test landscapes for software projects?

Automate discovery of test landscapes by parsing repository metadata to extract components, modules, routes, and risk areas. This reveals coverage gaps and enables teams to plan waves of tests automatically.

When should I use readonly audit mode instead of hybrid mode for test planning?

Use readonly audit mode when you only need to document findings and map coverage gaps. Switch to hybrid mode when you want the system to actively propose tests and generate BD tasks for identified risk areas.