github | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / github

github

maintained by owliabot

star 24 account_tree 5 verified_user MIT License
bolt View GitHub

name: github description: Interact with GitHub using the gh CLI for issues, PRs, and repository management. version: 1.0.0

GitHub CLI

Use gh for GitHub operations. Must be authenticated (gh auth status).

Issues

# List open issues
gh issue list

# Create issue
gh issue create --title "Bug: ..." --body "Description"

# View issue
gh issue view 123

# Close issue
gh issue close 123

Pull Requests

# List PRs
gh pr list

# Create PR
gh pr create --title "Feature: ..." --body "Description"

# View PR
gh pr view 123

# Merge PR
gh pr merge 123 --squash

Repository

# Clone repo
gh repo clone owner/repo

# View repo info
gh repo view

# Create repo
gh repo create my-repo --public

Workflow Runs

# List runs
gh run list

# View run details
gh run view 12345

# Watch run
gh run watch 12345

API Access

For advanced queries:

gh api repos/{owner}/{repo}/issues --jq '.[].title'

Tips

  • Use --json for machine-readable output
  • Use --jq to filter JSON results
  • Set repo context: gh repo set-default owner/repo

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 24
GitHub Forks 5
Created Mar 2026
Last Updated il y a 3 mois
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
creating-pr
chevron_right
writing-skills
chevron_right
reviewing-pr
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.