From quartopress
Verify a manuscript meets journal-specific submission requirements before upload.
How this skill is triggered — by the user, by Claude, or both
Slash command
/quartopress:journal-complianceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verify a manuscript meets journal-specific submission requirements before upload.
Verify a manuscript meets journal-specific submission requirements before upload.
Use this skill when:
| Requirement | Specification |
|---|---|
| Body word limit | 3,000 (+ 500 extension) |
| Abstract | 250 words, structured |
| Max figures + tables | 20 pieces |
| Figure format | 300 DPI, TIFF |
| SDC text limit | 500 words |
| SDC items limit | 10 |
| Reference style | AMA |
| Tables | Separate .docx files |
| Requirement | Specification |
|---|---|
| Body word limit | No strict limit (varies by article type) |
| Abstract | 250 words, unstructured |
| Figure format | 300 DPI, TIFF/EPS/PDF |
| Reference style | Vancouver (numbered) |
| Tables | Embedded in single manuscript file |
| Template | _templates/jpras-reference.docx |
| Font | Times New Roman, 12pt |
| Spacing | Double-spaced |
| Margins | 1 inch all sides |
| Requirement | Specification |
|---|---|
| Body word limit | 3,000 |
| Abstract | 200 words, unstructured |
| Figure format | 300 DPI, TIFF |
| Reference style | AMA |
| Tables | Embedded in manuscript |
| Template | _templates/annals-reference.docx |
| Font | Times New Roman, 12pt |
| Spacing | Double-spaced |
| Margins | 1 inch all sides |
Create a YAML file in your project's review/ directory:
# review/journal_requirements.yaml
journal: "Plastic and Reconstructive Surgery"
word_limits:
body: 3500 # including extension
abstract: 250
figures:
max_items: 20
format: tiff
min_dpi: 300
sdc:
max_text_words: 500
max_items: 10
reference_style: ama
tables:
format: separate_docx
borders: three_line
npx claudepluginhub shakestzd/quartopress --plugin quartopressRuns a final pre-submission preflight for a JAMA manuscript, verifying word/format limits, required statements, checklist and flow-diagram files, disclosures, and portal steps.
Runs a final submission preflight for Journal of Communication via Manuscript Central, checking format, anonymity, APA-7th formatting, page/abstract caps, Data Availability Statement, and file metadata.
Runs a final pre-submission checklist for the Journal of Management (JOM) via SAGE/ScholarOne, verifying 50-page limit, 15-word title, 250-word abstract, masked review, anonymized data transparency table, APA 7th style, and required declarations.