What problem does it solve?
This Skill automates Step 5 of the PaperOrchestra pipeline: it iteratively refines LaTeX research drafts by simulating peer review, applying targeted revisions, and enforcing strict accept/revert halt rules so hosts can produce higher-quality submission-ready manuscripts without fabricating results.
Core Features & Use Cases
- Simulated Peer Review: Runs a structured AgentReview-style reviewer (six axes) and captures strengths, weaknesses, questions, and an overall score for each iteration.
- Deterministic Revision Loop: Applies the verbatim refinement prompt, snapshots each iteration, compiles PDFs, re-scores drafts, and decides accept/revert using score_delta logic.
- Safety & Integrity Gates: Enforces anti-reward-hacking rules: prevents adding new experiments, disallows explicit "limitation" claims, validates numeric claims against experimental_log.md, checks citation integrity, and ensures LaTeX sanity.
- Audit Trail & Promotion: Maintains per-iteration snapshots and an append-only worklog to identify and promote the best accepted snapshot as workspace/final/paper.tex.
Quick Start
Run the content-refinement-agent to iteratively refine the draft paper.tex using the project's reviewer rubric and snapshot safeguards.