·github-scanning
</>

github-scanning

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.

16Installs·1Trend·@taylorarndt

Installation

$npx skills add https://github.com/taylorarndt/a11y-agent-team --skill github-scanning

How to Install github-scanning

Quickly install github-scanning AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/taylorarndt/a11y-agent-team --skill github-scanning
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: taylorarndt/a11y-agent-team.

SKILL.md

View raw

| 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 |

| 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 |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/taylorarndt/a11y-agent-team --skill github-scanning
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from taylorarndt/a11y-agent-team

Quick answers

What is github-scanning?

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. Source: taylorarndt/a11y-agent-team.

How do I install github-scanning?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/taylorarndt/a11y-agent-team --skill github-scanning Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/taylorarndt/a11y-agent-team