Loading...
Loading...
GitHub data collection patterns for workflow agents. Covers search query construction by intent, date range handling, repository scope narrowing, preferences.md integration, cross-repo intelligence, parallel stream collection model, and auto-recovery for empty results. Use when building agents that search GitHub for issues, PRs, discussions, releases, security alerts, or CI status.
npx skill4agent add community-access/accessibility-agents github-scanning| Intent | Query Pattern | Scope |
|---|---|---|
| Assigned to you | | All repos |
| You were @mentioned | | All repos |
| Authored by you | | All repos |
| Specific repo | | Single repo |
| By keyword | | All repos |
| Org-wide | | Org repos |
| Closed (for recap) | | All repos |
| Intent | Query Pattern | Scope |
|---|---|---|
| Awaiting your review | | All repos |
| Your open PRs | | All repos |
| Assigned to you | | All repos |
| You reviewed, check for updates | | All repos |
| Specific PR | Fetch directly with owner, repo, number | Single repo |
| Org-wide | | Org repos |
| Intent | Action |
|---|---|
| You're mentioned | Search with |
| You're participating | Search discussions you've commented on |
| High activity | Filter for 10+ comments in last 24h |
| Linked to your issues | Scan description/comments for issue references |
github_list_releasesdependabot[bot]renovate[bot]| User Says | GitHub Qualifier |
|---|---|
| "last week" | |
| "this month" | |
| "today" | |
| "this week" | |
| "between X and Y" | |
| Not specified | Use |
| "for current month" (a11y tracker) | |
| Scope | Qualifier |
|---|---|
| Single repo | |
| All org repos | |
| All repos by user | |
| Everything (default) | No qualifier - searches all accessible repos |
.github/agents/preferences.mdrepos.discoveryrepos.includerepos.excluderepos.overridestrack.issues: falsetrack.pull_requests: falsetrack.discussions: falsetrack.releases: falsetrack.security: falsetrack.ci: falselabels.includelabels.excludepathsassigneessearch.default_windowbriefing.sectionsaccessibility_tracking| Pattern | Action |
|---|---|
| Cross-repo references | When issue A contains |
| Shared label patterns | Group items in different repos tagged |
| Related PRs in different repos | Flag: "This issue depends on PR #N in repo-B which is still open" |
| Merged PR not yet released | Note: "Your PR #N is merged but not in any release yet" |
| Issue with merged fix PR | Flag: "This may be resolved - PR #N that closes it was merged on {date}" |
| Branch naming patterns | Group PRs in different repos using the same branch naming convention |
Running {N} searches in parallel... ({scope})
Batch 1 complete - {X} items found
Running {N} additional searches...
Batch 2 complete - {Y} items found
Scoring and prioritizing...
Done - {Z} items need action, {W} to monitorall