phase-verify

Analyze PLAN.md criteria and run automated codebase checks to generate verification reports.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/songyinggoh/renovation-agent-monorepo --skill phase-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-verify
Source: https://github.com/songyinggoh/renovation-agent-monorepo/tree/main/.claude/skills/phase-verify
Command: npx skills add https://github.com/songyinggoh/renovation-agent-monorepo --skill phase-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the rigorous verification of completed development phases, ensuring all success criteria are met before proceeding, thereby reducing technical debt and improving code quality.

Core Features & Use Cases

  • Automated Checks: Runs quality gates (lint, tests, type-check), file existence checks, and wiring inspections.
  • Structured Reporting: Generates a detailed verification report in Markdown format, including status, evidence, and human verification items.
  • Use Case: After implementing a new feature for user authentication, run /phase-verify on the relevant phase to confirm that all code is clean, tests pass, and the authentication flow is correctly integrated.

Quick Start

Run the phase-verify skill on the 'agent-hardening' phase.

Frequently Asked Questions about phase-verify

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

FAQPage Schema
How do I verify development phase completion against success criteria?

Development phase completion is verified by analyzing PLAN.md for observable truths and executing automated checks against the codebase. This generates a structured verification report detailing the status of each criterion before phase sign-off.

What automated checks are needed for a code quality phase sign-off?

Automated checks for code quality phase sign-off include running quality gates like lint, tests, and type-checks. Additional automated checks inspect file existence and verify wiring to ensure proper integration before generating a final report.

How do I generate a verification report for anti-pattern scans and quality gates?

A verification report for anti-pattern scans and quality gates is generated by running automated checks against the codebase. The resulting Markdown report details the status of each criterion, including evidence and human verification items.

Does phase verification work without external dependencies?

Phase verification operates without external dependencies, relying instead on internal references to analyze PLAN.md. It executes automated checks independently to identify areas requiring human review before final phase sign-off.

When do I need automated testing and wiring inspections for phase completion?

Automated testing and wiring inspections are needed after implementing a new feature to confirm code cleanliness and proper integration. They ensure adherence to success criteria and identify technical debt before proceeding to the next phase.