What problem does it solve?
Wrapper around the built-in /review command that additionally fetches and evaluates every bot-generated review on the PR — including threads marked resolved. Use when you want the standard /review flow plus assurance that prior bot feedback hasn't been silently dismissed.
Core Features & Use Cases
- Run the built-in /review flow to capture the full summary, bugs, warnings, and suggestions.
- Enumerate all bot-generated review threads (resolved or not) across Copilot, CodeRabbit, Codex, Sourcery, Gemini Code Assist, and other GitHub Apps, preserving thread and comment identifiers for traceability.
- Evaluate each bot comment against the current diff, categorize as still valid, addressed, false positive, or style-only, and append a Bot review coverage section to the output for auditability.
Quick Start
Invoke the thorough PR review by triggering the skill with skill="review-thorough" and supply the PR number and repository context so it can run the full /review and audit all bot comments.