Agent skill
complete-task
Install this agent skill to your Project
npx add-skill https://github.com/accomplish-ai/accomplish/tree/main/packages/agent-core/mcp-tools/complete-task
SKILL.md
Complete Task
This tool signals task completion. The agent MUST call this tool to finish any task.
Usage
Call complete_task with:
status: "success", "blocked", or "partial"original_request_summary: Restate what was asked (forces review)summary: What you accomplishedremaining_work: (if blocked/partial) What's left to do
Statuses
- success — All parts of the request completed
- blocked — Hit an unresolvable blocker, cannot continue
- partial — Completed some parts but not all
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
download-file
Download files in Chrome on Windows and macOS. Handles triggering downloads, detecting and resolving popups, verifying completion, and locating files.
google-sheets
Automate Google Sheets interactions through browser automation - create spreadsheets, enter data, apply formulas, and format cells.
git-commit
Create well-structured git commits with conventional commit messages, proper staging, and commit best practices.
code-review
Review code for bugs, security issues, performance problems, and best practices. Provide actionable feedback.
web-research
Research topics on the web, gather information from multiple sources, and summarize findings.
skill-creator
Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends the AI's capabilities with specialized knowledge, workflows, or tool integrations.
Didn't find tool you were looking for?