Create a pull request on GitHub for current changes
Creates a pull request on GitHub for current changes with quality checks
/plugin marketplace add tenzir/claude-plugins/plugin install docs@tenzirImportant: All project-specific quality gates must pass before creating a PR. Check
CLAUDE.mdor project documentation for required linting, formatting, type checking, and build steps. Run these first and fix any failures.
At any step, if there are errors, report them and stop.
Run git status to identify uncommitted changes. If there are none, stop.
If currently on main or master, switch to a new topic branch:
git switch -c topic/<brief-description>
Use a descriptive branch name based on the changes (e.g.,
topic/add-user-validation, topic/fix-memory-leak).
Execute /git:commit to stage and commit the changes.
Push the branch to origin, then create the PR:
git push -u origin HEAD
gh pr create --title "..." --body "..."
The body should contain:
Report the PR URL.