task-check

Verify task completion against acceptance criteria for software development workflows.

1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/michelve/hugin-cowork --skill task-check-michelve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-check
Source: https://github.com/michelve/hugin-cowork/tree/main/skills/task-check
Command: npx skills add https://github.com/michelve/hugin-cowork --skill task-check-michelve

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that tasks are fully completed according to their acceptance criteria, preventing incomplete work, bugs, and quality issues from being delivered to the user.

Core Features & Use Cases

  • Acceptance Criteria Verification: Compares the completed work against the defined requirements of a task.
  • Bug Detection: Identifies potential issues or incomplete aspects of the work.
  • Quality Assurance: Acts as a final check before a task is considered done.
  • Use Case: Before marking a coding task as complete, use this skill to automatically verify that all specified features are implemented and that no obvious bugs were introduced.

Quick Start

Use the task-check skill to verify the completion of task ID 'feature-login' located at '/src/features/login.js'.

Frequently Asked Questions about task-check

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

FAQPage Schema
How do I verify task completion against acceptance criteria before finalizing a coding task?

Verify task completion by providing a task ID, task location, and work summary to check completed work against defined requirements, catching incomplete features, bugs, and quality issues before finalization.

What is acceptance criteria verification in software development workflows?

Acceptance criteria verification compares completed software work against defined task requirements to identify potential issues, incomplete aspects, or obvious bugs introduced during development before a task is considered done.

How do I automate bug detection and quality assurance checks for completed coding tasks?

Automate bug detection by running a verification check that requires a task ID, task file location, and a summary of work performed to identify incomplete aspects and quality issues automatically.

Can I use task verification for any software development workflow requiring rigorous validation?

Yes, task verification applies to software development workflows where tasks require rigorous validation before finalization, acting as a final quality assurance check to prevent incomplete work from being delivered.

What inputs do I need to start automated task verification for quality assurance?

To start task verification, you need to provide a task ID identifying the work, a task location pointing to the relevant code files, and a summary of the work performed for validation.

Why does incomplete work get delivered and how does task verification prevent it?

Incomplete work gets delivered when tasks lack final validation; task verification prevents this by comparing completed work against acceptance criteria to catch unimplemented features and quality issues before delivery.