validation-and-qa

Enforce deterministic pre-deploy code validation gates for FuseBase Flow workflows.

6|Updated May 29, 2026
One-click install
npx skills add https://github.com/fusebase-dev/fusebase-flow --skill validation-and-qa-fusebase-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validation-and-qa
Source: https://github.com/fusebase-dev/fusebase-flow/tree/main/flow-skills/validation-and-qa
Command: npx skills add https://github.com/fusebase-dev/fusebase-flow --skill validation-and-qa-fusebase-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unreliable code deployments caused by skipped validation, incomplete test coverage, uncaught bugs, and uncleaned test artifacts lead to broken production features and wasted developer time. This Skill enforces consistent, deterministic validation checks to catch issues before they reach production, ensuring code changes meet all acceptance criteria and quality standards.

Core Features & Use Cases

  • 5 validation sub-modes: Covers post-implementation verification gates, post-deploy smoke testing, reproducibility checks for reported failures, test-data hygiene cleanup, and lightweight-lane live-proof validation for small tickets.
  • Enforced quality guardrails: Requires empirical test coverage, protected-path compliance, reproducible evidence, and clean test artifacts before any deploy can be approved.
  • Use Case: An AI development team using FuseBase Flow can use this Skill to automatically validate that a new feature passes all acceptance criteria, has no unapproved changes to protected files, and leaves no test artifacts in the codebase before merging.

Quick Start

Use the validation-and-qa skill to run a full pre-deploy verification gate for the current code change and output a pass/fail report to the operator.

Frequently Asked Questions about validation-and-qa

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

FAQPage Schema
How do I enforce pre-deploy validation gates to prevent broken production deployments?

Post-deploy smoke testing verifies production features after release by executing validation checks that catch uncaught bugs and incomplete test coverage. It ensures newly deployed code changes meet all quality standards and acceptance criteria in the live environment.

How do I ensure test-data cleanup and artifact hygiene before merging code changes?

Test-data cleanup removes uncleaned test artifacts from the codebase before merge approval. Enforced quality guardrails require clean test artifacts and reproducible test evidence, ensuring code changes leave no residual test data in protected paths.

What is the best way to validate small tickets without running a full verification gate?

Lightweight-lane live-proof validation validates small tickets without running a full verification gate. It provides a streamlined verification process that confirms code changes meet acceptance criteria while skipping the comprehensive checks required for larger deployments.

How do I reproduce a single reported test failure to verify the fix?

Single-failure reproducibility checks reproduce reported test failures to verify fixes. This validation sub-mode requires reproducible test evidence, ensuring the reported failure can be consistently replicated and resolved before deploy approval is granted.

Does pre-deploy QA validation work for AI-assisted development workflows?

Pre-deploy QA validation works for AI-assisted development workflows by integrating with FuseBase Flow to automate verification gates. It automatically validates that new features pass acceptance criteria, have no unapproved protected file changes, and leave no test artifacts before merging.