test

Simulate all five QuangFlow phases in a sandbox and generate a test report.

6|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/DuongMQuang/quangflow --skill test-duongmquang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/DuongMQuang/quangflow/tree/main/plugins/quangflow/skills/test
Command: npx skills add https://github.com/DuongMQuang/quangflow --skill test-duongmquang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run a safe, end-to-end validation of a QuangFlow project by simulating all five phases (1→5) inside a disposable sandbox to catch gating or wiring issues before touching real code.

Core Features & Use Cases

  • Self-contained smoke testing across phases 1-5 without executing real project code
  • Detects broken file references, missing gates, and prompt logic issues in a controlled environment
  • Generates a verifiable test report and artifacts for readiness assessment

Quick Start

Run /qf:test to execute the full smoke test in a sandbox.

Frequently Asked Questions about test

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

FAQPage Schema
How do I run an end-to-end smoke test for QuangFlow phases without touching real code?▼

To run an end-to-end smoke test safely, execute the test command in a disposable sandbox. This simulates all five phases to validate gating and wiring, generating a report without touching real code.

What is sandbox-based integration testing for phase gates?▼

Sandbox-based integration testing is a self-contained validation method that simulates project phases in a controlled environment. It detects broken references and missing phase gates without executing real code.

Can I detect broken file references and prompt logic issues before deploying my QuangFlow project?▼

Yes, you can detect broken file references and prompt logic issues by simulating the project phases. The sandbox environment identifies these wiring and gating issues before touching real code.

How do I verify that my test harness aligns with defined phase gates?▼

Verify test harness alignment by running a full phase simulation across phases one through five. The sandbox test checks the harness against defined phase gates and produces a verifiable readiness report.

What are the limitations of running smoke tests in a sandbox environment?▼

The limitation of a sandbox smoke test is that it simulates phases without executing real code. It catches wiring and gating issues but cannot validate actual runtime behavior or real code execution.