Close Task banner
Danncode10 Danncode10

Close Task

Git community

Description

--- description: Close a human-verified tracked task by committing completed work, recording a short verification note, then updating MASTERPLAN.md and the linked GitHub Project to Done. argument-hint: "[task-id] [--project-url <url>] [--project-owner <owner>] [--project-number <number>] [--dry-run]" --- Close a completed tracked task after human verification. If the user has not confirmed `/verify-task` passed, send them back to `/verify-task` first. User input: **$ARGUMENTS** ## Procedure

Installation

Installs to ~/.claude/commands/danncode10-dannflow-close-task.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Danncode10/DannFlow/HEAD/.claude/commands/close-task.md -o ~/.claude/commands/danncode10-dannflow-close-task.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository