complete-task

Automate task closure by validating tests, updating progress, and clearing checkpoints.

3|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/alxyrgin/agent-forge --skill complete-task-alxyrgin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: complete-task
Source: https://github.com/alxyrgin/agent-forge/tree/main/.claude/skills/complete-task
Command: npx skills add https://github.com/alxyrgin/agent-forge --skill complete-task-alxyrgin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the laborious process of closing a task by running the test suite, validating readiness, updating progress milestones, and cleaning up the checkpoint state.

Core Features & Use Cases

  • Automated test execution and smoke verification to decide whether a task can be marked as done.
  • Progress and milestone updates to reflect task completion in memory and task-tracking files.
  • Checkpoint cleanup to reset active context for the next task and propose follow-up work.

Quick Start

Provide a task-id to begin the completion process.

Frequently Asked Questions about complete-task

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

FAQPage Schema
How do I automate task closure and progress cleanup after finishing development?▼

Automate task closure by validating tests, updating progress tracking files, and clearing checkpoints. It executes test verification, updates milestones, and resets active context for the next task across dev-infra workflows.

What is the best way to run test verification before marking a task as complete?▼

Test verification is automated by executing the test suite and performing smoke verification to decide readiness. This validates whether a task with an in_progress status can safely be marked as done.

Can I use this automated task completion workflow for any task status?▼

No, this workflow specifically targets tasks with an in_progress status. It validates test readiness, updates progress, and clears checkpoints only for tasks currently marked as in progress.

Do I need to provide a task ID to start the checkpoint cleanup process?▼

Yes, providing a task-id is required to begin the completion process. The Skill uses this identifier to locate the correct task, run test verification, update progress, and clear its checkpoint state.