All templates

Engineering

Standup without the meeting

Reads yesterday's commits, merges, and review queue, then posts a standup so nobody has to attend one.

The prompt

This is the whole configuration

Paste it into a workflow and edit it in plain English. There is nothing else to wire up.

The prompt
Every weekday at 9am, look at our GitHub org and gather everything that happened since 9am yesterday: commits pushed, pull requests opened, pull requests merged, and pull requests still waiting for review. Group it by engineer. For each person write one line about what they shipped. Then list anything that looks blocked — a pull request open more than three days, a review requested more than a day ago with no response, or a failing check on a pull request that is otherwise ready. Post this to #standup as a single message. Keep it under twenty lines and leave out anyone with no activity.

Trigger

What starts this agent

Weekdays at 9:00am

Runs on a schedule. Describe the cadence in plain English and Helios turns it into a cron expression for you.

Integrations required

Authorize each service once. Helios stores the credential envelope-encrypted and attaches it server-side on every run.

Example output

What you get back

Every run leaves a readable record: the steps the agent took and the result it produced.

Standup · Mar 6

  • 5 engineers shipped 12 PRs
  • @sam blocked on a review for #2841
  • Nothing red in CI overnight

New to Helios? Start with Run your first agent.

Run Standup without the meeting on your stack.

Connect the integrations, paste the prompt, attach the trigger. The agent takes it from there.