Scholarflow review response
Skill zhoy0409-debug/scholarflow-skills/skills/scholarflow-review-response
Use when a researcher needs reviewer responses, rebuttals, revision plans, or response tables drafted and audited with evidence-backed replies and clear manuscript-change mapping.From its SKILL.md
npx -y skills add zhoy0409-debug/scholarflow-skills --skill scholarflow-review-responseAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 246 tokens by cl100k_base, as published. Nobody here has run it
Reviewer Response — Router
Do not answer from memory, and do not answer from this file.
The actual logic lives in static/ and references/. This file only decides
which fragments to load for the request in front of you. Loading them is not optional.
Routing protocol
1. Load the core layer
Read manifest.yaml. Then Read every file it lists under always_load:
static/core/stance.mdstatic/core/workflow.md
These carry the default stance, workflow, and output format for every job in this skill.
2. Do the work
This skill has no axes. Apply the core layer directly.
If required input is missing, write a placeholder and list it under
Assumptions or missing inputs: — do not invent it.
3. Open references/ only on demand
references/ is a deep library, not a default. Opening all of it wastes the context
you need for the actual work.
The manifest's references.on_demand table says which file answers which question.
Consult it, then Read only that file.
What ships with it: 18 files
40.8 KB alongside SKILL.md
agents/
- openai.yaml301 B
references/
- action-mapping.md3.6 KB
- chinese-author-alignment.md950 B
- comment-taxonomy.md4.1 KB
- difficult-cases.md4.0 KB
- intake-and-routing.md4.9 KB
- qa-checklist.md3.1 KB
- response-structure.md3.5 KB
- rr-rebuttal-templates.md944 B
- rr-response-strategies.md945 B
- rr-review-classification.md947 B
- rr-successful-cases.md942 B
- rr-tone-guidelines.md941 B
- source-basis.md3.2 KB
- tone-and-stance.md3.3 KB
static/
- core/stance.md2.4 KB
- core/workflow.md934 B
- manifest.yaml2.1 KB