원클릭으로
review
Multi-agent review with dual-mode detection for code and paper changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Multi-agent review with dual-mode detection for code and paper changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Reference for configuring, launching, and monitoring research iteration loops and analysis polish loops
Verifies the analysis pipeline runs end-to-end, outputs match expectations, and LaTeX compiles
Hands-on QA of the research analysis pipeline. Use whenever the user asks to verify the pipeline end-to-end, check output file integrity, validate table and figure generation, test data processing, or verify LaTeX compilation. Triggers on phrases like "test the pipeline", "QA the analysis", "check the outputs", "verify the tables", "run end-to-end", "does the paper compile", or any request to validate a research pipeline.
Define research question, hypotheses, methodology outline, and literature gap
Decompose a research question into cook-it-ready epic beads with methodology specifications
Comprehensive playbook for building rigorous, publication-quality research papers. Covers the full research output sequence from paper structure and statistical reporting through table formatting, figure design, LaTeX conventions, academic writing quality, and pre-submission review.
| name | Review |
| description | Multi-agent review with dual-mode detection for code and paper changes |
| phase | review |
Multi-agent review that auto-detects what changed and spawns the appropriate review fleet. Code changes get code reviewers. Paper changes get research reviewers. Both get both.
bd show <epic> for acceptance criteria and verification contractgit diff --name-only HEAD~N (or compare against last review commit) to identify changed files*.py, *.sh, src/**, tests/**, *.toml, *.cfg*.tex, *.bib, paper/**Spawn these reviewers in parallel via AgentTeam:
security-reviewer (.claude/skills/drl/agents/security-reviewer/SKILL.md) -- P0-P3 security auditsimplicity-reviewer (.claude/skills/drl/agents/simplicity-reviewer/SKILL.md) -- complexity checktest-coverage-reviewer (.claude/skills/drl/agents/test-coverage-reviewer/SKILL.md) -- test adequacyperformance-reviewer (.claude/skills/drl/agents/performance-reviewer/SKILL.md) -- efficiency checkruntime-verifier (.claude/skills/drl/agents/runtime-verifier/SKILL.md) -- pipeline runs end-to-end (uv run python -m pytest)Spawn these reviewers in parallel via AgentTeam:
methodology-reviewer (.claude/agents/drl/methodology-reviewer.md) -- statistical validitycoherence-reviewer (.claude/agents/drl/coherence-reviewer.md) -- logical consistencywriting-quality-reviewer (.claude/agents/drl/writing-quality-reviewer.md) -- prose qualitycitation-checker (.claude/agents/drl/citation-checker.md) -- citation accuracyreproducibility-verifier (.claude/agents/drl/reproducibility-verifier.md) -- reproducibilityargumentation-reviewer (.claude/agents/drl/argumentation-reviewer.md) -- argument coherencestatistical-methods-reviewer (.claude/agents/drl/statistical-methods-reviewer.md) -- method audittheoretical-framing-reviewer (.claude/agents/drl/theoretical-framing-reviewer.md) -- theory-question fitcontribution-clarity-reviewer (.claude/agents/drl/contribution-clarity-reviewer.md) -- novelty assessmentrobustness-checker (.claude/agents/drl/robustness-checker.md) -- robustness assessment of statistical resultsbd create --title="Review: ..." --priority=1| Criterion | Verification |
|---|---|
| No Critical findings remain | bd list --status=open shows no P0 review issues |
| No Major findings remain | bd list --status=open shows no P1 review issues |
| All reviewer outputs collected | Every spawned reviewer returned findings |
| Findings classified by severity | Each finding tagged Critical, Major, or Minor |
| Human confirmation | AskUserQuestion approval received |
| Output | Location | Format |
|---|---|---|
| Review findings summary | Beads epic notes | Severity-classified list |
| Deferred issues | Beads tasks | Minor findings as tasks |
drl search before starting reviewdrl learn after discovering review patternsdocs/decisions/ using ADR template, escalate via AskUserQuestion