search_issues
Search GitHub issues with query syntax, repo, and state filters to retrieve a concise actionable list with labels and suggested next steps for triage.
Instructions
Search GitHub issues. Returns a short, LLM-shaped list: number, url, labels, owner/repo, and a suggested next action. Not a raw REST dump. Scope with repo=owner/name when you know it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Optional owner/name to scope the search | |
| limit | No | Max results, default 8 | |
| query | Yes | GitHub issue search syntax, e.g. 'crash in login' or 'label:bug' | |
| state | No | Filter by issue state |