cyberneticlibrary

Manage GitHub repos via CLI

using-gh-cliskillsetup L14
tools-only/X-Skills
What it does

Interact with GitHub via CLI instead of WebFetch

Best for

Accessing private repos without WebFetch, leveraging automatic user authentication.

Inputs
  • · Repository reference
  • · API endpoint
Outputs
  • · Structured GitHub API responses
Requires
  • · GitHub CLI
  • · jq
Preconditions
  • · gh authenticated
  • · API rate limits
Failure modes
  • · gh not installed
  • · Auth failed
Trust signals
  • · Comparison to curl/wget
  • · Base64 decoding patterns