verification-before-completionUse when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
Install via ClawdBot CLI:
clawdbot install zlc000190/verification-before-completionGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
Before marking a bug fix as complete in a sprint, developers must run the specific test suite for that bug and verify zero failures. This ensures no false claims in stand-up meetings or pull requests, preventing wasted time on rework.
In a CI/CD workflow, before merging code to the main branch, engineers must execute full build and lint commands locally and confirm exit code 0. This prevents broken builds from being deployed, maintaining system reliability and team trust.
QA testers must run regression tests after each code change, including a red-green cycle to verify failures before fixes. This ensures comprehensive coverage and avoids shipping incomplete features that could lead to customer complaints.
Before declaring a project phase complete, managers must review a line-by-line checklist against requirements and run verification commands like integration tests. This prevents missed deliverables and ensures stakeholder satisfaction.
When delegating tasks to AI agents, users must independently verify agent-reported success by checking version control diffs and running verification commands. This prevents trust issues and ensures accurate task completion in automated workflows.
Offer a subscription-based platform that enforces verification workflows, integrating with tools like GitHub and Jira to automate evidence collection before completion claims. Revenue comes from monthly per-user fees, targeting mid-sized tech companies.
Provide workshops and audits to help organizations implement verification protocols, reducing rework and improving trust. Revenue is generated through hourly consulting rates and packaged training programs for industries like finance and healthcare.
Sell a custom verification software solution to large enterprises needing strict compliance in regulated sectors, with features for audit trails and real-time monitoring. Revenue comes from annual licensing contracts and premium support.
💬 Integration Tip
Integrate this skill into existing CI/CD pipelines by adding mandatory verification steps before merge approvals, using tools like Jenkins or GitLab CI to automate evidence checks.
Scored Apr 19, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Ship production code with AI agents through acceptance contracts, micro diffs, red green loops, and deterministic handoff checkpoints.