get_suggested_questions
Retrieve prioritized review questions from cached code analyses to identify key areas to inspect during PR review, with severity levels and follow-up tool suggestions.
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 | |||