CONTENT CREATION
Collect merged PRs into a weekly changelog draft in Notion
Every Friday, gathers the week's merged pull requests labeled "changelog," groups them into Added / Fixed / Changed sections.
How it runs
The automated pipeline, trigger to output.
- TriggerEvery Friday afternoon
- ActionFetch PRs merged this week with changelog labelGitHub
- LogicDeduplicate and order by merge time
- ActionGroup into Added/Fixed/Changed and rewriteOpenAI
- OutputCreate weekly changelog draft in NotionNotion
What it does
This workflow assembles your changelog so you do not have to scroll through commit history on release day. On a weekly schedule it queries GitHub for pull requests merged in the last seven days that carry a "changelog" label, reads each PR's title and description, and hands the set to OpenAI. The model groups the changes into Added, Fixed, and Changed sections, rewrites terse PR titles into reader-friendly one-liners, and drops anything that is internal-only. The result is created as a draft Notion page titled with the week's date range, ready for an editor to trim and publish.
When to use it
Use it when changelog writing is a Friday scramble and entries get forgotten because nobody captured them at merge time. It fits teams that label release-worthy PRs and want a structured first draft generated from the actual merged work, not from memory. The label filter keeps noise out, so chores and refactors never leak into customer-facing notes.
How it works
- 1A schedule trigger fires every Friday afternoon.
- 2GitHub returns all PRs merged in the past week carrying the "changelog" label, with titles and bodies.
- 3A logic step deduplicates and orders the PRs by merge time.
- 4OpenAI groups them into Added / Fixed / Changed and rewrites each into clean changelog prose.
- 5A new draft page is created in your Notion changelog database for editorial review.
Set it up
What you configure once, before turning it on.
- 1Connect GitHubRepos, issues, pull requests, actions.
- 2Connect OpenAIModels, embeddings, files.
- 3Connect NotionPages, databases, comments.
- 4Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 5Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 6Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Content Creation workflows
Build a Dropbox B-roll library from exported blog drafts
Triggers when a new blog draft file lands in a Dropbox folder, generates a Replicate B-roll clip for each paragraph.
Generate B-roll clips when a blog post is marked Ready in Notion
Watches a Notion blog database for posts flipped to 'Ready', splits the body into paragraphs, and generates a short B-roll video clip for each paragraph with Replicate.
On-demand: turn a blog URL into narrated B-roll clips
Accepts a blog URL via webhook, scrapes the article, generates a B-roll clip per paragraph with Replicate and a voiceover with ElevenLabs.
On-Demand Screenshot Freshness Report from a Slack Command
A writer requests a freshness check in Slack for a specific docs page; the workflow inspects every screenshot on that page, scores each by age and version gap.
Sync a Figma master frame into localized hero renders
Pulls the current master hero frame and its text layers from Figma, generates a localized image variant for each locale defined in Airtable.
Research-driven localized hero banners tuned per market
An agent researches cultural and seasonal cues for each target market, adapts the master hero concept to fit local context, generates a tailored image per locale.
Run it inside a business
This workflow drops into a full company template. Import the org, and this is one of the playbooks its agents run.

Run this workflow in your colony.
14-day trial. No DevOps. No Sales call. Provisioned in under a minute.
