GitHub Provider
Capability
- Supports issue and pull request search/fetch.
- Supports issue comments, PR review comments, and links metadata.
Required Values
repoformat:owner/repo- Token env var:
GITHUB_TOKEN
Examples
Search issues:
99problems get --platform github -q "repo:owner/repo is:issue state:open"
Fetch PR by ID with review comments:
99problems get --platform github --repo owner/repo --id 2402 --type pr --include-review-comments
Notes
--urlis optional and usually not needed.- In
--idmode, query-only flags like--state,--labels,--authorare ignored.