paper-revision-author

Revises independently drafted paper sections into one coherent LaTeX body.

6.8k|540|Updated May 6, 2026
One-click install
npx skills add https://github.com/opensquilla/opensquilla --skill paper-revision-author
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-revision-author
Source: https://github.com/opensquilla/opensquilla/tree/main/src/opensquilla/skills/bundled/paper-revision-author
Command: npx skills add https://github.com/opensquilla/opensquilla --skill paper-revision-author

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When research paper sections are drafted independently, they often contain duplicated explanations, inconsistent terminology, and mismatched metrics. This Skill merges those drafts into a single coherent LaTeX body ready for the abstract-writing stage.

Core Features & Use Cases

  • Section Unification: Combines introduction, method, results, and discussion drafts into one LaTeX fragment with consistent terminology, contributions, metrics, and baselines.
  • Constraint Enforcement: Applies paper preferences (audience, depth, emphasis, must-include and avoid items) uniformly across all sections while preserving figure blocks and at least 20 distinct citation keys.
  • Use Case: After drafting each section of a conference paper separately, feed the drafts, outline, and citation plan into this Skill to receive a deduplicated, style-consistent LaTeX body that compiles to 10+ pages.

Quick Start

Revise my introduction, method, results, and discussion drafts into one coherent LaTeX body following my outline and citation plan.

Frequently Asked Questions about paper-revision-author

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

FAQPage Schema
How do I merge separately written paper sections into one LaTeX document?

Provide the topic, paper preferences, approved outline, citation plan, and the four section drafts. The Skill returns a single LaTeX fragment with the sections in fixed order, deduplicated and stylistically unified.

How to keep citations consistent when combining LaTeX paper drafts?

The Skill preserves at least 20 distinct valid citation keys across the full body and follows the provided claim-to-citation plan, so references remain consistent after merging sections.

Does the output include an abstract or bibliography?

No. The output is a pure LaTeX body fragment containing only the introduction, method, results, and discussion sections. Abstract, preamble, bibliography, and Markdown formatting are explicitly excluded.

What happens to figures and labels during section revision?

All required figure blocks and labels from the results draft are preserved unchanged. The revision focuses on prose consistency, terminology, and removing repeated setup explanations.

When should this revision step run in a paper writing pipeline?

Run it after independent section drafting and before writing the abstract. It requires finalized section drafts, an approved outline, and a citation plan as inputs.