feat(skills): end-of-sync reconciliation sweep for security-issue-sync#718
Merged
Merged
Conversation
…sync New unconditional Step 5d reconciles each synced tracker's board column, milestone, and RM assignee hand-off at the end of every sync — a backstop for drift no Step-1d signal captures (a label flipped by hand, a release that shipped since the last sync, a hand-off announced in a rollup but never written to the assignee field). Generated-by: Claude Code (Claude Opus 4.8)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
security-issue-sync: after the apply phase and before the recap, reconcile three dimensions over every tracker in the run — boardStatuscolumn, milestone, and RM assignee hand-off atfix released.fix released; when a follow-up is still open, hand off and post a guard note telling the RM to hold the advisory — a withheld assignee is the wrong signal.Motivation
Surfaced running a live bulk sync: the per-issue assessors moved most trackers correctly but silently missed the RM hand-off on two
fix releasedtrackers and left several board columns stale atPR merged/Needs triage. The signal-gated moves insignals-to-actions.mdcan't catch drift that produced no signal; a guaranteed end-of-sync sweep can.Migration for existing adopters
No new config knob and nothing to opt into — the sweep is universal on next
/magpie-setup upgrade. The confirmation model is preserved: pure label-derived reconciliation (column move, RM swap to the looked-up release manager, assigning an already-existing milestone) applies without extra confirmation, while state-creating actions (new milestone, ambiguous date) and the outbound guard note still follow propose-before-apply. Relates to thecapability:reconciliationwork in #337.Test plan
prek run --files skills/security-issue-sync/apply-and-push.md skills/security-issue-sync/SKILL.md— green (markdownlint, typos, lychee, check-placeholders, skill-and-tool-validate).🤖 Generated with Claude Code