Create a pull request from the current branch.
53
67%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
TARGET_BRANCH: $1 (defaults to main)
SOURCE_BRANCH: current branch (git branch --show-current)
/review and /security-scan have passed locally.ci-quality-gate workflow succeeded for SOURCE_BRANCH.gh pr create \
--base "$TARGET_BRANCH" \
--head "$SOURCE_BRANCH" \
--title "<Conventional PR title>" \
--body-file .github/pull_request_template.mdgh pr edit --add-label "status: in-review").