bias-assessor
15
总安装量
13
周安装量
#23003
全站排名
安装命令
npx skills add https://github.com/willoscar/research-units-pipeline-skills --skill bias-assessor
Agent 安装分布
claude-code
10
gemini-cli
9
codex
7
cursor
7
antigravity
6
Skill 文档
Bias Assessor (risk-of-bias, lightweight)
Goal: make evidence quality explicit in a way that is quick, consistent, and auditable.
Inputs
papers/extraction_table.csv
Outputs
- Updated
papers/extraction_table.csv
Recommended fields
Use a simple 3-level scale (all lowercase): low | unclear | high.
Suggested columns to add (if missing):
rob_selectionrob_measurementrob_confoundingrob_reportingrob_overallrob_notes
Workflow
- Read
papers/extraction_table.csvand identify the set of included studies. - If RoB columns are missing, add them (keep names stable once introduced).
- For each study, fill each RoB domain:
low: design/reporting plausibly controls the biasunclear: not enough information to judgehigh: clear risk (e.g., missing controls, ambiguous measurement, selective reporting)
- Set
rob_overallconservatively:highif any domain ishighunclearif nohighbut at least oneunclearlowonly if all domains arelow
- Add 1â3 short notes in
rob_notesthat justify the rating.
Definition of Done
- Every included paper row has all RoB columns filled.
- Values are strictly from
low|unclear|high(no free-form scale drift). - Notes are short and specific (what was missing / what was strong).
Troubleshooting
Issue: the table has mixed or inconsistent RoB column names
Fix:
- Normalize to the recommended column names and keep a single set across all rows.
Issue: the paper lacks enough methodological detail
Fix:
- Prefer
unclearwith a concrete note (âno details on Xâ) rather than guessing.