verification-before-close

Run a checklist-based validation of coding and operational tasks before completion.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/luiztrilha/dunderia-public --skill verification-before-close
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-close
Source: https://github.com/luiztrilha/dunderia-public/tree/main/templates/local-runtime-profile/skills/codex/verification-before-close
Command: npx skills add https://github.com/luiztrilha/dunderia-public --skill verification-before-close

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps avoid false closure and ensure that tasks are completed correctly before they are marked as done, by performing a final verification checklist.

Core Features & Use Cases

  • Final Task Verification: Checks files, commands, and scripts that were actually touched.
  • Validation Execution: Runs relevant validations, separating passed, skipped, and blocked checks.
  • Evidence Documentation: Identifies any manual follow-up steps or environment-specific dependencies.
  • Final Answer Contract: Ensures that the final answer matches evidence, calling out any unverified work.

Quick Start

Use the verification-before-close skill to perform a final check before claiming a task is complete.

Frequently Asked Questions about verification-before-close

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

FAQPage Schema
How do I perform final task verification before marking a coding task as complete?

Final task verification uses a checklist-based validation process to check touched files, commands, and scripts before marking a task as complete. It runs relevant validations and ensures proper evidence is recorded to support completion claims.

What is a false closure in software engineering and how do I prevent it?

False closure in software engineering happens when tasks are marked complete without proper validation. You prevent it by running a final verification checklist that categorizes checks into passed, skipped, and blocked, ensuring the final answer matches recorded evidence.

How do I document evidence for code review and validation execution?

You document evidence for code review by identifying manual follow-up steps and environment-specific dependencies during validation execution. The verification process ensures the final answer explicitly calls out any unverified work alongside the recorded evidence.

What is the best way to ensure task completion accuracy in critical environments?

The best way to ensure task completion accuracy is applying a checklist-based validation process that separates passed, skipped, and blocked checks. This verification process is applicable to environments where accuracy and completeness are critical.

Does final verification work without external dependencies for quality assurance?

Yes, final verification works without external dependencies for quality assurance. It operates independently using scripts to perform a checklist-based validation of touched files and commands, identifying environment-specific dependencies without requiring external packages.