github

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

601|121|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/smallnest/goclaw --skill github-smallnest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/smallnest/goclaw/tree/main/internal/builtin_skills/github
Command: npx skills add https://github.com/smallnest/goclaw --skill github-smallnest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing you to manage issues, pull requests, and CI/CD pipeline runs directly from your command line.

Core Features & Use Cases

  • CI Status Checks: Verify the status of continuous integration checks on pull requests.
  • Workflow Run Monitoring: List and inspect recent workflow runs, including identifying failed steps.
  • Advanced API Queries: Access detailed repository data using the gh api command for custom reporting and analysis.
  • Use Case: Quickly check if a pull request has passed all its CI checks before merging, or investigate a failed deployment by viewing the logs of the relevant workflow run.

Quick Start

Use the github skill to check the CI status of pull request number 55 in 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 check the CI status of a pull request before merging?

To check the CI status of a pull request, you can use this Skill to verify continuous integration checks directly through the gh CLI, confirming whether all required statuses have passed before you merge.

How do I list recent GitHub Actions workflow runs and find failed steps?

You can list recent GitHub Actions workflow runs and inspect them to identify failed steps by using this Skill to monitor your CI/CD pipeline runs and view relevant logs directly from your command line.

Can I execute advanced GitHub API queries for custom repository reporting?

Yes, you can execute advanced GitHub API queries for custom reporting and analysis by leveraging the gh api command through this Skill to access detailed repository data beyond standard issue and PR management.

Do I need the gh CLI installed to manage GitHub issues and workflow runs?

Yes, you need the gh CLI installed and configured for repository access, as this Skill facilitates interaction with GitHub repositories entirely through the gh CLI to manage your issues, pull requests, and runs.

What is the best way to investigate a failed deployment from GitHub workflow runs?

The best way to investigate a failed deployment is by using this Skill to view the logs of the relevant workflow run, allowing you to inspect recent CI/CD pipeline executions and pinpoint the exact failure.