Automate recurring workflows with scheduled prompts
Macros are saved prompts that run on a schedule (daily or weekly) and post results to a Slack channel. Any user with access to the Macroscope web app can create them.Test your prompt with the “Run Now” button or by asking @Macroscope in Slack before scheduling it. To post to a private channel, make sure @Macroscope is added to that channel first.
Daily standup: “Summarize all activity from the last 24 hours, grouped by contributor. 1-3 bullets per person on what they shipped and what’s in progress.”Weekly product update: “Summarize everything shipped in the past 7 days in plain language, highlighting user-facing changes first. The audience is the entire company, including non-engineers.”Release notes: “Generate customer-facing release notes for the past 7 days. Only include changes that are live for customers. Exclude internal refactoring and infrastructure work.”Open PRs: “List all currently open PRs, grouped by repository. Include title, contributor, creation date, and status. Highlight PRs open for more than 3 days.”Feature progress: “Summarize all commits related to [feature name] from the past 7 days. Group by sub-feature with a short description of what’s done and what’s in progress.”Blockers: “Identify tasks or contributors blocked by unresolved dependencies, missing reviews, or outstanding PRs from the past 24 hours.”Compliance: “Generate a weekly summary of commits related to authentication, permissions, or data privacy.”