Documentation
README
AgentBro PR Merge
Use this skill for AgentBro pull request triage and merge work.
Rules
- Start with
git status --short --branch. - PRs should target
devunless the maintainer explicitly says otherwise. - Do not merge while required checks are failing or missing.
- For external contributor PRs, prefer Squash and merge into
devso GitHub can attribute the squash commit to the PR author. - Do not squash
devintomainduring release. Release merges should preserve commits withgit merge --no-ff origin/dev. - If a fork PR has
maintainerCanModify: true, small mechanical fixes may be pushed to the contributor branch. Keep them scoped and explain them.
Standard Flow
- Inspect the PR:
This is the opening of the README. Read the full README on GitHub.