Audit a draft against the reporting checklist
lnm_audit_manuscriptAudit a manuscript draft for missing reporting elements and phrasings that overstate the design's support, returning severity-graded findings with problems and suggested fixes.
Instructions
Search a draft for the reporting elements this design requires, and for phrasings that overstate what the design supports.
Findings come in three grades: blocking (a reviewer will reject or major-revise on it), address before submission, and consider. Each finding names the section, the problem, and the fix. Overstatement findings quote the text that triggered them.
This is a text search, not a review. It tells you whether the manuscript says an analysis was done; it cannot tell you whether the analysis was done well. A clean audit is a floor, not a verdict.
Args:
manuscript: the full text, or at minimum one complete section (120+ words)
design: optional design id; supplying it adds that design's specific checks
Returns: counts, then findings grouped by severity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| design | No | Design id, to add design-specific checks. | |
| manuscript | Yes | Manuscript text to audit. Full text preferred; a complete section is the minimum. | |
| response_format | No | Output format: 'markdown' to read, 'json' for machine processing. | markdown |