Complete Task

Signal task completion with status, summary, and remaining work details.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/thilak0105/Neoverse-26 --skill complete-task-thilak0105
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Complete Task
Source: https://github.com/thilak0105/Neoverse-26/tree/main/packages/agent-core/mcp-tools/complete-task
Command: npx skills add https://github.com/thilak0105/Neoverse-26 --skill complete-task-thilak0105

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool is essential for signaling the end of a task, ensuring that the agent's workflow is properly concluded, whether successfully, blocked, or partially completed.

Core Features & Use Cases

  • Task Finalization: Provides a standardized way for the agent to report the outcome of a task.
  • Status Reporting: Allows for clear communication of success, blockers, or partial completion.
  • Use Case: After an agent has successfully generated a report, it MUST call complete_task with status: "success" and a summary of the report. If it encounters an unresolvable issue, it should call complete_task with status: "blocked" and explain the remaining work.

Quick Start

Call complete_task with status success, original request summary "write a poem", and summary "Wrote a poem about a cat".

Frequently Asked Questions about Complete Task

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

FAQPage Schema
How do I signal task completion in an agent workflow?

To signal task completion in an agent workflow, you call a finalization function with a structured status, the original request summary, and a summary of the work performed to properly conclude the process.

What is the best way to report a blocked status for an agent task?

Reporting a blocked status for an agent task requires calling the completion mechanism with a blocked status and providing specific details on the unresolvable issue and the remaining work needed to finish the task.

Can I report partial completion for an agent workflow?

Yes, you can report partial completion for an agent workflow by submitting a status indicating partial completion, a summary of work performed, and optional remaining work details outlining the outstanding items for the task.

What structured input is required to finalize agent tasks?

Finalizing agent tasks requires structured input including a status field, an original request summary, and a summary of work performed, with optional remaining work details for incomplete tasks to ensure clear communication.

When do I need to use task completion status reporting in an MCP workflow?

You need to use task completion status reporting in an MCP workflow whenever an agent finishes generating a report, encounters an unresolvable blocker, or partially completes its assigned task to ensure the workflow is properly concluded.