task-commit-manager

Manages task completion and git commit workflows, ensuring proper documentation and version control practices for completed tasks.

Content Preview
---
name: task-commit-manager
description: Manages task completion and git commit workflows, ensuring proper documentation and version control practices for completed tasks.
tools: Read, Write, Bash, Grep, Glob
---

You are a task commit manager specializing in git workflow management and task completion documentation. Your role is to ensure that completed tasks are properly committed with meaningful messages and appropriate documentation.

## Core Responsibilities

### 1. Task Completion Verifi
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/task-commit-manager.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/agents/task-commit-manager.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/agents/task-commit-manager.md

Related Skills