Agent Skills: Rubric Writer

|

UncategorizedID: willoscar/research-units-pipeline-skills/rubric-writer

Install this agent skill to your local

pnpm dlx add-skill https://github.com/WILLOSCAR/research-units-pipeline-skills/tree/HEAD/.codex/skills/rubric-writer

Skill Files

Browse the full folder contents for rubric-writer.

Download Skill

Loading file tree…

.codex/skills/rubric-writer/SKILL.md

Skill Metadata

Name
rubric-writer
Description
|

Rubric Writer

Transforms review evidence artifacts into the final paper-review deliverable.

Inputs

Required:

  • output/CLAIMS.md
  • output/MISSING_EVIDENCE.md

Optional:

  • output/NOVELTY_MATRIX.md
  • DECISIONS.md

Output

  • output/REVIEW.md

Contract

The review must expose stable sections:

  • ### Summary
  • ### Novelty
  • ### Soundness
  • ### Clarity
  • ### Impact
  • ### Major Concerns
  • ### Minor Comments
  • ### Recommendation

Script boundary

scripts/run.py should:

  • read prior review artifacts
  • render the stable rubric sections
  • keep the review bounded and traceable

It should not re-parse the manuscript from scratch or perform retrieval.

Acceptance

  • output/REVIEW.md exists
  • includes all stable rubric sections
  • recommendation is explicit

Non-goals

  • deep manuscript parsing
  • novelty retrieval
  • writing an author rebuttal
Rubric Writer Skill | Agent Skills