github-scanning

Solid

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.

AI & Automation 306 stars 32 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- CANONICAL SOURCE: .github/skills/github-scanning/SKILL.md -- Edit the canonical source; sync to Gemini via scripts/check-gemini-sync.ps1 --> # GitHub Scanning ## Search Query Patterns by Intent ### Issues | Intent | Query Pattern | Scope | |--------|--------------|-------| | Assigned to you | `is:open assignee:USERNAME` | All repos | | You were @mentioned | `is:open mentions:USERNAME` | All repos | | Authored by you | `is:open author:USERNAME` | All repos | | Specific repo | `repo:owner/repo is:open` | Single repo | | By keyword | `{keyword} is:open` | All repos | | Org-wide | `org:ORGNAME is:open` | Org repos | | Closed (for recap) | `is:closed author:USERNAME` | All repos | ### Pull Requests | Intent | Query Pattern | Scope | |--------|--------------|-------| | Awaiting your review | `review-requested:USERNAME state:open` | All repos | | Your open PRs | `author:USERNAME state:open` | All repos | | Assigned to you | `assignee:USERNAME state:open` | All repos | | You reviewed, check for updates | `reviewed-by:USERNAME state:open` | All repos | | Specific PR | Fetch directly with owner, repo, number | Single repo | | Org-wide | `org:ORGNAME state:open` | Org repos | ### Discussions | Intent | Action | |--------|--------| | You're mentioned | Search with `mentions:USERNAME` | | 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 referenc...

Details

Author
Community-Access
Repository
Community-Access/accessibility-agents
Created
3 months ago
Last Updated
3 days ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category