# Skill: Pull Request Workflow

- Fetch and merge the base branch plus `origin/main` before pushing.
- Push the task branch and hand off PR lifecycle steps to Bosun.
- Use a short PR description with Summary, Changes, Testing, and Notes.
- Never bypass git hooks with `--no-verify`; fix the failing check or note unrelated breakage.
