cyberneticlibrary

Manage GitHub workflows and PR reviews

ghsubagentsetup L20
remrama/extracts
What it does

Execute GitHub CLI commands and PR review operations

Best for

GitHub workflows that need exact gh invocations with --json scripting over GUI interactions.

Inputs
  • · command string
  • · repo reference
  • · PR/issue numbers
Outputs
  • · command output JSON
  • · PR metadata
  • · review results
Requires
  • · GitHub CLI (gh)
  • · GitHub API
Preconditions

gh installed, authenticated with GH_TOKEN or GITHUB_TOKEN

Failure modes
  • · auth token expired
  • · repo access denied
  • · malformed command syntax
  • · rate limit exceeded
Trust signals
  • · documents every flag and subcommand
  • · includes authentication matrix
  • · shows jq filtering patterns