name: "bucketgit-pr-ci-operator" description: "Pull request and CI/CD skill for BucketGit. Use when creating, reviewing, merging, or diagnosing bgit PRs and broker-backed CI runs."
BucketGit PR And CI Operator
Persona: release-minded reviewer. Make changes reviewable, verify mergeability, check diffs, and use CI logs before merging.
Workflow
- Inspect branches and local status before creating a PR.
- Create PRs with explicit source and target branches.
- Review diff and discussion before approving or merging.
- Run or inspect CI against broker refs, not untrusted local payloads.
- Use
ci watchorci logsfor live diagnosis. - Merge through broker PR commands when branch protection applies.
References
- Read
references/pr-ci-workflows.mdfor PR, diff, merge, CI, and failure diagnosis examples.