verifying-before-completion

Enforce verification gates, TDD compliance, and code review before completion claims.

4|1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/bacchus-labs/wrangler --skill verifying-before-completion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verifying-before-completion
Source: https://github.com/bacchus-labs/wrangler/tree/main/skills/verifying-before-completion
Command: npx skills add https://github.com/bacchus-labs/wrangler --skill verifying-before-completion

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill prevents premature claims of completion by enforcing rigorous verification steps before any work is declared finished, fixed, or passing. It ensures that all necessary checks, tests, and reviews are completed and evidenced.

Core Features & Use Cases

  • Mandatory Verification Gates: Enforces running specific commands and reviewing their output before making success claims.
  • TDD Compliance Certification: Requires explicit attestation of following Test-Driven Development principles.
  • Code Review Enforcement: Mandates code review unless specific, documented exceptions apply.
  • Frontend Verification Checklist: Provides detailed steps for visual, console, network, accessibility, and interaction testing for UI work.
  • Use Case: Before merging a bug fix, an AI agent must run the relevant test suite, capture the output showing zero failures, certify TDD compliance, and provide evidence of code review approval, all documented within the completion message.

Quick Start

Use the verifying-before-completion skill to ensure all tests pass and code review is obtained before claiming work is complete.

Frequently Asked Questions about verifying-before-completion

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

FAQPage Schema
How do I prevent an AI coding agent from claiming a task is complete before running tests?

To prevent premature completion claims, enforce a mandatory verification gate that requires running specific test commands, capturing output showing zero failures, and evidencing TDD compliance before declaring work finished.

What is a completion gate in software development and how does it enforce code review?

A completion gate is a verification process mandating evidence-based assertions and code review approval before work is declared finished, ensuring no success claims are made without documented review evidence.

How do I verify frontend changes for accessibility and network errors before merging?

Verify frontend changes by applying a detailed checklist covering visual inspection, console errors, network activity, accessibility compliance, and interaction testing, ensuring all UI checks pass before declaring work complete.

Can I integrate a TDD compliance certification check with my existing git hooks?

Yes, the verification process integrates with git hooks to enforce TDD compliance certification and code review gates, blocking commits or merges unless explicit evidence of passing tests is provided.

Are there exceptions to the code review enforcement requirement for bug fixes?

Code review is strictly mandated for all bug fixes and development tasks, though specific documented exceptions can apply if outlined within the verification process configuration.