codex_risk_radar
Analyzes a git diff to detect risk zones and recommends whether to use ask, review, or plan and review for collaboration.
Instructions
Analyze a git diff to identify risk zones and recommend the right collaboration depth. Returns risk score, affected categories, and whether to use codex_ask, codex_review, or codex_plan+review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | Yes | Unified git diff text | |
| changed_files | No | Comma-separated list of changed file paths | |
| commit_message | No | Commit message for additional context | |
| working_dir | No | Optional working directory used as implicit session key | |
| session_id | No | Optional session key to persist risk radar context |