Scholarflow delivery qa
Skill zhoy0409-debug/scholarflow-skills/skills/scholarflow-delivery-qa
ScholarFlow Skills by Zhoy: reusable Agent Skills for literature review, academic writing, figures, bioinformatics, and research deliverables.
npx -y skills add zhoy0409-debug/scholarflow-skills --skill scholarflow-delivery-qaAssembled 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.
What its author says it does
Copied from the file, not written here
Use when a researcher needs external files staged safely, fragile paths normalized, local toolchain readiness checked, or deliverables rendered and verified before handoff.
SKILL.md
1.8 KB, as published. Nobody here has run it
Artifact Staging And Render QA
-
Inventory every input artifact. Classify each item as source original, working copy, generated output, or reference-only material.
-
Preserve originals. Copy editable inputs into the current writable workspace before any modification.
-
Create an ASCII-safe alias when the original path is likely to break tools. Do this for non-ASCII paths, shell-fragile names, or mixed toolchains that already showed encoding issues.
-
Record path mapping. Keep track of original path, staged working path, and final output path.
-
Check the minimum viable toolchain early. Confirm the exact editor, runtime, or CLI needed for the task before substantive edits.
-
Perform all edits and analysis on the staged copy only.
-
Render-verify before handoff. Prefer reopened files, PDF export, screenshots, or other rendered checks over trusting raw edits.
-
Report separately:
- content changes
- staging or toolchain workarounds
- unresolved path, permission, or render limits
Guardrails
- Never overwrite an external original unless the user explicitly asks.
- Prefer reversible copies over in-place edits.
- Treat encoding failures as path or toolchain problems first.
- If render QA fails, state that explicitly and do not imply the output is submission-ready.
Verification
- Confirm every edited artifact opens from the final path.
- Confirm critical formatting, references, figure/table placement, and page flow on rendered output when relevant.
- Confirm the final response names the exact deliverable paths and whether originals were left untouched.