What problem does it solve?
Reviewers often report defects that exist only in a corrupted, truncated, or stale artifact rather than in the actual work, wasting entire review cycles. This Skill prevents that by verifying the exact file you are about to send before it leaves your hands.
Core Features & Use Cases
- Rebuild and Stage Safely: Rebuilds from source and stages to a local directory in one shell command, avoiding cloud-sync dehydration issues from Dropbox, iCloud, or OneDrive.
- Integrity and Diff Checks: Verifies the file parses, checks size and counts, samples first/last content, counts unresolved markers, and diffs identifiers, numbering, and counts against the source.
- Recipient Echo Protocol: Requires the reviewer to state filenames, page counts, and versions received, catching stale caches and wrong attachments.
- Use Case: Before sending a rebuilt paper PDF to a coauthor, verify it parses with pdfinfo, confirm no unresolved LaTeX references remain, diff lemma numbering against the source, and use a unique filename like report_r6.pdf.
Quick Start
Verify the PDF I am about to send for review by rebuilding it from source, checking its integrity, and diffing it against the source document.