task-completer

Automate task finalization with multi-stage quality gates and project state updates.

32|7|Updated Dec 6, 2025
One-click install
npx skills add https://github.com/camoa/claude-skills --skill task-completer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-completer
Source: https://github.com/camoa/claude-skills/tree/main/drupal-dev-framework/skills/task-completer
Command: npx skills add https://github.com/camoa/claude-skills --skill task-completer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires code-pattern-checker, and includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of completing tasks by automating the verification, documentation, and state updates required in a project workflow.

Core Features & Use Cases

  • Automated Verification: Enforces a strict 5-gate quality check before task completion.
  • Project Memory Update: Automatically moves completed tasks and updates project_state.md.
  • Next Task Suggestion: Intelligently suggests the next logical task based on project progress.
  • Use Case: After implementing a new feature, use this Skill to ensure all code standards, tests, architectural requirements, and security checks are met before marking the task as done and proceeding to the next development step.

Quick Start

Use the task completer skill to finish the current task.

Frequently Asked Questions about task-completer

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

FAQPage Schema
How do I automate task finalization and enforce code quality gates in my devops workflow?

Automate task finalization by enforcing a multi-stage quality gate process that checks code standards, tests, architecture, and security before updating project state to completed.

What is the process for updating project memory after finishing a development task?

Updating project memory involves automatically moving completed tasks and reflecting the new status in project_state.md to maintain accurate workflow tracking and documentation.

Can I use workflow automation to suggest the next logical task based on project progress?

Workflow automation intelligently suggests the next logical task based on project progress and workflow dependencies, ensuring continuous development momentum after finalizing the current task.

Does the task completion process require a code pattern checker dependency?

Yes, the task completion process relies on the code-pattern-checker dependency to successfully execute its internal code standard checks and architectural compliance verification.

What are the limitations of automated task completion for project management?

Automated task completion is limited by its strict 5-gate quality check; any failing test, architectural non-compliance, or security issue will halt the task lifecycle transition from in-progress to completed.