get_suggested_questions
Retrieve auto-generated, prioritized review questions from cached code analyses (untested entry points, circular imports, dead exports) to quickly identify areas needing attention during PR review.
Instructions
Auto-generated, prioritized review questions derived from the analyses we already cache (untested framework entry points, circular imports, ast-clone clusters, dead-export drift, untested-but-exported symbols). Use during PR review to surface "what should I be looking at?" without manually chaining six tools. Each question carries a severity (high/medium/low) and the follow-up tool to drill in. Read-only. Returns JSON: { questions: [{ id, severity, question, reason, follow_up }], total, generated_at }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||