name: fix-pr-issues description: Use when addressing Basic Memory pull request feedback, failed checks, or BM Bossbot blockers from Codex.
Fix Basic Memory PR Issues
Resolve PR feedback and failed checks, then wait for BM Bossbot to approve the new head SHA. This skill never merges a PR.
Gather
Identify the PR:
gh pr view --json number,url,headRefOid,mergeStateStatus,statusCheckRollup
Collect feedback:
- PR comments and review summaries
- inline review comments and unresolved review threads
- failed GitHub Actions jobs and relevant logs
- the managed
BM_BOSSBOT_SUMMARYblock in the PR body
Build a short issue ledger:
- source
- concrete problem
- expected fix
- verification needed
Fix
- Address one ledger item at a time.
- Read each file in full before editing it.
- Keep diffs narrow and preserve unrelated user changes.
- Run the smallest meaningful verification first, then widen as needed.
- Commit with
git commit -swhen code or docs changed.
Push And Recheck
- Push the branch.
- Watch checks for the new
headRefOid. - Wait for the required
BM Bossbot Approvalstatus to pass on that exact SHA. - If BM Bossbot reviews an older SHA, treat the approval as stale and keep waiting for the current one.
Reply
For each addressed comment or blocker, reply with the fix commit, verification run, and current BM Bossbot status. Do not resolve or dismiss substantive feedback without evidence.