phase-2-review

Validate Phase 2 mock builds against skeleton templates and functional specs.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/tercen/tercen_flutter_apps --skill phase-2-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-2-review
Source: https://github.com/tercen/tercen_flutter_apps/tree/main/.claude/skills/phase-2-review
Command: npx skills add https://github.com/tercen/tercen_flutter_apps --skill phase-2-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill validates a Phase 2 mock build against the skeleton templates and functional spec to ensure conformance.

Core Features & Use Cases

  • Detects widget kind from skeleton.yaml or sensible heuristics and selects the appropriate checks
  • Executes shared and kind-specific checks to generate a PASS/FAIL conformance report
  • Writes a structured phase-2-conformance-report to the local workspace for review

Quick Start

Provide the built widget directory and the functional spec path to generate a conformance report.

Frequently Asked Questions about phase-2-review

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

FAQPage Schema
How do I validate a mock build against skeleton templates?

To validate a mock build against skeleton templates, provide the built widget directory and functional spec path. The skill detects the widget kind and runs shared and kind-specific checks to generate a PASS/FAIL conformance report.

What is Phase 2 conformance reporting for widgets?

Phase 2 conformance reporting validates a Phase 2 mock build against skeleton templates and functional specs. It detects the widget kind, runs automated checks, and writes a structured conformance report to the local workspace.

How do I generate a PASS/FAIL conformance report for a widget build?

Generate a PASS/FAIL conformance report by providing the built widget directory and functional spec. The skill aggregates results from shared and kind-specific checks, then writes the report to the _local/ folder.

Does the conformance check work without a skeleton.yaml file?

Yes, the conformance check works without a skeleton.yaml file by applying sensible heuristics to detect the widget kind. It then selects and runs the appropriate shared and kind-specific checks.

What's the best way to run automated checks on a Phase 2 build?

The best way to run automated checks on a Phase 2 build is to provide the widget directory and functional spec path. The skill handles widget kind detection, executes checks, and outputs a structured conformance report.