verification-before-completion

Execute validation commands and analyze outputs to verify task completion.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/zeptillionairplex/karpathy-claude-code-prompt-principle --skill verification-before-completion-zeptillionairplex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/zeptillionairplex/karpathy-claude-code-prompt-principle/tree/main/.claude/skills/verification-before-completion
Command: npx skills add https://github.com/zeptillionairplex/karpathy-claude-code-prompt-principle --skill verification-before-completion-zeptillionairplex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the risk of falsely claiming task completion without proper verification, promoting disciplined verification practices.

Core Features & Use Cases

  • Structured Verification Process: Guides users through executing and reviewing verification commands to confirm task success.
  • Procedural Checks: Emphasizes running tests, linting, builds, and validation steps to ensure genuine completion.
  • Use Case: For example, before pushing code or marking a feature as complete, perform the prescribed verification commands to verify that all tests pass and no errors remain.

Quick Start

Run the verification procedure to confirm the current task status and ensure correctness before proceeding.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I verify code changes before marking a task as complete?

To verify code changes before completion, execute validation commands such as tests, linting, and builds, then analyze the outputs to ensure no errors remain. This structured verification process confirms that all requirements are genuinely met before claiming success.

What is the best way to enforce quality assurance checks before a code push?

The best way to enforce quality assurance checks is by running procedural validation steps that analyze test and build outputs. This ensures genuine task completion by verifying all prescribed checks pass before proceeding with a code push.

Why does my deployment fail if I skip validation steps during code review?

Skipping validation steps during code review risks false completion claims and introduces undetected errors. Without disciplined verification of test and build outputs, underlying issues remain unresolved, causing deployment failures or process validation breakdowns.

Can I use automated scripts for process validation in software testing workflows?

Yes, you can use scripts to automate process validation in software testing workflows. The scripts execute prescribed verification commands and analyze outputs to confirm that all tests, builds, and requirements are thoroughly checked according to established procedures.

When do I need to run verification commands in a development workflow?

You need to run verification commands in a development workflow before pushing code or marking a feature as complete. Executing these procedural checks ensures all tests pass, linting succeeds, and builds validate without errors before proceeding.