Skip to content

GitHub Provider

Capability

  • Supports issue and pull request search/fetch.
  • Supports issue comments, PR review comments, and links metadata.

Required Values

  • repo format: 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

  • --url is optional and usually not needed.
  • In --id mode, query-only flags like --state, --labels, --author are ignored.