github-scanning
Installation
SKILL.md
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 |