auto-test-skill

Generate A-round plans and B-round quality checks for skill optimization.

47|8|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/huangwb8/skills --skill auto-test-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-test-skill
Source: https://github.com/huangwb8/skills/tree/main/auto-test-skill
Command: npx skills add https://github.com/huangwb8/skills --skill auto-test-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill orchestrates a structured, multi-round critique and testing pipeline for AI skills, generating A-round plans and B-round quality checks to ensure traceable improvements.

Core Features & Use Cases

  • Independent A-round evaluation that avoids leakage of plans and tests
  • Automated generation of planning and testing documents (plans/ and tests/ directories)
  • Configurable B-round quality checks with thresholds to ensure measurable improvements
  • Cross-skill applicability for optimizing multiple skills in a repository

Quick Start

Trigger this skill against a target skill root to emit A-round plans and B-round checks automatically.

Frequently Asked Questions about auto-test-skill

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

FAQPage Schema
How do I automate multi-round testing and critique for AI skills?

Automate multi-round testing by generating structured A-round evaluation plans and B-round quality checks. This pipeline orchestrates critique and testing to ensure traceable improvements for AI skills in local repositories.

How does independent A-round evaluation avoid plan and test leakage?

Independent A-round evaluation avoids leakage by isolating the assessment phase from the testing phase. It automatically generates separate planning and testing documents in the plans/ and tests/ directories to maintain strict process separation.

How do I configure YAML-driven quality thresholds for skill testing?

Configure YAML-driven quality thresholds by defining criteria such as min_p0_p1_ratio and min_systemic_issues. The B-round quality checks validate generated plans and tests against these configurable thresholds to ensure measurable improvements.

Can I apply multi-round skill optimization across multiple skills in a local repository?

Yes, multi-round skill optimization supports cross-skill applicability across multiple skills in a local repository. You trigger the testing pipeline against a target skill root to automatically emit A-round plans and B-round checks.

What is the difference between A-round plans and B-round quality checks?

A-round plans focus on independent evaluation and structured critique, while B-round quality checks validate those plans against configurable YAML thresholds. Together, they enforce traceable outputs and ensure measurable skill improvements.

When do I need YAML-driven threshold validation for skill testing?

You need YAML-driven threshold validation when enforcing measurable quality criteria during multi-round skill testing. It validates outputs against configurable metrics like min_p0_p1_ratio and min_systemic_issues to guarantee traceable improvements.