Find reverts that landed on pytorch/pytorch main but are missing from a release branch (release/X.Y) because the reverted commit was already shipped in a release candidate, and open one cherry-pick PR per missing revert against the release branch (on a fork branch, never pushing to release/X.Y directly), optionally posting a cherry-pick nomination comment for each on the release tracker issue. Driven by tools/analytics/github_analyze.py --analyze-missing-reverts-from-branch (the "GitHub Analytics Daily" workflow). Triggered by "missing reverts", "analyze reverts for release", "cherry-pick missing reverts", "reverts not in release/X.Y", or pointing at a GitHub Analytics Daily run and asking to cherry-pick the flagged reverts.
$npx -y skills add pytorch/test-infra --skill release-cherry-pick-missing-revertsInstalls into the current project.
Run `npx skills use "https://github.com/pytorch/test-infra" --skill "pytorch/test-infra/release-cherry-pick-missing-reverts"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/pytorch/test-infra" that are relevant to the current task. Run `npx skills add "https://github.com/pytorch/test-infra"` and select the relevant skills, then follow their instructions.