🎯

process-commit

🎯Skill

from hikaruegashira/agent-skills

VibeIndex|
What it does

Processes and prepares Git commits by staging changes, creating commit messages, and preparing code for version control within a workflow.

process-commit

Installation

Install skill:
npx skills add https://github.com/hikaruegashira/agent-skills --skill process-commit
10
Last UpdatedJan 23, 2026

Skill Details

SKILL.md

Overview

npx add-skill HikaruEgashira/agent-skills

#### Skill Chain

| Skill | When to use | Behavior |

|-------|-------------| -------- |

| worktree | After Planning | Create Worktree |

| commit-push-pr-flow | After task completion | Create PR |

| review-flow | After PR creation | Review PR |

#### For Claude Code

```bash

claude plugin marketplace add HikaruEgashira/agent-skills

claude plugin install wf

```