What problem does it solve?
The reviewer Skill helps developers and maintainers quickly assess code changes for quality, security, and consistency with existing codebase patterns by automating the process of gathering diffs, reading surrounding context, and producing a prioritized challenge report.
Core Features & Use Cases
- Commit range resolution: Accepts one or two commit hashes or defaults to the latest commit range to determine which changes to inspect.
- Context-aware analysis: Collects git diffs, commit messages, and full file contents to evaluate pattern adherence, naming, imports, error handling, and potential vulnerabilities.
- Challenger-style reporting: Produces a structured, prioritized report (critical → low) that cites specific files, lines, and failure/attack scenarios and includes an added Pattern Adherence dimension for codebase consistency.
Quick Start
Review the most recent commit range and produce a challenger-style code review report.