github

Automate GitHub repository issue, pull request, and CI workflow management via CLI.

8|2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Neneka448/gogoclaw --skill github-neneka448
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Neneka448/gogoclaw/tree/main/internal/workspace/templates/skills/github
Command: npx skills add https://github.com/Neneka448/gogoclaw --skill github-neneka448

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Managing and monitoring GitHub repositories manually can be time-consuming and error-prone, especially for routine tasks and status checks.

Core Features & Use Cases

  • Issue Management: Create, list, and close issues efficiently without leaving your terminal.
  • Pull Request Operations: View, review, merge, or create pull requests seamlessly.
  • CI/CD Monitoring: Track workflow run statuses and access detailed logs instantly.
  • API Queries: Retrieve specific repository data or perform custom queries using the GitHub API.
  • Use Case: Automate the process of checking open pull requests and their statuses across multiple repositories to prioritize reviews.

Quick Start

Use the github skill to list open pull requests for the repository "octocat/Hello-World" and check their statuses.

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 terminal?

You can automate GitHub pull request and issue management by executing CLI commands to view, create, merge, and close items directly. This bypasses manual API calls and UI navigation, streamlining routine project maintenance tasks efficiently.

Can I check CI workflow run statuses and access logs without opening a browser?

Yes, you can track CI workflow run statuses and access detailed logs instantly via CLI commands. This allows you to monitor continuous integration pipelines and maintain project health without leaving your terminal environment.

What is the best way to query repository data using the GitHub API for maintenance?

The best way to query repository data is by using CLI commands that interact with the GitHub API to retrieve specific information and perform routine maintenance. This ensures project health without manual UI navigation or complex API setup.

Does this GitHub automation approach work for monitoring multiple repositories at once?

Yes, this approach supports querying repository data across multiple repositories to automate checking open pull requests and their statuses. This helps you prioritize reviews and maintain project health efficiently across your portfolio.

Do I need to write custom API calls to list and close GitHub issues?

No, you do not need to write custom API calls to list and close GitHub issues. The automation handles these interactions via CLI commands, allowing you to manage issues efficiently and reduce manual error-prone tasks.