بنقرة واحدة
media-insertion
Insert images and videos from Slack messages into changelog markdown. Use when you have media files downloaded from Slack that need to be included in documentation.
القائمة
Insert images and videos from Slack messages into changelog markdown. Use when you have media files downloaded from Slack that need to be included in documentation.
| name | media-insertion |
| description | Insert images and videos from Slack messages into changelog markdown. Use when you have media files downloaded from Slack that need to be included in documentation. |
| targets | ["*"] |
This skill teaches you how to properly insert media (images and videos) from Slack into changelog content.
When Slack messages include media files, the fetch_messages_from_channel tool downloads them to:
./docs/updates/media/YYYY-MM-DD/filename
You must insert references to these files in the markdown content so they appear in the final changelog.
The Slack tool response includes processed_files for each message with media:
📝 Message 1:
💬 Text: Check out this new feature!
📎 Files (1):
🖼️ Image: feature-screenshot_abc123.png
Path: ./docs/updates/media/2025-11-06/feature-screenshot_abc123.png
When writing the changelog content, insert the image reference right after describing the feature:
### New feature name
Description of the feature and what it does.

More details about the feature...
Important:
./media/YYYY-MM-DD/filenameBefore adding an image reference to your markdown:
./docs/updates/media/YYYY-MM-DD/filename./media/YYYY-MM-DD/filenameDO NOT insert image references for files that weren't downloaded or don't appear in the Slack response.
The template_formatter agent will later:
./docs/updates/media/YYYY-MM-DD/filename./media/YYYY-MM-DD/filename → /images/changelog/YYYY-MM-DD/filename<Frame><img src="/images/changelog/..." alt="..." /></Frame><Frame><video src="/images/changelog/..." controls /></Frame>Slack message:
planning-mode_xyz789.pngChangelog content you write:
### Agent planning mode improvements
Agent now shows a clear task list in planning mode, making it easier to review and approve what will be built.

This improvement addresses feedback from users who wanted more visibility...
Slack message:
settings-before_abc123.png, settings-after_def456.pngChangelog content you write:
### Settings page redesign
We've redesigned the settings page with a cleaner layout and better organization.

The new design groups related settings together and uses clearer labels:

Slack message:
streaming-demo_ghi789.mp4Changelog content you write:
### Real-time Agent streaming
Agent responses now stream in real-time, showing you progress as it works.

This makes the experience feel faster and more interactive.
./media/YYYY-MM-DD/filename❌ Don't skip images:
### New dashboard
We redesigned the dashboard.
✅ Do include them:
### New dashboard
We redesigned the dashboard with a modern layout.

❌ Don't use placeholder text:

✅ Do write descriptive alt text:

Before finishing your changelog content:
processed_files./media/YYYY-MM-DD/filename)Format changelog content according to Replit's changelog template structure. Use when converting raw changelog content into properly structured documentation with correct frontmatter, sections, and media formatting.
Write content following Replit's brand voice and style guidelines. Use when creating or reviewing any user-facing content including changelogs, documentation, or marketing materials. Ensures consistent professional yet approachable tone.
Review and improve documentation quality using best practices. Use when reviewing changelogs, documentation, or any written content to ensure clarity, accuracy, and helpfulness.