sp_verification

Run verification commands and evaluate outputs before completion claims.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SpecForgeAI/deepagent-bot --skill sp-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sp_verification
Source: https://github.com/SpecForgeAI/deepagent-bot/tree/main/skills/sp_verification
Command: npx skills add https://github.com/SpecForgeAI/deepagent-bot --skill sp-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Confirming work as complete without proper verification leads to dishonesty and unstable releases. This skill ensures that every claim about completion is backed by fresh verification evidence produced by running defined verification commands and inspecting their outputs.

Core Features & Use Cases

  • Command-driven verification: Executes designated verification steps to validate claims about completed work.
  • Evidence-backed decisions: Collects outputs, exit codes, and results to produce auditable status before PRs or releases.
  • Workflow applicability: Suitable for software development, PR reviews, CI gates, and release planning to prevent premature claims.

Quick Start

Run the verification command and confirm the output before making any completion claim.

Frequently Asked Questions about sp_verification

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

FAQPage Schema
How do I verify claims before marking a pull request as complete?

You can verify completion claims by running designated verification commands and inspecting their outputs. This skill automates the verification process to ensure that status claims in PR reviews are backed by fresh execution evidence and exit code interpretation.

What is command-driven verification in CI pipelines?

Command-driven verification executes required verification steps to validate work claims before releases. It collects outputs, exit codes, and results to produce auditable status, preventing premature completion claims and ensuring CI gates reflect actual test results.

How do I prevent premature completion claims in software development workflows?

You prevent premature completion claims by enforcing evidence-backed verification before any status assertion. This skill runs defined verification commands, interprets their outputs, and produces auditable evidence to ensure claims reflect actual verification results.

Can I use automated verification to gate releases and PR reviews?

Yes, automated verification is suitable for release gating and PR reviews. It executes required commands, evaluates outputs and exit codes, and produces evidence-backed decisions to confirm that completion claims are valid before merging or releasing.

Does verification before claiming completion work without external dependencies?

Yes, this verification skill operates without external dependencies. It focuses on running defined verification commands and interpreting their outputs and exit codes to generate evidence-backed claims directly within your existing software development workflow.

What's the best way to produce auditable status before a release?

The best way to produce auditable status is by running command-driven verification steps that collect outputs and exit codes. This approach ensures that every release gating decision is backed by fresh verification evidence rather than manual claims.