Use this skill when backporting a merged CPython change to a maintenance branch (3.14, 3.13, etc.) - whether invoked as /cpython:backport <version> [PR], asked to backport or cherry-pick a fix from main, or handling a failed automated miss-islington backport. Produces a cherry_picker-convention branch and offers to open the backport PR.
$npx -y skills add gpshead/cpython-skills --skill backportInstalls into the current project.
Run `npx skills use "https://github.com/gpshead/cpython-skills" --skill "gpshead/cpython-skills/backport"` 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/gpshead/cpython-skills" that are relevant to the current task. Run `npx skills add "https://github.com/gpshead/cpython-skills"` and select the relevant skills, then follow their instructions.