final-check

Validate task readiness by enforcing a final-check gate on codebase knowledge, documentation, and tests.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/LimaTechnologies/admin-telegram-bot --skill final-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: final-check
Source: https://github.com/LimaTechnologies/admin-telegram-bot/tree/main/.claude/skills/final-check
Command: npx skills add https://github.com/LimaTechnologies/admin-telegram-bot --skill final-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides the final validation gate to ensure a project is ready for release by verifying that all required skills were consulted, documentation is updated, and tests pass.

Core Features & Use Cases

  • VETO POWER: Blocks approval until violations are resolved and lists them clearly.
  • Cross-Check Coverage: Validates that codebase-knowledge has been consulted, docs updated, and tests pass.
  • Re-validation After Fixes: Re-checks to ensure issues are resolved before submission.

Quick Start

Run the final-check skill after completing the required work to confirm that all checks pass and the task is ready for submission.

Frequently Asked Questions about final-check

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

FAQPage Schema
How do I enforce a final quality gate before task approval?

A final quality gate enforces last-step validation by checking repository state, documentation updates, and test results before task approval. It issues a veto when violations are detected, blocking submission until all checks pass.

What does a final-check validation gate do for project releases?

A final-check validation gate ensures project release readiness by verifying that codebase knowledge was consulted, documentation is updated, and tests pass. It relies on deterministic git diffs and changelog updates to issue vetoes for any unresolved violations.

Can I block task submission if documentation updates are missing?

Yes, you can block task submission by enforcing a validation gate that cross-checks documentation updates. The gate issues a veto listing specific violations when it detects missing changelog updates or incomplete docs, preventing approval until resolved.

How do I re-validate a project after fixing release violations?

To re-validate a project after fixing violations, run the final-check gate again across the repository. It re-checks the git diffs, documentation, and test results to ensure all previously flagged issues are resolved before allowing task submission.

Does the final-check quality gate rely on test results and git diffs?

Yes, the final-check quality gate relies on deterministic repository state including git diffs, changelog updates, and test results. It validates task delivery by cross-checking these elements and issuing a veto if any violations are detected.

When should I use a veto gate for software delivery approval?

Use a veto gate for software delivery approval at project completion to ensure all required skills were consulted, documentation is updated, and tests pass. It provides last-step validation by blocking approval until all detected repository violations are resolved.