Commit Push Pr banner
RohiRIK RohiRIK

Commit Push Pr

Git community

Description

--- description: "Stage, commit, push, and open a pull request." disable-model-invocation: true --- # /commit-push-pr — Commit, Push, and Open PR Precomputes all git context inline so Claude doesn't have to discover it. ## Instructions Run these bash commands to gather context, then act: ```bash # Gather context git status --short git diff --stat HEAD git log --oneline -5 git branch --show-current ``` Then: 1. **Stage files**: `git add` specific changed files (never `git add .` blindly) 2

Installation

Installs to ~/.claude/skills/rohirik-claude-code-config-commit-push-pr/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rohirik-claude-code-config-commit-push-pr && curl -fsSL https://raw.githubusercontent.com/RohiRIK/claude-code-config/HEAD/commands/commit-push-pr.md -o ~/.claude/skills/rohirik-claude-code-config-commit-push-pr/SKILL.md

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

Full documentation available on GitHub

View Source Repository