Gh Repo Recon

Read a GitHub repository you haven't cloned — its code, its issues and PRs, or its security posture — through the `gh` API instead of cloning it. Use when evaluating a dependency or platform before adopting it, tracing how another repo implements something, auditing rulesets / branch protection / deploy keys / Dependabot alerts, or answering 'who merged what' on a repo whose files you don't need. Triggers: 'look at <owner>/<repo>', 'how does X implement Y', 'audit our repo settings', 'check branch protection', 'who merged these PRs'. NOT for the repo you already have checked out (use Grep/Read) and NOT for CI status on your own PR (use `gh pr checks`).

aemerson-commits Updated

File contents

aemerson-commits/shareable-skills/tree/main/skills/gh-repo-recon commit 89375bae37

Frequently asked questions

npx skillmds@latest add aemerson-commits/gh-repo-recon