Extract exact relevant mentions from academic abstracts, group them into dimensions and subdimensions, and generate review-ready article and dimension outputs.
Resources
6Install
npx skillscat add lhx200013/abstractannotation-skill Install via the SkillsCat registry.
SKILL.md
Abstract Annotation
Use this skill for literature-analysis workflows over CSV files containing academic abstracts.
Purpose
This skill helps a researcher annotate abstracts by extracting exact text spans for relevant variables, indicators, indices, metrics, factors, constructs, measures, predictors, methods, data sources, or other user-specified items, then grouping extracted items into review-ready dimensions.
Core Rules
- Extracted values must be exact spans copied from the abstract.
- Do not paraphrase, translate, standardize, or infer missing concepts.
- Keep article-level extraction separate from later interpretive grouping.
- Assign every unique extracted item to exactly one dimension and one subdimension.
- Use binary article columns where
1means the article mentions at least one extracted item in that dimension.
Expected Inputs
- One or more CSV files.
- An abstract column.
- Optional language, year, and source-title columns for filtering.
- A user-approved extraction prompt.
Expected Outputs
final_articles_with_dimensions.csvdimension_original_variables.csvdimension_mention_ratio_barplot.pngdimension_mention_ratio_table.png
Suggested Workflow
- Inspect CSV headers.
- Identify the abstract column and optional filter columns.
- Ask the user to approve a complete extraction prompt.
- Merge and filter CSV rows.
- Extract exact spans from each abstract.
- Validate that every extracted span appears literally in its abstract.
- Draft dimensions and subdimensions.
- Ask the user to approve the dimension structure.
- Generate final outputs.