Command
Content
/dr-publish
Format and publish approved content to target platforms
Overview
/dr-publish is the final step in the content pipeline. After writing (/dr-write) and editorial review (/dr-edit), this command formats approved content for each target platform, runs pre-publish checks, and handles the technical side of publication.
Usage
/dr-publish path/to/approved-article.md
/dr-publish "Social Media/post.md"
What It Does
- Confirm Readiness — checks if the content has been through
/dr-edit. Warns if not. - Determine Targets — asks which platforms: Telegram, LinkedIn, Facebook, X/Twitter, VK, Instagram, website/blog, or "all".
- Adapt Per Platform — trims text to platform limits, converts formatting (HTML for Telegram, plain text for LinkedIn), prepares images in optimal dimensions.
- Pre-Publish Checklist — verifies: text within limits, formatting renders correctly, links valid, images sized, OG tags present (for websites).
- Publish — for websites: applies content to target files, updates sitemap/RSS. For social media: provides formatted text ready to paste or API payloads.
- Post-Publish — suggests link preview verification via platform debuggers.
Content Pipeline
/dr-write → /dr-edit ⇄ /dr-write → /dr-publish → /dr-archive
(author) (editor) (rework) (publish) (close)
Related Commands
- /dr-write — create content (writing phase)
- /dr-edit — editorial review (fact-checking, AI pattern removal)
- /dr-archive — close and archive the task