verification-before-completion

Run tests, linting, and builds and record evidence before completion claims.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/bakwankawa/lazy-code-skill --skill verification-before-completion-bakwankawa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/bakwankawa/lazy-code-skill/tree/main/.cursor/skills/superpowers/verification-before-completion
Command: npx skills add https://github.com/bakwankawa/lazy-code-skill --skill verification-before-completion-bakwankawa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work as complete without verification leads to quality issues and erodes trust among teams. This skill enforces evidence-based completion by ensuring verification steps are completed and outcomes documented before declaring success.

Core Features & Use Cases

  • Evidence-based verification: Enforces running tests, linting, and builds and requires documented evidence before claiming completion.
  • Audit-ready reports: Collects verification outputs to accompany PRs or releases.
  • Use Case: Before submitting a PR, ensure all checks pass and attach a verifiable report showing test results and build status.

Quick Start

Trigger the verification flow to run tests, lint, and build commands; review outputs; and attach evidence before making any completion claim.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I enforce verification before claiming code completion?

Enforce verification before claiming code completion by requiring tests, linting, and builds to run with documented outcomes. This skill implements explicit verification steps, records results as evidence, and ensures transparent reporting prior to PRs or releases.

What is evidence-based verification for PRs and releases?

Evidence-based verification for PRs and releases involves running tests, linting, and builds, then collecting the outputs into an audit-ready report. It ensures all checks pass and attaches a verifiable report showing test results and build status before declaring success.

How do I attach test results and build status to a PR?

Attach test results and build status to a PR by triggering the verification flow to run tests, lint, and build commands. Review the outputs and attach the collected verification evidence before making any completion claim.

Does evidence-based completion work within Cursor agent interactions?

Yes, evidence-based completion works within Cursor agent interactions by implementing explicit verification steps and ensuring transparent reporting. It records test, linting, and build results as evidence directly within the agent workflow.

Why require verification before claiming work success in code reviews?

Require verification before claiming work success in code reviews because claiming work as complete without verification leads to quality issues and erodes trust among teams. Documenting outcomes ensures transparent, audit-ready reporting.