t-demo-accept

Validate demo test coverage against user stories and generate acceptance reports.

64|6|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/timzaak/web-dev-skills --skill t-demo-accept
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: t-demo-accept
Source: https://github.com/timzaak/web-dev-skills/tree/main/skills/t-demo-accept
Command: npx skills add https://github.com/timzaak/web-dev-skills --skill t-demo-accept

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill validates that demo tests cover user stories, compile successfully, run to completion, and produce structured acceptance reports for quality governance.

Core Features & Use Cases

  • Identifies relevant demo test files or roles and ensures user stories remain aligned with implementation.
  • Validates compilation, execution, and results, generating per-file or per-scenario acceptance status in the .ai/quality folder.

Quick Start

Run the t-demo-accept command with a target to validate relevant Demo tests and generate acceptance reports.

Frequently Asked Questions about t-demo-accept

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

FAQPage Schema
How do I validate demo test coverage against user stories?

To validate demo test coverage, run the validation command with a target directory or file. The tool identifies relevant demo tests, checks alignment with user stories, and generates structured acceptance status reports.

How do I generate acceptance reports for e2e test suites?

Acceptance reports for e2e suites are generated by executing the validation workflow against your test files. The tool validates compilation and execution, then outputs per-scenario acceptance status into the .ai/quality folder.

Can I run acceptance validation on a single demo test file?

Yes, acceptance validation works on a single demo file. You can target individual files or full e2e suites, and the tool will apply strict checks including compilation, execution, and deterministic reporting.

What is included in the structured acceptance reports for quality audits?

Structured acceptance reports include per-file or per-scenario acceptance status, verifying that demo tests cover user stories, compile successfully, run to completion, and meet quality governance requirements.

Does demo test validation require external dependencies?

No external dependencies are required. The tool implements a deterministic workflow that handles compilation, execution, and reporting internally to validate demo tests and produce acceptance reports.