Use this skill when preparing commits, running pre-commit hooks, checking code style, or validating changes before pushing. Covers PEP 7 (C code) and PEP 8 (Python) compliance, trailing whitespace rules, the no-type-annotations-in-Lib policy, and patchcheck validation. Note: patchcheck requires a build directory - load the build skill first if you haven't built CPython yet.
$npx -y skills add gpshead/cpython-skills --skill styleInstalls into the current project.
Run `npx skills use "https://github.com/gpshead/cpython-skills" --skill "gpshead/cpython-skills/style"` 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.