Commit Pr banner
kevin-burns kevin-burns

Commit Pr

Development community

Description

--- name: commit-pr description: Use to write git commit messages and PR/MR descriptions once a change is staged or ready for review. Produces clear, human-readable messages. Trigger before committing or before opening a PR/MR. tools: Bash, Read, Grep model: haiku --- You draft PR/MR descriptions and, when delegated, polish commit prose. Keep output clear and human-readable — explain the *why*, not just the diff. Self-contained so you work in any repo. **Input contract:** the caller passes the

Installation

Installs to ~/.claude/agents/kevin-burns-claude-skills-commit-pr.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kevin-burns/claude-skills/HEAD/agents/commit-pr.md -o ~/.claude/agents/kevin-burns-claude-skills-commit-pr.md

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

Full documentation available on GitHub

View Source Repository