Verification Before Completion

Run tests, linters, and builds before claiming task completion.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/locdinh209/curation-skills --skill verification-before-completion-locdinh209
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verification Before Completion
Source: https://github.com/locdinh209/curation-skills/tree/main/debugging/verification-before-completion
Command: npx skills add https://github.com/locdinh209/curation-skills --skill verification-before-completion-locdinh209

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that work is complete and accurate by enforcing a verification process before any claims of completion are made.

Core Features & Use Cases

  • Pre-Completion Verification: Execute verification commands and confirm outputs before finalizing work.
  • Compliance with Core Principle: Encourages evidence-based claims, fostering honesty and trust.
  • Red-Green Cycle Support: Validates changes with regression tests, ensuring no regressions.
  • Use Case: Before merging code, this Skill ensures that all tests pass, the linter is clean, and the build is successful, reducing the risk of faulty releases.

Quick Start

Run the verification checks before committing or creating a pull request.

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 pre-commit checks for software development?

You enforce pre-commit checks by running verification commands that confirm all tests pass, linters are clean, and builds are successful before finalizing work or merging code.

What is pre-completion verification in software development?

Pre-completion verification is a process that executes verification commands and confirms their outputs before any claims of task completion are made, preventing the shipping of faulty code.

Can I use automated verification to support a red-green testing cycle?

Yes, verification supports the red-green cycle by validating changes with regression tests to ensure no regressions occur before you finalize your work.

When do I need to run verification checks before merging code?

You need to run verification checks before merging code or creating a pull request to ensure all tests pass, the linter is clean, and the build is successful, reducing the risk of faulty releases.

Does pre-completion verification require specific dependencies?

No, pre-completion verification relies on standard scripts and does not require specific dependencies, making it broadly applicable to software development workflows to prevent shipping incomplete code.