verification-before-completion

Enforces pre-shipment verification checklists for roles, privileges, and warehouse assignments in the PlayerLifecycle domain.

3|2|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/liauw-media/CodeAssist --skill verification-before-completion-liauw-media
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/liauw-media/CodeAssist/tree/main/skills/core/verification-before-completion
Command: npx skills add https://github.com/liauw-media/CodeAssist --skill verification-before-completion-liauw-media

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill acts as the ultimate quality gate, preventing incomplete work, forgotten steps, and lingering bugs from being delivered by enforcing a rigorous, multi-faceted verification process before any task is marked "complete." This ensures professional-grade delivery and reduces post-release issues.

Core Features & Use Cases

  • Comprehensive Final Checklist: Guides you through verifying requirements, functionality, tests, integration, documentation, code quality, security, performance, and deployment readiness.
  • Mandatory Test & Backup Integration: Ensures all tests pass and a database backup is performed before final sign-off, guaranteeing stability and safety.
  • Use Case: Before declaring a new feature "done," this skill will prompt you to run all tests (with a backup), manually test end-to-end scenarios, confirm API documentation is updated, and verify no security vulnerabilities exist, ensuring a truly complete and ready-to-deploy product.

Quick Start

I've finished the user authentication feature and addressed all review feedback. Use the verification-before-completion skill to perform final checks.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I ensure my code changes are complete before committing?

Final verification before completion requires running all tests, confirming documentation updates, checking code reviews, and validating backward compatibility. This comprehensive checklist prevents incomplete work and forgotten steps from reaching production.

What should I verify before marking a feature as done?

Verify that requirements are met, all tests pass with backups performed, end-to-end scenarios work manually, API documentation is updated, security vulnerabilities are absent, and deployment readiness is confirmed. This multi-faceted verification ensures professional-grade delivery.

Can I automate quality gates before pull requests and deployments?

Yes. Verification-before-completion enforces mandatory checks across commits, pull requests, issue closures, and task handoffs, requiring test passage, code quality review, documentation validation, and environment consistency before any release.

What's the best way to prevent bugs from reaching production?

Establish a rigorous final verification protocol that includes test execution, database backups, code reviews, security scanning, performance validation, and documentation cross-checks before declaring work complete and deploying.

Why do tasks fail post-release even after testing?

Incomplete verification before completion—skipping documentation updates, environment consistency checks, backward compatibility validation, or security reviews—allows issues to slip through despite passing tests.

Do I need to manually verify every deployment?

A comprehensive final checklist covers requirements verification, functionality testing, integration checks, documentation audit, code quality review, security assessment, and performance validation to catch issues before deployment.