| Field | Value |
|---|
| Name | pr-digest |
| Category | reporting |
| Complexity | moderate |
| Tags | llm-integration, slack-notification, multi-service |
| Author | randybias |
| Min Version | 0.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
| Node | Purpose |
|---|
fetch-prs | Fetch recent PRs from GitHub API |
analyze-prs | Summarize PRs using Claude |
notify-slack | Post digest to Slack |
manual
cron: daily at 9:00 AM UTC (0 9 * * *)
| Dependency | Host | Auth |
|---|
github | api.github.com:443 | bearer-token |
anthropic | api.anthropic.com:443 | api-key |
slack | hooks.slack.com:443 | webhook-url |
| Secret | Description |
|---|
github.token | GitHub personal access token |
anthropic.api_key | Anthropic API key |
slack.webhook_url | Slack incoming webhook URL |
tntc scaffold init pr-digest
tntc scaffold init pr-digest my-pr-digest
tntc scaffold info pr-digest
Scaffold source: quickstarts/pr-digest/