context
Prioritize code review by profiling per-file complexity, churn, and recency to target high-risk areas before deep reading.
Instructions
Prioritization context for reviewing a change — NOT findings: per-function cyclomatic complexity (lizard, multi-language), 12-month git churn, and last-touched date per file. High complexity in a high-churn file deserves the deepest review; use this to decide where to dig before reading code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | absolute path to the repo | |
| files | Yes | repo-relative files to profile |