Bridge Eval Generate

Generate user test scenarios, E2E tests, and feedback templates after a quality gate passes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/etapsc/bridge --skill bridge-eval-generate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Bridge Eval Generate
Source: https://github.com/etapsc/bridge/tree/main/bridge-claude-code/.claude/skills/bridge-eval-generate
Command: npx skills add https://github.com/etapsc/bridge --skill bridge-eval-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of essential testing artifacts, including user scenarios, end-to-end tests, and feedback templates, ensuring comprehensive evaluation after a quality gate has passed.

Core Features & Use Cases

  • Generate Evaluation Scenarios: Creates detailed manual test scenarios for user testing.
  • Develop E2E Tests: Writes end-to-end tests based on critical paths defined in quality gates.
  • Update Context: Appends evaluation history to docs/context.json.
  • Use Case: After a feature passes its quality gate, use this Skill to automatically generate all necessary documentation and tests for the QA team to validate the feature thoroughly.

Quick Start

Generate the evaluation pack for the recently passed quality gate.

Frequently Asked Questions about Bridge Eval Generate

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

FAQPage Schema
How do I generate end-to-end tests after a quality gate passes?

Generating end-to-end tests after a quality gate passes requires a verified 'PASS' status in your gate report. The skill then automatically creates E2E test files in the tests directory based on defined critical paths.

What is included in an automated software evaluation pack?

An automated software evaluation pack includes user test scenarios, end-to-end tests, and feedback templates. It also updates context documentation by appending the evaluation history for the QA team.

Do I need a passing gate report before generating test scenarios?

Yes, a passing gate report is required before generating test scenarios. The skill requires verification of a 'PASS' status in the gate report file to ensure features are validated and ready for evaluation.

How do I create manual user testing scenarios for QA validation?

Creating manual user testing scenarios for QA validation involves running this skill after a feature passes its quality gate. It generates detailed evaluation scenarios in a markdown file for thorough user testing.

Can I automatically update context documentation with evaluation history?

Yes, context documentation can be automatically updated with evaluation history. This skill appends new evaluation records directly to the context JSON file during the test generation process.