verify-completion

Execute test suites and commands to verify code implementations against acceptance criteria.

25|7|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/xoai/sage --skill verify-completion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-completion
Source: https://github.com/xoai/sage/tree/main/core/capabilities/debugging/verify-completion
Command: npx skills add https://github.com/xoai/sage --skill verify-completion

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that code implementations and bug fixes actually work by executing commands and tests, preventing the agent from relying solely on its own claims.

Core Features & Use Cases

  • Automated Verification: Runs tests and specific commands to confirm functionality.
  • Quality Assurance: Acts as a final gate to catch regressions and ensure acceptance criteria are met.
  • Use Case: After an agent fixes a bug, this Skill will re-run the scenario that previously failed and execute the full test suite to confirm the fix is effective and hasn't introduced new issues.

Quick Start

Use the verify-completion skill to run all tests and confirm the recent code changes work as expected.

Frequently Asked Questions about verify-completion

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

FAQPage Schema
How do I verify a bug fix actually works without relying on manual code review?

Automated verification catches regressions by re-running previously failed scenarios and executing the full test suite. This quality assurance process compares actual outputs against expected behavior to ensure recent code changes meet acceptance criteria.

How do I validate code implementation against acceptance criteria post-development?

Validate code implementation by executing commands and comparing outputs against expected behavior. This confirms functional correctness and ensures the implementation satisfies defined acceptance criteria through observed test results.

Do I need to configure dependencies to run automated verification on my code changes?

No external dependencies are required to run automated verification on your code changes. The process operates independently using scripts and references to execute test suites and confirm your recent fixes work as expected.

What is the best way to ensure task completion confirmation catches regressions in quality assurance?

Automated verification catches regressions by re-running previously failed scenarios and executing the full test suite. This quality assurance process compares actual outputs against expected behavior to ensure recent code changes meet acceptance criteria.

Why does automated verification require executing test suites instead of just checking the code?

Automated verification requires executing test suites because observing actual results prevents the agent from relying solely on its own claims. Executing commands validates functional correctness and confirms bug fixes work effectively.