SUMMARIZATION

Weekly GitLab Release-Window Digest to Discord

On a weekly schedule, gathers all MRs merged in the past 7 days, summarizes them into a tidy 'what shipped this week' digest, and posts it to a Discord community channel.

CategorySummarization
Enginesim
Difficultybeginner
Triggerschedule
Steps5
Setup~5 min

How it runs

The automated pipeline, trigger to output.

  • TriggerWeekly schedule fires
  • ActionPull MRs merged in last 7 daysGitLabGitLab
  • LogicSkip if no customer-facing MRs
  • ActionSummarize week into highlights with OpenAIOpenAI
  • OutputPost weekly digest to DiscordDiscordDiscord

What it does

Produces a once-a-week recap of everything that shipped, written for your community, and drops it into Discord so users and customers see momentum without reading the repo.

When to use it

Use it when you release continuously rather than on tagged versions, and want a predictable weekly heartbeat post in your Discord community or customer channel.

How it works

  1. 1A weekly schedule (e.g. Friday 16:00) triggers the run.
  2. 2The flow pulls every MR merged into the default branch in the trailing 7-day window from GitLab.
  3. 3A logic step checks whether any customer-facing MRs exist; if the week was quiet it skips posting entirely.
  4. 4OpenAI condenses the MRs into a short, upbeat digest with 3-6 bullet highlights and a one-line summary.
  5. 5The digest is delivered as a formatted Discord message with the week's date range in the title.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect GitLabRepos, MRs, pipelines, registry.
  2. 2
    Connect OpenAIModels, embeddings, files.
  3. 3
    Connect DiscordCommunity channels + voice + bots.
  4. 4
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  5. 5
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  6. 6
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.