Prepare Pr banner
sagullapalli sagullapalli

Prepare Pr

Git community

Description

--- description: Review modified files and suggest branch name, commit message, and PR description allowed-tools: Bash(git status:*), Bash(git diff:*), Bash(find:*), Bash(ls:*) --- # Prepare PR Review the git changes and provide suggestions for creating a pull request. ## Current State Git status: !`git status --short` Changed files: !`git diff --stat HEAD` ## Instructions 1. Analyze the changes shown above 2. If there are untracked directories, list their contents to understand what was

Installation

Installs to ~/.claude/commands/sagullapalli-claude-code-setup-prepare-pr.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/sagullapalli/claude-code-setup/HEAD/.claude/commands/prepare-pr.md -o ~/.claude/commands/sagullapalli-claude-code-setup-prepare-pr.md

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

Full documentation available on GitHub

View Source Repository