Refines long medical academic texts into SCI-style unstructured Chinese and English abstracts; use when you need to condense drafts/reports/summaries into bilingual abstracts and generate Summary_Report.md.
57
48%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./scientific-skills/Academic Writing/academic-abstract-refiner/SKILL.mdRun this minimal command first to verify the supported execution path:
python scripts/refine_abstract.py --helpSummary_Report.md) that contains both Chinese and English abstracts.Summary_Report.md..txt content or pasted text) and outputs a clean report.>=3.8Generate the final report after you already have the refined abstracts (produced by the agent):
python scripts/refine_abstract.py \
--abstract-zh "(、)。" \
--abstract-en "Paste the English abstract here (single paragraph, no subheadings)." \
--output Summary_Report.mdExpected output:
Summary_Report.md containing:
Input/Output contract
--abstract-zh and --abstract-en.--output (default: Summary_Report.md).Abstract format constraints
Content integrity rules
Execution model
academic_abstract_refiner_result.md unless the skill documentation defines a better convention.Run this minimal verification path before full execution when possible:
python scripts/refine_abstract.py --help8277276
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.