Skip to content

PR Digest

FieldValue
Namepr-digest
Categoryreporting
Complexitymoderate
Tagsllm-integration, slack-notification, multi-service
Authorrandybias
Min Version0.1.0

Fetch GitHub PRs, summarize with Claude (Anthropic API), and send a digest to Slack. Demonstrates LLM integration with multi-service dependencies.

fetch-prs → analyze-prs → notify-slack
NodePurpose
fetch-prsFetch recent PRs from GitHub API
analyze-prsSummarize PRs using Claude
notify-slackPost digest to Slack
  • manual
  • cron: daily at 9:00 AM UTC (0 9 * * *)
DependencyHostAuth
githubapi.github.com:443bearer-token
anthropicapi.anthropic.com:443api-key
slackhooks.slack.com:443webhook-url
SecretDescription
github.tokenGitHub personal access token
anthropic.api_keyAnthropic API key
slack.webhook_urlSlack incoming webhook URL
Terminal window
tntc scaffold init pr-digest
tntc scaffold init pr-digest my-pr-digest
tntc scaffold info pr-digest

Scaffold source: quickstarts/pr-digest/