chore(skills): sync .claude/.codex mirrors with the canonical skill#121
Conversation
…nting-github-issues skill The 'Keeping the branch mergeable into main' section landed in the source-of-truth (packages/skills + bootstrap-assets) but the installed .claude/ and .codex/ mirrors middle's own dispatched agents read were never regenerated, so on main they loaded a skill missing that guidance. These copies are byte-identical to packages/skills/. (sync-skills only maintains bootstrap-assets, not these installed mirrors.)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughTwo parallel skill documentation files receive identical updates that strengthen GitHub-issue implementation by requiring PRs to remain cleanly mergeable into ChangesEnforce cleanly-mergeable-into-main workflow
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
Summary
The "Keeping the branch mergeable into main" section is committed in the source-of-truth skills (
packages/skills/+packages/cli/src/bootstrap-assets/skills/), but the installed.claude/and.codex/mirrors that middle's own dispatched agents read were never regenerated — so onmainthose agents load animplementing-github-issuesskill missing that guidance. (Plausibly why headless branches kept diverging: the skill telling agents to keep branches mergeable wasn't in the copy they actually load.)This commits the two installed-mirror copies, which are byte-identical to
packages/skills/implementing-github-issues/SKILL.md.Why it drifted
scripts/sync-skills.tsonly keepsbootstrap-assets/skills/in sync withpackages/skills/— it does not touch the.claude//.codex/installed mirrors, and nothing else caught the drift. (Worth a follow-up: extend the sync/check to the installed mirrors too.)Verification
diff .claude/skills/implementing-github-issues/SKILL.md packages/skills/implementing-github-issues/SKILL.md→ identical (same for the.codexcopy).Summary by CodeRabbit