test

Execute a single L1-L4 verification layer from a subtask plan.

17|3|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/phj128/autoworker --skill test-phj128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/phj128/autoworker/tree/main/skills/test
Command: npx skills add https://github.com/phj128/autoworker --skill test-phj128

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute ONE test level (L1/L2/L3/L4) from subtask verification plan. Only run tests, do not record results. Called by autoworker:dispatch with level argument. Ends by calling autoworker:checkpoint.

Core Features & Use Cases

  • Executes a single verification layer (L1-L4) from the subtask plan without modifying any other layers.
  • autonomously reads the verification plan, executes test items, compares actual vs expected results, and records outcomes via autoworker:checkpoint.
  • Handles failures by re-running tests, entering diagnostic mode after consecutive failures, and logging fixes for traceability.

Quick Start

Run autoworker:test L2 to execute all tests for layer 2 in the current subtask plan.

Frequently Asked Questions about test

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

FAQPage Schema
How do I execute a single test layer from a verification plan?

To execute a single test layer from a verification plan, call the test execution command with an explicit level argument (L1-L4) to run only that chosen test level autonomously.

What happens when test execution encounters consecutive failures?

When test execution encounters consecutive failures, the system handles them by re-running the tests and entering diagnostic mode to log fixes for traceability.

Can I run tests for a specific verification level without modifying other layers?

Yes, you can run tests for a specific verification level without modifying other layers by executing only the chosen test level from the subtask verification plan.

How does the system determine which test level to run if no explicit level is provided?

If no explicit level is provided, the system determines which test level to run by inferring the next incomplete level from the subtask verification plan.

Does test execution automatically record the verification results?

Test execution does not record results directly; instead, it invokes the checkpoint process upon completion to handle outcome recording and state tracking.

What is the best way to autonomously assess a single L1-L4 test layer?

The best way to autonomously assess a single L1-L4 test layer is to use a test execution command that reads the plan, extracts items, executes commands, and compares actual versus expected results.