asreview-systematic-review
Installation
SKILL.md
ASReview Systematic Review Skill
ASReview automatiza el screening de títulos y abstracts en revisiones sistemáticas usando aprendizaje activo. Requiere ASReview v2+.
Instalación
pip install asreview
asreview --version # verificar
Flujo típico
# 1. Simular con dataset propio
asreview simulate dataset.csv -o result.asreview --seed 42
# 2. Simular con dataset SYNERGY (benchmarking)
asreview simulate synergy:van_de_schoot_2018 -o result.asreview --seed 42
Related skills