qfai-verify

Execute and document quality gates for code changes with QFAI validation.

3|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/aganesy/QFAI --skill qfai-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qfai-verify
Source: https://github.com/aganesy/QFAI/tree/main/packages/qfai/assets/init/.qfai/assistant/skills/qfai-verify
Command: npx skills add https://github.com/aganesy/QFAI --skill qfai-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution and documentation of quality gates for code changes, ensuring adherence to project standards and detecting potential issues before they are merged.

Core Features & Use Cases

  • Automated Quality Gates: Runs essential checks like formatting, linting, type-checking, and QFAI validation.
  • Evidence Generation: Creates a comprehensive evidence file detailing the results of all executed checks.
  • Use Case: Before submitting a pull request, use this Skill to automatically verify that all code adheres to the project's quality standards and that the QFAI validation passes, preventing regressions and ensuring maintainability.

Quick Start

Run the qfai-verify skill to execute all defined quality gates and generate evidence.

Frequently Asked Questions about qfai-verify

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

FAQPage Schema
How do I automate quality gates and generate evidence for code review?

Quality gates enforce formatting, linting, type-checking, and QFAI validation on repository changes, producing a comprehensive evidence file that verifies adherence to project standards before merging code.

What is QFAI validation and when do I need it for pull requests?

QFAI validation is a mandatory code change check that enforces Drift Protocol, test-layer policies, and coverage ledger requirements, ensuring adherence to project standards before pull request submission.

How do I document code review evidence for CI/CD pipelines?

Documenting code review evidence involves executing repository-specific checks and QFAI validation, which automatically generates a comprehensive evidence file detailing all quality gate results for CI/CD approval processes.

Does qfai-verify work without external dependencies?

The qfai-verify skill operates without external dependencies, executing repository-specific checks and QFAI validation directly to generate evidence files for code review and approval processes.

Why does code validation fail during coverage ledger checks?

Code validation fails during coverage ledger checks when changes do not meet mandatory test-layer policies and coverage requirements, preventing regressions and ensuring maintainability before the code is merged.