memcode docs
AgentsExamples

Issue digest

New issues across your repos, digested daily.

Once a day your agent collects the new issues in your repositories, groups the duplicates, flags the ones that look urgent, and posts one digest message.

What you need

  • A connected channel (Discord or any other)
  • Your repos registered as projects

Set it up

memcode gateway schedule add issues --cron "0 18 * * *" \
  --to discord:987654321 \
  "Digest today's new GitHub issues across my projects: group related ones, flag anything that looks like a crash or data loss, one line each."

Make it yours

Narrow it ("only issues labeled bug"), widen it ("include new discussions"), or split it into per-repo schedules — each schedule is independent, and memcode gateway schedule list shows them all.

On this page