github

Control GitHub issues, pull requests, and CI/CD workflows via the gh CLI.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/syxscott/PaleoClaw --skill github-syxscott
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/syxscott/PaleoClaw/tree/main/skills/github
Command: npx skills add https://github.com/syxscott/PaleoClaw --skill github-syxscott

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories by leveraging the gh CLI, automating tasks like checking PR status, managing issues, and monitoring CI runs.

Core Features & Use Cases

  • Issue Management: Create, list, and comment on GitHub issues.
  • Pull Request Operations: Check PR status, view details, create, and merge PRs.
  • CI/Workflow Monitoring: List and view logs for GitHub Actions runs.
  • API Queries: Fetch specific data from the GitHub API.
  • Use Case: Quickly check the CI status of a specific pull request or create a new issue to report a bug.

Quick Start

Use the github skill to list all open pull requests for the owner/repo repository.

Frequently Asked Questions about github

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

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

Automating GitHub pull request and issue management is done via the gh CLI, allowing you to create, list, comment, and merge items programmatically. This Skill wraps these operations to streamline repository workflows.

Can I check the CI status of a pull request using the GitHub API?

Yes, you can check CI status for a pull request by listing and viewing GitHub Actions workflow runs. This Skill uses the gh CLI to fetch CI run logs and specific repository data from the GitHub API.

What's the best way to monitor GitHub Actions runs and view workflow logs?

The best way to monitor GitHub Actions runs is using the gh CLI. This Skill provides programmatic control to list workflow runs and view detailed logs for CI/CD pipelines directly from your terminal.

Do I need the gh CLI installed and authenticated to manage GitHub repositories?

Yes, you need the gh CLI installed and authenticated to manage GitHub repositories. This Skill relies entirely on the gh CLI to execute programmatic operations like status checks and API queries.

How do I create a new GitHub issue and report a bug automatically?

To create a new GitHub issue and report a bug automatically, use the issue management features provided by this Skill. It leverages the gh CLI to programmatically create, list, and comment on repository issues.