← ClaudeAtlas

drift-pr-reviewlisted

Systematic PR review workflow aligned with Drift Policy. Use when reviewing pull requests that touch src/drift/, tests/, or scoring logic.
mick-gsk/drift · ★ 14 · Code & Development · score 68
Install: claude install-skill mick-gsk/drift
# Drift PR Review Skill ## Purpose Guide Copilot agents through a policy-conformant, evidence-based pull request review for the drift repository. ## When to Use - Reviewing PRs that change `src/drift/`, `tests/`, or `docs-site/` - Evaluating signal quality, scoring changes, or output format changes - Checking benchmark evidence for new features ## Strukturierte Review-Checkliste **Pflicht-Referenz:** Die vollständige Review-Checkliste liegt unter `.github/prompts/_partials/review-checkliste.md`. Bei jedem adversarialen Review wird diese Checkliste Punkt für Punkt abgearbeitet. Der Reviewer dokumentiert pro Punkt **Ja / Nein / N/A** mit Kurzbegründung. ## Review Workflow ### Step 1: Policy Gate Before reviewing code, verify the PR passes the Policy Gate: ``` ### Drift Policy Gate - Aufgabe: [PR title / description] - Zulassungskriterium erfüllt: [JA / NEIN] → [which criterion] - Ausschlusskriterium ausgelöst: [JA / NEIN] → [if YES: which] - Roadmap-Phase: [1 / 2 / 3 / 4] — blockiert durch höhere Phase: [JA / NEIN] - Entscheidung: [ZULÄSSIG / ABBRUCH] - Begründung: [one sentence] ``` If the gate fails, comment with the reason and suggest what should be prioritized instead. ### Step 2: Signal Quality Checklist For every new or modified finding/signal, verify all 5 mandatory elements: - [ ] **Technical traceability** — finding points to specific code location - [ ] **Reproducibility** — finding can be reproduced from the same input - [ ] **Unique cause attribution**