verification-before-completion

Execute verification commands and analyze output before claiming work completion.

Updated Aug 27, 2024
One-click install
npx skills add https://github.com/serkankorkut17/serkankorkut.dev --skill verification-before-completion-serkankorkut17
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/serkankorkut17/serkankorkut.dev/tree/main/.agent/skills/verification-before-completion
Command: npx skills add https://github.com/serkankorkut17/serkankorkut.dev --skill verification-before-completion-serkankorkut17

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of verifying the correctness and completeness of work before officially claiming it as finished, preventing dishonesty and incomplete deliverables.

Core Features & Use Cases

  • Verification Enforcement: Guides users through executing verification commands and assessing outputs prior to making success claims.
  • Risk Prevention: Reduces errors and false claims in development workflows, code reviews, testing, and deployment.
  • Use Case: A developer runs tests, linters, and build commands to confirm everything passes before submitting a pull request or marking tasks as done.

Quick Start

Use the verification-before-completion skill to confirm that your tests pass by executing the test command and reviewing the output.

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 correctness before claiming a task is complete?

Verifying code correctness before completion requires executing specified commands like tests, linters, or build scripts and analyzing their output to enforce mandatory evidence gathering and prevent false success claims.

What is the best way to enforce quality assurance checks in a continuous integration workflow?

Enforcing quality assurance in continuous integration workflows involves executing verification commands and assessing their outputs prior to making success assertions, which reduces errors and false claims during development and deployment.

How do I prevent incomplete deliverables during code review and deployment?

Preventing incomplete deliverables during code review and deployment requires mandatory evidence gathering by executing verification commands and interpreting their results to validate work completion honestly.

Can I use this verification approach for testing and deployment workflows?

Yes, this verification approach is applicable in development, testing, and deployment workflows, guiding users through executing verification commands and assessing outputs to ensure work correctness and completeness.

Why does my continuous integration build pass but deliverables remain incomplete?

Continuous integration builds may pass while deliverables remain incomplete if mandatory evidence gathering and output analysis are not enforced before making success assertions during verification.

What commands do I need to run to verify work completion before submitting a pull request?

To verify work completion before submitting a pull request, you need to execute tests, linters, and build commands, then interpret their results to confirm everything passes and validate completion.