PR Review Toolkit

PR review agents for comments, tests, errors, types, quality, and simplification

Play video

A comprehensive suite of six specialized agents for thorough pull request reviews. Each agent focuses on a specific aspect of code quality: comment accuracy, test coverage, error handling, type design, code guidelines, and simplification opportunities.

The toolkit includes: Comment Analyzer verifies documentation accuracy against actual code; PR Test Analyzer identifies gaps in test coverage and prioritizes missing tests by impact; Silent Failure Hunter detects hidden error handling issues and inadequate logging; Type Design Analyzer evaluates type invariants and encapsulation quality; Code Reviewer validates compliance with project guidelines; and Code Simplifier suggests clarity improvements while preserving functionality.

How to use: The agents activate based on your requests. Try prompts like "Check if the tests cover all edge cases" to trigger the test analyzer, "Review the error handling in this module" for silent failure detection, "Are my code comments accurate?" for documentation review, or "Review my code before I create this PR" for a comprehensive quality check across all dimensions.