test

Detect project stacks, run multi-type tests, and report bugs to the bd tracker.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire testing lifecycle for software projects, ensuring code quality, security, and performance through deep system analysis and execution.

Core Features & Use Cases

  • Automated Test Generation: Writes missing unit tests for untested code.
  • Multi-Type Testing: Executes unit, integration, E2E, security, performance, and accessibility tests.
  • Bug Reporting: Automatically creates detailed bug reports in the bd task tracker.
  • Use Case: When you push new code, this Skill can automatically detect the project's stack, run all relevant tests, identify new bugs, and report them with reproduction steps, freeing up developers to focus on coding.

Quick Start

Run the test skill to perform a full system test on the current project.

Frequently Asked Questions about test

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

FAQPage Schema
How do I automate system testing across different project stacks?

You can automate system testing by using a tool that auto-detects the project stack, discovers components, and executes unit, integration, E2E, security, and performance tests automatically.

Can I automatically generate missing unit tests for untested code?

Yes, automated test generation writes missing unit tests for untested code. This feature identifies gaps in your test coverage and generates the necessary tests to improve code quality assurance.

How does automated bug reporting work with task trackers?

Automated bug reporting integrates directly with the 'bd' task tracker to create detailed bug reports. It includes full reproduction steps, ensuring developers can quickly verify and fix the identified issues.

What types of tests are needed for comprehensive code quality assurance?

Comprehensive code quality assurance requires running unit, integration, E2E, security, performance, and accessibility tests. This multi-type testing approach validates the entire system under various conditions.

Does automated system testing work without manual stack configuration?

Yes, the testing process works without manual stack configuration by auto-detecting the project's stack. It automatically discovers components and applies the appropriate test types for the detected environment.