What problem does it solve? Driving a barwise pull request to green involves repo-specific traps that generic PR workflows cannot anticipate: git-native issue tracker conflicts, generated-file drift, stacked PRs that never receive CI, and stale remote refs that produce misleading git errors. This Skill encodes those mechanics so an agent can act on CI failures, review events, and merge conflicts correctly. ## Core Features & Use Cases - Tracker conflict resolution: Merge .beads/issues.jsonl conflicts by unioning issues by id, detecting id collisions via title comparison, and writing only through scripts/beads-crud.mjs with the strict validator gate. - Generated file and duplication handling: Regenerate drifted generated files via the regen:* scripts instead of hand-editing, and update audit-baseline.json when the duplication ratchet fires. - Pre-push verification and stacked PR recovery: Run the ordered local CI gate sequence, and push a merge of main into stacked PRs whose retarget never triggers CI. - Use Case: A PR's parent merges and GitHub retargets it to main, but no CI run starts. The Skill directs you to merge main into the branch to trigger a synchronize event, then prune stale remote refs after the branch is deleted. ## Quick Start Use the steward skill to diagnose why my barwise PR has no CI checks running and get it to green.