Create a pull request
I'll create a pull request for the current branch by following these steps. If any steps fail, stop.
/format to format code/lint to verify code style and quality/build-for-testing to ensure project builds successfully with no warnings/test to verify all unit tests pass/integration-test to verify all integration tests passcode-reviewer agent to perform a code review of all changes (pass the git diff output as context)git status and git diff origin/main...HEAD to understand all changesgh pr create with:
The PR will include the Claude Code attribution footer.
$ARGUMENTS