What problem does it solve? When you want to improve an existing file, module, or package rather than review a git diff, this Skill resolves the named path, applies the right language-specific review standards, and drives a structured findings-and-fix loop without expanding scope to unrelated changes. ## Core Features & Use Cases - Path-Scoped Review: Resolves the exact file, module, or package you name and reads the AGENT.md chain from that path up to the repo root so project standards always win. - Language Routing: Routes review through the reviewer skill's capability table, mapping .py and .pyi files to the python skill (and testing skill for test paths). - Findings-to-Fix Loop: Produces a findings table at the file-argument tier, then hands it to the ci-local-review-loop for triage, approved fixes, validation, and re-review. - Use Case: Ask to clean up a legacy Python module; the Skill reviews only that module, lists concrete issues, and iterates fixes until the loop ends clean, never auto-committing. ## Quick Start Ask the agent to improve or find issues in a specific path, for example: review and clean up the module at src/services/billing.py.