orch-qa

Analyze codebases for test failures, root causes, and coverage gaps.

2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/hideki5123/agent-skill-set --skill orch-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orch-qa
Source: https://github.com/hideki5123/agent-skill-set/tree/main/orch-qa
Command: npx skills add https://github.com/hideki5123/agent-skill-set --skill orch-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automatically assesses the quality and test coverage of a codebase, identifying critical gaps and potential defects without manual intervention.

Core Features & Use Cases

  • Comprehensive Audit: Analyzes test execution, failure triage, and identifies untested code sections across various quality perspectives (functional, security, performance, etc.).
  • Automated Reporting: Generates detailed evidence packages and reports, including failure analysis and gap proofs.
  • Use Case: Run a full QA audit on your project to identify areas lacking test coverage, pinpoint flaky tests, and receive actionable recommendations for improvement before a major release.

Quick Start

Run a full QA analysis on this project.

Frequently Asked Questions about orch-qa

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

FAQPage Schema
How do I audit code quality and test coverage automatically?

Automated test coverage analysis works by executing your test suite, triaging failures to diagnose root causes, and performing gap analysis to pinpoint untested code sections across functional, security, and performance perspectives.

How do I find untested code and test gaps before a major release?

A QA gap analysis identifies untested code sections by analyzing test execution results, diagnosing failure root causes, and collecting evidence proofs to highlight critical coverage gaps across various quality perspectives.

Does the QA audit work with different programming languages and frameworks?

Yes, the QA audit supports various programming languages and frameworks, executing tests, diagnosing failures, and performing gap analysis across diverse codebases to identify untested sections.

What's the best way to diagnose test failure root causes in my codebase?

The best way to diagnose test failure root causes is conducting an automated QA audit. It triages test failures, identifies root causes, and collects evidence to generate detailed reports with actionable remediation recommendations.

Can I automatically write missing tests for untested code sections?

Yes, the Skill optionally remediates untested code by writing missing tests. After performing gap analysis to find untested sections, it can automatically generate and add the missing tests to your codebase.