content-refinement-agent

Refine LaTeX research paper drafts via simulated peer review with accept/revert rules.

32|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/woodfishhhh/EZ_math_model --skill content-refinement-agent-woodfishhhh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-refinement-agent
Source: https://github.com/woodfishhhh/EZ_math_model/tree/main/skills/ez-math-model/external/paper-orchestra/skills/content-refinement-agent
Command: npx skills add https://github.com/woodfishhhh/EZ_math_model --skill content-refinement-agent-woodfishhhh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It helps you improve the quality of a LaTeX research paper draft by running an iterative, peer-review-style refinement loop that decides when to accept changes or revert them to avoid score regression and reward-hacking.

Core Features & Use Cases

  • Simulated peer review with structured scoring: Generates reviewer feedback and scores across scientific depth, technical execution, logical flow, writing clarity, evidence presentation, and academic style.
  • Targeted revision with strict safety constraints: Applies reviewer feedback using a verbatim revision prompt while enforcing guardrails like “no new experiments” and “numeric claims must match ground truth logs.”
  • Accept/revert snapshot workflow: Creates real snapshots per iteration, compiles to PDF, scores each revision, and reverts immediately on score decrease.
  • Iteration halting and best-promotion: Stops early when there is nothing actionable to fix or when improvement plateaus, then promotes the best accepted snapshot to the final output.

Quick Start

Use content-refinement-agent to refine workspace/drafts/paper.tex by iteratively simulating peer review and revising the LaTeX until it selects the best accepted version.

Frequently Asked Questions about content-refinement-agent

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

FAQPage Schema
How do I run a simulated peer review on my LaTeX paper draft?

To run a simulated peer review on a LaTeX paper draft, the content-refinement-agent applies a structured reviewer rubric to generate feedback and scores across scientific depth, technical execution, logical flow, writing clarity, evidence presentation, and academic style.

Can I iteratively refine a research paper without causing quality regression?

Iterative paper refinement can avoid quality regression by using an accept/revert snapshot workflow that compiles each revision, scores it against the reviewer rubric, and immediately reverts changes if the score decreases.

How does the revision loop prevent hallucinated content or fake data in academic writing?

The revision loop prevents hallucinated content by enforcing strict safety constraints during targeted revisions, ensuring no new experiments are added and requiring numeric claims to match ground truth logs exactly.

When should I stop running an iterative refinement loop on a manuscript?

You should stop the iterative refinement loop when there is nothing actionable left to fix or when improvement plateaus, after which the workflow promotes the best accepted snapshot to the final output.

What is the best way to improve the academic style of a LaTeX research paper automatically?

The best way to improve academic style automatically is using a targeted revision loop that evaluates writing clarity and academic style via a structured reviewer rubric, applying verbatim revision prompts while enforcing anti-hallucination constraints.

Does the paper refinement workflow require any external dependencies to compile LaTeX?

The paper refinement workflow has no external dependencies listed, relying solely on its internal scripts and references to compile each LaTeX iteration to PDF and score the results.