We use analytics and marketing cookies to understand how Grip OS is discovered and used. No data leaves your device without consent. Cookie Policy

All Recipes

GitHub to Slack

Monitors GitHub repositories for new issues, PR reviews, and CI failures, then posts formatted notifications to your team Slack channel. Trigger on GitHub webhook events for real-time team awareness without leaving Slack.

beginner
Event-Triggered
1 step
15 seconds

Steps

1

Fetch latest GitHub events and post to Slack

fleet_batch_execute via gripos-mcp

Recipe JSON

{"trigger":"github_webhook","events":["issues.opened","pull_request.review","check_run.completed"],"steps":[{"tool":"fleet_batch_execute","args":{"command":"gh api /repos/{{repo}}/events --jq '.[0:5]' | curl -X POST -d @- $SLACK_WEBHOOK_URL"},"output_as":"slack_result"}]}

Prerequisites

  • GitHub CLI (gh) authenticated
  • Slack webhook URL configured

Run this recipe in Grip OS

Copy the JSON above, paste it into your Grip OS config, and it runs on schedule or on demand.