bias-assessor
Installation
SKILL.md
Bias Assessor
Enriches the extraction table with lightweight risk-of-bias fields for evidence-review.
Input
papers/extraction_table.csv
Output
- updated
papers/extraction_table.csv
Contract
The table should expose stable RoB columns:
rob_selectionrob_measurementrob_confoundingrob_reportingrob_overallrob_notes
Allowed values are fixed:
lowunclearhigh
Script boundary
scripts/run.py should:
- add missing RoB columns
- assign a conservative overall score
- keep notes brief
Acceptance
- RoB columns exist
- all included rows have values
- values stay within the fixed scale
Non-goals
- deep methodological critique
- rewriting extraction contents
Related skills