spurpower-verification-before-completion

Require test or build command execution and output evidence before task completion claims.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/getspur/spur --skill spurpower-verification-before-completion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spurpower-verification-before-completion
Source: https://github.com/getspur/spur/tree/main/.claude/skills/spurpower-verification-before-completion
Command: npx skills add https://github.com/getspur/spur --skill spurpower-verification-before-completion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents the common AI failure of claiming tasks are complete or correct without actually verifying the results, which leads to broken code and wasted time.

Core Features & Use Cases

  • Verification Gate: Mandates a strict sequence of identifying, running, and reading verification commands before any success claim.
  • Evidence-Based Reporting: Ensures that all status updates are backed by concrete output, such as test results or build logs.
  • Use Case: Before telling a user that a bug is fixed, the agent must run the specific test case that failed, confirm it passes, and present the output as proof.

Quick Start

Apply the spurpower-verification-before-completion skill to ensure all your future task completion claims are backed by fresh verification evidence.

Frequently Asked Questions about spurpower-verification-before-completion

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

FAQPage Schema
How do I stop AI from claiming code is complete without running tests?

To stop AI from claiming code is complete without running tests, enforce a mandatory verification protocol that requires executing specific build or test commands and presenting output evidence before asserting success. This ensures all completion claims are backed by empirical validation.

How do I enforce empirical validation for bug fixes in a software workflow?

To enforce empirical validation for bug fixes, mandate a verification gate where the agent must run the specific test case that previously failed, confirm it passes, and present the test output as proof before reporting the bug fix as complete.

What is a verification gate in code review and quality assurance?

A verification gate in code review is a strict sequence mandating the identification, execution, and review of test or build commands before any success claim. It ensures evidence-based reporting by requiring concrete output logs for all task completions.

Do I need specific test frameworks to enforce verification before task completion?

No specific test frameworks are required. The verification protocol applies to any software development workflow by requiring the execution of your existing specific test or build commands and reading their output evidence prior to claiming work is done.

What's the best way to ensure AI agents provide evidence-based status updates?

The best way to ensure evidence-based status updates is to apply a verification skill that mandates reading concrete output, such as test results or build logs, before allowing the agent to assert any task success. This guarantees reliability.