verify-page

Run regression assertions across template page sections and aggregate results into a report.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cfagerlin/theme-forge --skill verify-page
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verify-page
Source: https://github.com/cfagerlin/theme-forge/tree/main/verify-page
Command: npx skills add https://github.com/cfagerlin/theme-forge --skill verify-page

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run regression assertions across every section on a template page. Loops verify-section for each section that has an assertions.json, aggregates results, and prints a single page-level report. Read-only.

Core Features & Use Cases

  • Discovery of sections with assertions and per-section verification via verify-section.
  • Aggregation of results into a page-level report with per-section details.
  • Read-only constraint: verify-page does not mutate code and never triggers refinement.

Quick Start

Run a page-level regression check with your template to generate a consolidated report.

Frequently Asked Questions about verify-page

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

FAQPage Schema
How do I run page-level regression checks across all sections on a Shopify theme template?▼

Page-level regression checks run by identifying every section with an assertions file, looping per-section verification, and aggregating the results into a single consolidated report. This process scans template pages to detect regressions across all configured sections automatically.

What is the best way to verify Shopify theme pages without modifying code?▼

The best way to verify pages without modifying code is to use a read-only regression tool that runs assertions and aggregates results without mutating code or triggering refinement. This ensures safe quality-assurance testing across template sections.

How do I generate an exportable page run log for template regression auditing?▼

You generate exportable page run logs by executing a consolidated page report that aggregates per-section verification results. This report captures all regression assertions across the template page, providing an auditable log of the verification run.

Can I verify sections individually before aggregating page-level regression results?▼

Yes, section-level verification runs individually before aggregating page-level regression results. The tool discovers sections with assertions and executes per-section checks, then aggregates all individual section results into the final page report.

Does page verification require assertions.json files for every section on the template?▼

Page verification does not require assertions.json for every section. The tool discovers and verifies only the sections that have an assertions.json file, skipping sections without assertions during the page-level regression check.

Why does page regression verification avoid triggering code refinement?▼

Page regression verification avoids triggering code refinement to maintain a strictly read-only execution contract. This constraint ensures the quality-assurance process only reports regressions without altering the template codebase.