delimit_sensor_github_migrations
Scan GitHub issues and pull requests to detect where target repositories migrate between tools, enabling competitive intelligence.
Instructions
Scan GitHub issues/PRs for migration patterns across target repos.
When to use: for competitive intelligence — surface where target repos are migrating between tools (e.g. "switched from X to Y", "replaced X with Y") so the sensing function can act on the signal. When NOT to use: for general sensing/outreach research (use delimit_sense), to pull single-issue intel (delimit_sensor_github_issue), or for broad public-repo polling (delimit_github_scan).
Sibling contrast: delimit_sensor_github_issue tracks a specific issue's state; delimit_github_scan does broad public-repo polling; delimit_sense is the high-level sensing entrypoint; this one detects migration-pattern language specifically.
Side effects: read-only on the target repos via GitHub API. Enforces the per-repo allowlist (LED-881 confused-deputy guard) — refuses non-allowlisted repos. Calls ai.social_target.scan_github_migrations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repos | Yes | List of GitHub repos in owner/repo format (e.g. ["chatwoot/chatwoot", "cal-com/cal.com"]). Required. | |
| limit | No | Max migration signals per repo. Default 20. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||