一键导入
requesting-red-team-review
Use after completing an analysis or before reporting a finding, to have a skeptical reviewer attack the conclusion before you believe it
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use after completing an analysis or before reporting a finding, to have a skeptical reviewer attack the conclusion before you believe it
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
You MUST use this before any data analysis or investigation - before exploring a dataset, loading or profiling data, running a model, computing a statistic, or testing an idea, and before any outcome data is touched
Use when you have an approved research question and need a concrete analysis plan, before touching outcome data or fitting any model
Use when facing 2+ independent investigations that can proceed without shared state - parallel literature survey, multi-dataset replication, or pre-specified robustness checks
Use when you have a pre-registered analysis plan to execute inline in this session with review checkpoints, on a platform without subagents
Use when a result is surprising, impossible, contradicts a sanity check, a pipeline fails, a model won't converge, or a replication fails - before adjusting anything
| name | requesting-red-team-review |
| description | Use after completing an analysis or before reporting a finding, to have a skeptical reviewer attack the conclusion before you believe it |
Dispatch a reviewer subagent whose explicit job is to find why your conclusion is wrong — before you believe it or report it. The reviewer gets precisely crafted context for evaluation, never your session's history. This keeps it focused on the work product and your reasoning, not on agreeing with you, and preserves your own context.
Core principle: Try hardest to break a finding when it's most likely to be right. A result that survives a genuine attack is worth reporting; one that hasn't been attacked isn't.
Mandatory:
Especially valuable:
1. Get the git SHAs that bound the work:
BASE_SHA=$(git rev-parse HEAD~N) # before the analysis
HEAD_SHA=$(git rev-parse HEAD)
2. Dispatch the reviewer subagent with the Task tool (general-purpose), filling the template at reviewer.md.
Placeholders:
{DESCRIPTION} — what you analyzed and the conclusion you're considering{QUESTION} — the research question{PREREGISTRATION} — the frozen pre-registration (or note that this is exploratory){BASE_SHA} / {HEAD_SHA} — commit range3. Act on feedback:
The reviewer is prompted to look for:
[Completed primary analysis: exposure → outcome, pre-registered]
You: Requesting red-team review before I report this.
BASE_SHA=a1b2c3d HEAD_SHA=e4f5g6h
[Dispatch reviewer subagent with reviewer.md filled in]
Reviewer returns:
Critical: Site is associated with both exposure and outcome but isn't in the model — likely confound (Simpson's risk).
Important: No check of the homoscedasticity assumption.
Minor: Figure axis unlabeled.
You: [Site WAS pre-registered as a covariate — verify the model actually included it]
[Check: the model formula dropped `site` due to a typo. Reviewer is right. Fix, re-run, re-verify.]
Never:
If the reviewer is wrong: push back with technical reasoning and show the verification (the diagnostic, the pre-registration line, the reproduced number) — see science-superpowers:receiving-critical-review.
See template at: requesting-red-team-review/reviewer.md