github

Manage GitHub issues, pull requests, and CI/CD runs via the gh CLI.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill github-storyclaw-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/storyclaw-official/storyclaw-assistant/tree/main/skills/github
Command: npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill github-storyclaw-official

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing for efficient management of issues, pull requests, and continuous integration workflows directly from your assistant.

Core Features & Use Cases

  • Issue Management: Create, list, and comment on GitHub issues.
  • Pull Request Operations: Check PR status, view details, and merge requests.
  • CI/CD Monitoring: Monitor GitHub Actions runs, view logs, and re-run failed jobs.
  • API Queries: Fetch repository data, labels, and statistics using the GitHub API.

Quick Start

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

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub issues and pull requests directly from my assistant?

You can manage GitHub issues and pull requests by using this Skill to create, list, and comment on issues, or check PR status and merge requests directly from your assistant.

Do I need the GitHub CLI installed to monitor CI/CD pipelines?

Yes, monitoring CI/CD pipelines requires the GitHub CLI (`gh`) to be installed and authenticated, as this Skill uses it to view GitHub Actions runs and re-run failed jobs.

Can I fetch repository data and labels using the GitHub API through this Skill?

Yes, you can fetch repository data, labels, and statistics using the GitHub API, as the Skill facilitates querying this information via the authenticated `gh` CLI.

What is the best way to check the status of open pull requests for a repository?

The best way to check PR status is to use this Skill, which leverages the `gh` CLI to list all open pull requests and view their details for a specified owner and repository.

How do I view logs for failed GitHub Actions runs?

To view logs for failed GitHub Actions runs, use this Skill to monitor CI/CD workflows, view specific run logs, and trigger re-runs for failed jobs via the `gh` CLI.