verify-phase

Run all phase quality gates and report pass/fail results.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/juslee/aios --skill verify-phase-juslee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-phase
Source: https://github.com/juslee/aios/tree/main/.claude/skills/verify-phase
Command: npx skills add https://github.com/juslee/aios --skill verify-phase-juslee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validation of project phases by executing all quality gates and reporting failures early to ensure phase readiness.

Core Features & Use Cases

  • Runs compile, check, test, QEMU boot checks, and EL verification for a phase.
  • Stops at the first failure and reports detailed results to streamline debugging.
  • Ideal for CI pipelines and phase-review workflows to ensure phase completeness before release.

Quick Start

Provide the phase number to validate and the tool will run all gates and report the results.

Frequently Asked Questions about verify-phase

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

FAQPage Schema
How do I automate phase quality-gate validation in a CI pipeline?

Automate phase quality-gate validation by providing a phase number to run all gates, parse outputs, and generate a pass/fail report ensuring phase readiness before progression in CI pipelines.

What is phase readiness validation and when do I need it?

Phase readiness validation executes all quality gates for a specific phase to prove completeness. You need it in CI pipelines and development workflows to ensure each phase meets quality standards before moving to the next stage.

How do I run compile, test, and QEMU boot checks for a specific project phase?

Run compile, test, and QEMU boot checks by providing the phase number to the validation tool. It executes all gates sequentially, stops at the first failure, and reports detailed results to streamline debugging.

Does phase validation stop at the first failing quality gate or run all checks?

Phase validation stops at the first failing quality gate and reports detailed results. This fail-fast approach streamlines debugging by highlighting the specific gate that prevented phase readiness progression.

Can I use phase quality-gate validation for QEMU and EL verification in development workflows?

Yes, phase quality-gate validation runs QEMU boot checks and EL verification alongside compile, check, and test gates. It is ideal for both CI pipelines and phase-review workflows to ensure phase completeness before release.

Why does my CI pipeline need phase quality gates instead of running tests manually?

CI pipelines need phase quality gates to automate readiness validation and report failures early. Automated validation ensures every phase proves completeness before progression, preventing skipped gates like QEMU boot checks.