基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/flonat/claude-research --skill method-audit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Use when you need to audit a research project against the init-project-research template.
Use when you need to validate a paper's bibliography — cross-references \cite{} keys against .bib files or embedded \bibitem entries, finds missing/unused/typo'd keys, and checks every key against the Paperpile library via the local resolver. Deep verification mode spawns parallel agents for DOI/metadata validation at scale. Fix mode rekeys drifted keys to canonical and stages missing entries for Paperpile.
Use when you need to bootstrap a full research project with directory scaffold and Overleaf symlink.
| name | method-audit |
| description | Use when you need to extract and compare data collection methods across empirical papers. |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash(uv*), Bash(python*), Task, WebSearch, WebFetch, Bash(paperpile*) |
| argument-hint | [topic, .bib file, or paper directory] |
Reverse-engineer the data collection and empirical methods across a corpus of papers. Produce a critical comparison table that surfaces methodological blind spots.
Per rules/review-artefact-routing.md (auto-loads in research projects (path-scoped to paper-*/ and paper/)):
method-auditreviews/_project/method-audit/<YYYY-MM-DD-HHMM>.md inside the project. Path is relative to the research project root, not the Task-Management repo../CRITIC-REPORT.md-style filenames are forbidden — pre-rule layout).reviews/INDEX.md exists, write a one-line entry under "Latest per source" pointing at the new file. Otherwise /review-recap will rebuild the index next time it runs./theory-mapper instead/split-pdf/causal-design or /experiment-design/code-reviewSame as /theory-mapper: a .bib file, PDF directory, topic description, or list of papers. If ambiguous, ask.
Assemble 10-20 empirical papers using the same approach as /theory-mapper Phase 1. Prioritise papers with empirical content (filter out pure theory, editorials, commentaries).
For each paper, read using split-pdf methodology. Extract:
| Paper | Design | Data Source | N | Period | Method | ID Strategy | Response Rate |
|---|
Sort by sample size (largest first).
Count how many papers use each:
Flag any technique that is dominant (>60% of papers) — this signals a methodological monoculture.
For each paper, classify biases:
| Paper | Biases Acknowledged | Biases Missed | Severity |
|---|
Common missed biases to check for:
Write to METHOD-AUDIT.md in the project directory.
# Method Audit: [Topic]
**Date:** YYYY-MM-DD
**Corpus:** [N] empirical papers
**Dominant design:** [Most common research design]
**Dominant method:** [Most common estimation method]
## Comparison Table
| Paper | Design | Data | N | Period | Method | ID Strategy | Biases Noted |
|-------|--------|------|---|--------|--------|-------------|-------------|
## Technique Distribution
| Category | Count | Papers |
|----------|-------|--------|
## Bias Audit
### Commonly Acknowledged
- [Bias type] — mentioned by [N] papers
### Commonly Missed
- [Bias type] — present in [N] papers but acknowledged by [M]
- **Why it matters:** [Impact on findings]
- **Papers affected:** [List]
## Methodological Gaps
1. **No [design/method] studies** — [Why this matters]
2. **Understudied population:** [Who is missing]
3. **Missing robustness check:** [What should be tested]
## Implications for Your Research
- **Opportunity:** [What methodological gap you could fill]
- **Risk:** [What bias to watch for in your own design]
- **Benchmark:** [What sample size / design quality is expected in this field]
| Skill | When to use instead/alongside |
|---|---|
/theory-mapper | For theoretical rather than methodological comparison |
/causal-design | To design your own identification strategy |
/experiment-design | To design experiments or surveys |
/replication-audit | To check which findings have been replicated |