Raise Pr banner
FrankRay78 FrankRay78

Raise Pr

Testing community

Description

--- description: Raise a PR for the current feature branch — cleans up the spec folder, composes a PR body sized to the change, and requests an @claude review. --- Read `CLAUDE.md` for project context before proceeding. ## Steps 1. **Get branch name**: Run `git rev-parse --abbrev-ref HEAD`. If the result is `main`, stop immediately and output: "Run /raise-pr from a feature branch, not main." 2. **Check for commits**: Run `git log main..HEAD --oneline`. If the output is empty, stop immediatel

Installation

Installs to ~/.claude/commands/frankray78-netpace-raise-pr.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/FrankRay78/NetPace/HEAD/.claude/commands/raise-pr.md -o ~/.claude/commands/frankray78-netpace-raise-pr.md

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

Full documentation available on GitHub

View Source Repository