task-validation

Verify task completion through file existence checks, execution tests, and evidence.

1|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/TinTikls/CCPM-Enchanced --skill task-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-validation
Source: https://github.com/TinTikls/CCPM-Enchanced/tree/main/.claude/skills/task-validation
Command: npx skills add https://github.com/TinTikls/CCPM-Enchanced --skill task-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

In project management, tasks are frequently marked complete based on documentation or superficial checks, leading to "paper solutions" where actual implementation is missing or flawed. This Skill solves this by rigorously verifying true task completion, ensuring that only genuinely finished and working deliverables are accepted.

Core Features & Use Cases

  • Real Implementation Verification: Goes beyond documentation to check for actual working code, functional features, and tangible outputs, preventing tasks from being marked complete prematurely.
  • Quality Standard Enforcement: Automatically validates compliance with predefined quality gates, acceptance criteria, and project standards, ensuring every deliverable meets the required bar.
  • Evidence-Based Validation: Requires and verifies concrete evidence such as file paths, code execution outputs, and test results, providing irrefutable proof of completion.
  • Use Case: Before marking a coding task as "done," use this Skill to automatically verify that the new feature's code exists, runs without errors, and passes its unit tests, preventing incomplete or non-functional work from progressing to the next stage.

Quick Start

Use the task-validation skill to confirm task 4 is truly completed with working code.

Frequently Asked Questions about task-validation

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

FAQPage Schema
How do I prevent incomplete code from being marked as complete in project management?

Task validation verifies that code actually exists, executes without errors, and passes tests before accepting completion. It enforces quality gates and acceptance criteria, catching paper solutions where documentation claims work is done but implementation is missing or broken.

What's the best way to verify task completion in a code review workflow?

Use automated validation to check file existence, run execution tests, and gather evidence like test results and integration proofs. This replaces superficial reviews with concrete verification that deliverables meet predefined standards and actually function.

How can I ensure software quality standards are enforced during task handoffs?

Task validation automatically checks compliance with quality gates and acceptance criteria across claimed artifacts. It provides irrefutable proof through file paths, code output, and test results, preventing non-functional work from advancing to the next stage.

Can I verify a feature was implemented and working before closing a coding task?

Yes. Task validation confirms new feature code exists, runs without errors, and passes unit tests. This prevents marking tasks complete until genuine implementation and functionality are proven, not just documented.

What's the difference between task validation and simple documentation checks?

Documentation checks only verify that a task was described; task validation demands evidence. It executes code, runs tests, and verifies file artifacts to ensure real implementation exists and works, catching tasks that look done on paper but lack functioning deliverables.

When should I use task validation in a QA pipeline?

Use it before marking tasks done, during code reviews, and at task handoffs. It's essential anywhere paper solutions pose risk—when incomplete or non-functional work could progress undetected and waste downstream effort or compromise product quality.