willoscar/rubric-writer
| Use when `paper-review` has claims plus evidence gaps and needs the final referee-style report.
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill rubric-writer
Transforms review evidence artifacts into the final paper-review deliverable.
Required:
output/CLAIMS.mdoutput/MISSING_EVIDENCE.mdOptional:
output/NOVELTY_MATRIX.mdDECISIONS.mdoutput/REVIEW.mdThe review must expose stable sections:
### Summary### Novelty### Soundness### Clarity### Impact### Major Concerns### Minor Comments### RecommendationEvery major concern must cite its claim_id or gap_id. This is the
traceability interface consumed by the paper-review scorecard.
scripts/run.py should:
It should not re-parse the manuscript from scratch or perform retrieval.
output/REVIEW.md existsTake willoscar/rubric-writer from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.