What problem does it solve?
Formal reviewers face high cognitive load when reviewing large pull requests cold. This Skill runs an author-triggered fresh-context scan of the PR diff before formal review, producing a finding list that lets reviewers focus on deeper issues instead of surface-level problems.
Core Features & Use Cases
- Pre-Review Diff Scanning: A fresh-context agent (a teammate not involved in development, or a new session) reads the PR diff and spec, then reports findings across correctness, security, performance, naming, spec-mismatch, and missing-test categories.
- Trigger Decision Table: Built-in guidance on when to run the scan (multi-file changes, shared/ cross-package edits, state machine changes) and when to skip it (docs-only, trivial diffs, hotfixes).
- Structured Finding List Output: Produces a signed markdown table with file, line, category, severity (P1/P2/P3), and totals, explicitly without any APPROVE/BLOCK verdict.
- Use Case: After passing the quality gate on a branch touching five files and 200 lines, the author asks a cross-model teammate for a fresh-context scan, fixes two P2 findings, and attaches the finding summary to the formal review request.
Quick Start
Ask a teammate who did not participate in development to run a fresh-context pre-review scan on your branch diff and return only a finding list in the specified format.