verification

Require tests, logs, diffs, or behavioral checks before marking tasks complete.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/allexcd/claude-workspace-kit --skill verification-allexcd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification
Source: https://github.com/allexcd/claude-workspace-kit/tree/main/.claude/skills/verification
Command: npx skills add https://github.com/allexcd/claude-workspace-kit --skill verification-allexcd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verification-before-done discipline. Ensures no task is marked complete without concrete proof — tests, logs, diffs, or behavioral checks.

Core Features & Use Cases

  • Pre-commit/finish checks: Run tests, lint, build, and type checks before closing a task.
  • Evidence-driven completion: Require concrete output (logs, diffs, or behavioral evidence) to justify completion.
  • Review-ready artifacts: Generate or collate evidence for tasks/reviews to support staff engineering sign-off.

Quick Start

Run a verification pass before closing a task to ensure evidence is captured.

Frequently Asked Questions about verification

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

FAQPage Schema
How do I prevent marking a development task as done without running tests or lint checks?

Pre-commit checks enforce verification-before-done discipline by requiring tests, lint, build, and type checks to pass before closing a task. This ensures no development task is marked complete without concrete proof like test logs or diffs.

What is evidence-backed task completion and how does it work?

Evidence-backed completion is a verification process requiring concrete output like logs, diffs, or behavioral checks to justify task closure. It works by enforcing proof documentation and review before any development task is marked complete.

How do I collect review-ready artifacts for staff engineering sign-off?

Run a verification pass before closing a task to collect review-ready artifacts for staff engineering sign-off. This process collates concrete evidence such as test logs, build outputs, and behavioral diffs to support the review process.

Does evidence-driven completion work for pre-commit build and type checks?

Yes, evidence-driven completion explicitly applies to pre-commit workflows by running build and type checks before closing a task. It ensures the outputs from these checks are documented as concrete proof for review.

Why do I need concrete output like logs or diffs before finishing a coding task?

You need concrete output like logs or diffs before finishing a coding task to satisfy verification-before-done discipline. This mechanism enforces evidence-backed completion by ensuring proof is documented and reviewed, preventing unverified task closure.