github-cli
GitHub CLI Skill
Provides patterns for the gh CLI to interact with GitHub repositories, services, and APIs directly from the terminal. Covers authentication, repository management, issues, pull requests, actions, releases, projects, search, and the REST/GraphQL API. Git workflow patterns (branching, commits, CI/CD) are handled by a separate skill.
Quick Reference
| Area | Key Commands |
|---|---|
| Auth | gh auth status, gh auth login, gh auth token |
| Repos | gh repo clone, gh repo create, gh repo fork, gh repo sync |
| Browse | gh browse, gh browse --settings, gh browse file.ts:42 |
| Issues | gh issue list, gh issue create, gh issue edit, gh issue close |
| Pull Requests | gh pr create, gh pr review, gh pr merge, gh pr checkout |
| Actions | gh run list, gh run view, gh workflow run, gh cache list |
| Releases | gh release create, gh release list, gh release verify |
| Projects | gh project list, gh project create, gh project item-add |
| Search | gh search repos, gh search issues, gh search code |
| API | gh api repos/{owner}/{repo}, gh api graphql |
| Security | gh attestation verify, gh ruleset list, gh secret set |
More from oakoss/agent-skills
playwright
|
200ui-ux-polish
Iterative UI/UX polishing workflow for web applications. Use when improving visual polish, refining desktop and mobile UX separately, running iterative enhancement cycles, applying design patterns like glassmorphism or bento grids, or auditing accessibility and WCAG compliance. Use for Stripe-level visual quality, responsive optimization, and design system alignment.
153find-skills
|
118knowledge-graph-builder
>
101tailwind
Tailwind CSS v4 patterns and design systems. Use when configuring Tailwind themes, building components, implementing dark mode, using container queries, migrating from v3, integrating shadcn/ui, or fixing build errors. Use for tailwind, css, styling, theme, design-tokens.
85pnpm-workspace
pnpm workspace monorepo management with filtering, catalogs, and shared configs. Use when setting up monorepos, managing workspace dependencies, filtering package commands, or sharing configuration across packages.
78