create-pr
/git:create-prArguments
How It Works
Usage Examples
# Create PR for current branch
> /git:create-pr
# After completing feature
> /git:commit
> /git:create-pr
# Full workflow
> /git:analyze-issue 123
> claude "implement feature"
> /git:commit
> /git:create-prBest Practices
Last updated