content-refinement-agent

Refines LaTeX drafts via simulated peer review and score-driven revert decisions.

635|88|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Ar9av/PaperOrchestra --skill content-refinement-agent-ar9av
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-refinement-agent
Source: https://github.com/Ar9av/PaperOrchestra/tree/main/skills/content-refinement-agent
Command: npx skills add https://github.com/Ar9av/PaperOrchestra --skill content-refinement-agent-ar9av

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about content-refinement-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate peer review for a LaTeX research paper draft?

Automated peer review for LaTeX drafts runs a structured reviewer across six axes, capturing strengths, weaknesses, questions, and an overall score per iteration. It simulates the review process by applying targeted revisions and deterministic scoring to refine your manuscript iteratively.

How do I validate numeric claims in a LaTeX draft against experimental logs?

Numeric claims in LaTeX drafts are validated against experimental_log.md through strict integrity gates. The refinement process checks citation pool integrity, prevents adding new experiments, and disallows explicit limitation claims to ensure no fabricated results enter the manuscript.

Can I use simulated peer review with conference submission guidelines and a citation pool?

Simulated peer review accepts conference guidelines, a citation pool, draft LaTeX files, and PDF inputs. It applies reviewer-rubric-driven scoring while enforcing anti-reward-hacking rules to ensure the refined draft meets submission requirements without integrity violations.

What's the best way to revert LaTeX paper iterations when scores drop?

Reverting LaTeX iterations uses score_delta logic to decide accept or revert actions. The system snapshots each iteration, compiles PDFs, re-scores drafts, and maintains an append-only worklog to identify and promote the best accepted snapshot as the final paper.

Why does my research paper refinement loop keep adding limitations to the draft?

Refinement loops prevent adding limitation claims through safety gates that disallow explicit limitation statements. These anti-reward-hacking rules ensure the manuscript maintains integrity by validating claims against experimental logs and preventing unauthorized content additions.