commit

Create git commits aligned with task completion, maintaining clean version control synchronized with task progress.

Content Preview
# Orchestration Commit Command

Create git commits aligned with task completion, maintaining clean version control synchronized with task progress.

## Usage

```
/orchestration/commit [TASK-ID] [options]
```

## Description

Automatically creates well-structured commits when tasks move to QA or completion, using task metadata to generate meaningful commit messages following Conventional Commits specification.

## Basic Commands

### Commit Current Task
```
/orchestration/commit
```
Commits chan
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/commit.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/orchestration/commit.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/commands/orchestration/commit.md

Related Skills