get_suggested_questions
Retrieves prioritized code review questions based on cached analyses to highlight untested entry points, circular imports, and dead exports, guiding focus during pull request 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 | |||