Publication Preflight
Inspect the final artifact without mutating it or triggering any external publication action.
Gate criteria
Check only criteria relevant to the artifact and channel:
- Required sections, assets, metadata, dates, owners, and calls to action are present.
- Links resolve to the intended destination and citations are syntactically complete.
- Images, audio, video, tables, and interactive elements have appropriate accessible alternatives.
- Rights, licenses, releases, attribution, privacy, and confidential-information reviews are recorded.
- Channel-specific rendering, length, dimensions, encoding, and file-format constraints are met.
- Named reviewers and publication approval are explicit; draft markers and unresolved blockers are absent.
- Sending, posting, uploading, or scheduling targets match the user's stated destination.
Do not infer legal clearance, consent, or approval from silence.
Output contract
Return an overall PASS, WARN, or BLOCK, then list each check with status,
evidence location, and the smallest corrective action. A warning must explain why
publication can still proceed; a blocker must identify the missing evidence or approval.
Never perform the publication action as part of this skill.
1---2name: publication-preflight3description: Perform a read-only final readiness check on a publication artifact and return a pass, warning, or block decision with evidence. Use when edited content is about to be published, scheduled, sent, uploaded, or handed off and needs checks for completeness, links, citations, metadata, accessibility, rights, and approvals. Do not use to publish or silently repair the artifact.4license: MIT5---67# Publication Preflight89Inspect the final artifact without mutating it or triggering any external publication action.1011## Gate criteria1213Check only criteria relevant to the artifact and channel:1415- Required sections, assets, metadata, dates, owners, and calls to action are present.16- Links resolve to the intended destination and citations are syntactically complete.17- Images, audio, video, tables, and interactive elements have appropriate accessible alternatives.18- Rights, licenses, releases, attribution, privacy, and confidential-information reviews are recorded.19- Channel-specific rendering, length, dimensions, encoding, and file-format constraints are met.20- Named reviewers and publication approval are explicit; draft markers and unresolved blockers are absent.21- Sending, posting, uploading, or scheduling targets match the user's stated destination.2223Do not infer legal clearance, consent, or approval from silence.2425## Output contract2627Return an overall `PASS`, `WARN`, or `BLOCK`, then list each check with status,28evidence location, and the smallest corrective action. A warning must explain why29publication can still proceed; a blocker must identify the missing evidence or approval.30Never perform the publication action as part of this skill.