Agent Skills: Bias Assessor

|

UncategorizedID: willoscar/research-units-pipeline-skills/bias-assessor

Install this agent skill to your local

pnpm dlx add-skill https://github.com/WILLOSCAR/research-units-pipeline-skills/tree/HEAD/.codex/skills/bias-assessor

Skill Files

Browse the full folder contents for bias-assessor.

Download Skill

Loading file tree…

.codex/skills/bias-assessor/SKILL.md

Skill Metadata

Name
bias-assessor
Description
|

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_selection
  • rob_measurement
  • rob_confounding
  • rob_reporting
  • rob_overall
  • rob_notes

Allowed values are fixed:

  • low
  • unclear
  • high

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