explore
01ReviewToolkits/cpython-review-toolkit
Command
Comprehensive CPython C code exploration and analysis using specialized agents.
A Claude Code plugin for exploring, analyzing, and reviewing CPython's C source code.
ReviewToolkits/cpython-review-toolkit
Command
Comprehensive CPython C code exploration and analysis using specialized agents.
ReviewToolkits/cpython-review-toolkit
Command
Quick health dashboard — all agents in summary mode.
ReviewToolkits/cpython-review-toolkit
Command
Find cleanup targets — complexity hotspots, refcount issues, and error handling bugs.
ReviewToolkits/cpython-review-toolkit
Command
Like explore, but INFORMED: every agent first reads a briefing of recurring CPython C bug SHAPES (sibling-hunt templates with their guarded twins), the cross-cutting triage rules, and the false-positive taxonomy — so it confirms-without-relitigating, suppresses known FPs, and hunts un-found siblings of known shapes…
ReviewToolkits/cpython-review-toolkit
Command
Cross-reference the seed catalog of previously-found CPython crashes against a fresh scan, so a fix (or a regression-after-revert) is detected. Static, drift-tolerant regression — no repros run.
ReviewToolkits/cpython-review-toolkit
Command
Quick include graph mapping — understand CPython C file structure and dependencies.
ReviewToolkits/cpython-review-toolkit
Command
Turn a static allocation-failure finding into a reproduced crash via dense OOM injection.