github

Control GitHub issues, PRs, and runs via the gh CLI.

88|16|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/drpedapati/sciclaw --skill github-drpedapati
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/drpedapati/sciclaw/tree/main/workspace/skills/github
Command: npx skills add https://github.com/drpedapati/sciclaw --skill github-drpedapati

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub management and automation tasks become faster and less error-prone by using the gh CLI to interact with issues, PRs, and runs from a single point of control.

Core Features & Use Cases

  • Create, update, and query issues and PRs across repositories with gh commands.
  • Check CI status, fetch run details, and query GitHub data programmatically for dashboards and reporting.
  • Use in automated workflows to maintain code quality, track reviews, and enforce release checks.

Quick Start

Ask the AI to list open PRs in owner/repo using gh.

Frequently Asked Questions about github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub issue and pull request management from the command line?

You can automate GitHub issue and pull request management by executing gh CLI commands to create, update, and query repository items directly from your terminal.

What is the best way to check CI status and fetch run details for GitHub workflows?

The best way to check CI status and fetch run details is using gh run commands to query GitHub Actions data programmatically for dashboards and reporting.

Do I need to install and authenticate the gh binary before automating repository maintenance?

Yes, you need the gh binary installed and authenticated access to your target repositories before you can automate any repository maintenance tasks.

Can I use gh api commands for lightweight automation in GitHub-hosted projects?

Yes, you can use gh api commands for lightweight automation in GitHub-hosted projects to query data, track reviews, and enforce release checks.

Does GitHub CLI automation work for tracking review cycles and enforcing code quality?

GitHub CLI automation works for tracking review cycles and enforcing code quality by integrating gh commands into automated workflows that maintain repository standards.