delimit_github_scan
Scans GitHub for adoption leads, competitive intel, and repo health with configurable cadences. Chains high-score findings to ledger and notifies on pain threads.
Instructions
Scan GitHub for adoption leads, competitive intel, repo health (Pro).
When to use: at the configured cadence — pulse (own repo health), hunter (engagement signals, hourly), deep (full ecosystem, daily). When NOT to use: to monitor one issue (use delimit_sensor_github_issue) or pull issues (delimit_tracker_sync).
Sibling contrast: delimit_sensor_github_issue is single-issue; delimit_tracker_sync ingests issues to ledger; this is the broad GitHub corpus scanner.
Side effects: read-only network. With chain rule below, the orchestrator should call delimit_ledger_add for high-score findings and delimit_notify for pain threads.
IMPORTANT -- TOOL CHAINING RULE: After scanning, the AI MUST process high-score findings:
Auto-ledger high-score findings via delimit_ledger_add
Pain threads with existing_feature relevance via delimit_notify Never just return findings and stop. Always chain to the next action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cadence | No | "pulse" (default), "hunter", or "deep". | pulse |
| limit | No | Max results per search query. Default 20. Max 30. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||