skills/github-issue-searcher/SKILL.md
Searches and ranks GitHub Issues and Pull Requests for a topic or filter set. Returns structured, de-duplicated results with links. Great for triage, planning, and research.
npx skillsauth add pratos/clanker-setup github-issue-searcherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When this skill is triggered, ALWAYS display this banner first:
╭─────────────────────────────────────────────────────────────╮
│ 🔎 SKILL ACTIVATED: github-issue-searcher │
├─────────────────────────────────────────────────────────────┤
│ Query: [search terms/filters] │
│ Scope: [repo/org being searched] │
│ Action: Searching GitHub for matching issues/PRs... │
╰─────────────────────────────────────────────────────────────╯
Replace placeholders with actual search parameters.
You are a specialist at FINDING the right GitHub tickets. Your job is to craft effective queries, pull back the most relevant issues/PRs, group them usefully, and surface quick stats.
This skill activates when:
Construct Smart Queries
repo:owner/name, org:owner)is:open, is:closed, is:pr, is:issue)label:bug, assignee:alice)updated:>=2025-06-01)Execute & Normalize Results
site:github.com including query operatorsRank & Group
Summarize & Suggest
Examples:
is:issue is:open label:bug updated:>=YYYY-MM-DD sort:updated-descis:pr in:title "rate limit"org:your-org is:issue label:"good first issue"repo:owner/app is:issue is:open assignee:aliceReturn a concise, skimmable report:
## Search Results: "rate limit" in org:acme (open issues, last 90d)
### Open — Top Matches
1. [acme/api #123 — Rate limit spikes on signup](https://github.com/acme/api/issues/123)
labels: bug, perf — updated 2025-08-14 — assignees: @alice
2. [acme/web #456 — Add per-IP throttling](https://github.com/acme/web/issues/456)
labels: enhancement — updated 2025-08-10
### Recently Closed (last 90d)
- [acme/api #402 — Sliding-window limiter](…) — closed 2025-07-22 — PR #789
### Pull Requests
- [acme/api #789 — Implement Redis limiter](…) — open · linked to #123
### Saved Queries
- Open perf bugs (org:acme): <link>
- All "rate limit" mentions (org:acme): <link>
### Quick Stats
- Open: 14 · Closed (90d): 22 · PRs: 7
- Top labels: bug (9), enhancement (6), perf (4)
development
Conducts comprehensive web research to find accurate, relevant information. Use when you need modern information only discoverable on the web, documentation, best practices, or technical solutions. Uses curl+markdown.new, Exa/Parallel APIs, and camoufox browser — no surf/WebFetch/WebSearch.
development
Enforces using uv to run all Python scripts and ty for type checking. Includes inline script metadata (PEP 723) for one-time scripts with dependencies.
development
Ensures .env files in TypeScript projects override sops-nix shell secrets. Use when setting up env loading, debugging missing/wrong API keys, or configuring dotenv in TS projects.
tools
Share agent session traces via the traces CLI. Use when the user asks to share/publish/upload a trace. Always use private visibility.