Prp Commit banner
ibyron17 ibyron17

Prp Commit

Git community

Description

--- description: "Quick commit with natural language file targeting — describe what to commit in plain English" argument-hint: "[target description] (blank = all changes)" --- # Smart Commit > Adapted from PRPs-agentic-eng by Wirasm. Part of the PRP workflow series. **Input**: $ARGUMENTS --- ## Phase 1 — ASSESS ```bash git status --short ``` If output is empty → stop: "Nothing to commit." Show the user a summary of what's changed (added, modified, deleted, untracked). --- ## Phase 2 —

Installation

Installs to ~/.claude/skills/ibyron17-coding-env-prp-commit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ibyron17-coding-env-prp-commit && curl -fsSL https://raw.githubusercontent.com/ibyron17/coding-env/HEAD/commands/prp-commit.md -o ~/.claude/skills/ibyron17-coding-env-prp-commit/SKILL.md

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

Full documentation available on GitHub

View Source Repository