quality-validation

Run verification commands and present output before claiming task completion.

39|1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/qodex-ai/ai-agent-skills --skill quality-validation-qodex-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-validation
Source: https://github.com/qodex-ai/ai-agent-skills/tree/main/skills/quality-validation
Command: npx skills add https://github.com/qodex-ai/ai-agent-skills --skill quality-validation-qodex-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents the premature declaration of task completion by enforcing a strict verification process, ensuring that claims of success are always backed by fresh evidence and preventing costly errors.

Core Features & Use Cases

  • Mandatory Verification: Enforces running specific commands to prove task completion before any claim is made.
  • Failure Identification: Clearly distinguishes between successful verification and mere assumptions or past results.
  • Use Case: Before committing code, an engineer must run the test suite and present the output showing zero failures. Before marking a bug as fixed, the QA engineer must re-run the test case that originally failed and show it now passes.

Quick Start

Always run the verification command and present its output before claiming any status or expressing satisfaction.

Frequently Asked Questions about quality-validation

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

FAQPage Schema
How do I enforce evidence before claims of code completion?

To enforce evidence before claims of code completion, the skill mandates running specific verification commands and presenting their output. This ensures task success is backed by fresh execution results rather than assumptions.

What is mandatory verification for bug fixes and task completion?

Mandatory verification for task completion requires independently executing commands to prove a bug is fixed. It prevents false positives by demanding fresh test evidence before any success status is declared.

How do I prevent false positives when marking agent tasks as complete?

To prevent false positives when marking agent tasks as complete, you must enforce a strict validation policy. This requires independently executing verification commands to generate fresh output before claiming any status.

Why does task verification require running the test suite again?

Task verification requires running the test suite again to distinguish between actual successful validation and mere assumptions based on past results. This process enforcement maintains trust by proving zero failures.

Does code review validation work without independent command execution?

Code review validation does not work without independent command execution. The process requires generating fresh output from specific commands to clearly distinguish between successful verification and unverified assumptions.

What are the limitations of relying on past results for quality assurance?

The limitation of relying on past results for quality assurance is the risk of premature task completion claims. Without fresh execution and validation of commands, you cannot prevent false positives or maintain trust.