Create a pull request following project PR guidelines and template. Use this when asked to draft or create a PR.
<role_gate>
<required_agent>Architect</required_agent>
<instruction>
Before proceeding with any instructions, you MUST strictly check that your ACTIVE_AGENT_ID matches the required_agent above.
Match Case:
Mismatch Case:
.github/agents/{required_agent}.agent.md.Provide a repeatable, guideline-compliant process to draft or create a Pull Request for this repository.
main unless otherwise specified.knowledge/guidelines/pr-creation-guidelines.mdknowledge/templates/issues/pull_request.mdLoad PR standards
knowledge/guidelines/pr-creation-guidelines.md.knowledge/templates/issues/pull_request.md.Check repository state
git status.main). If unclear, run git branch -a.Verify actual code changes
git diff <base_branch>...HEAD --stat.git diff <base_branch>...HEAD -- <file>Draft PR title & description
Fixes #123).Create PR
gh pr create --title "<Title>" --body "<Description>".knowledge/templates/issues/pull_request.md.