shared/input-classifiers/github-issue
Source:
shared/input-classifiers/github-issue.md
input classifier: GitHub issue URL
Pattern
https?://github.com/<owner>/<repo>/issues/<number>Fetch via
adk-mcp-github(preferred).gh issue view <url> --json …(fallback).
gh issue view "$URL" --json number,title,state,body,author,labels,assignees,comments,createdAt,updatedAt,urlExtract into context.md
### [github-issue] #<num> — <title>url: <full URL>state: open | closedauthor: <login>labels: [bug, frontend, p1]assignees: [...]body (first 80 words): <quote>key comments (last 3 substantive): <quoted ≤15 words each>linked PRs: [...]linked Jira: [...]Hints
/adk-implement: issue body → spec; comments may contain refinement./adk-review: link from PR to issue for context./adk-document --type bug-report: write up a structured version.