github

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

3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ai-in-pm/NemoClawd --skill github-ai-in-pm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/ai-in-pm/NemoClawd/tree/main/apps/clawdbot-main/skills/github
Command: npx skills add https://github.com/ai-in-pm/NemoClawd --skill github-ai-in-pm

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the interaction with GitHub using the 'gh' CLI, simplifying tasks such as managing issues, pull requests, and CI runs.

Core Features & Use Cases

  • Issue Management: Execute commands like checking CI status on PRs and listing recent workflow runs.
  • Pull Request Operations: View CI status, list recent workflow runs, view and analyze runs, and view logs for failed steps.
  • API for Advanced Queries: Access and manipulate GitHub data with advanced queries.
  • JSON Output: Retrieve structured information using JSON andjq filters.
  • Use Case: A developer can use this Skill to automate various GitHub tasks, such as reviewing PRs and analyzing CI runs, without leaving their development environment.

Quick Start

Use the github skill to check the CI status on a pull request with ID 55 in 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 check CI status on a pull request using the gh CLI?

You can view logs for failed CI steps by running 'gh' CLI commands through the github skill, which retrieves and processes the specific workflow run data to surface the failed execution details in a structured JSON format.

Can I retrieve structured JSON output for GitHub workflow runs?

Yes, the github skill retrieves structured information for recent workflow runs by executing 'gh' CLI commands and applying jq filters, allowing you to access and manipulate GitHub data for advanced queries via JSON output.

Do I need Python to manage GitHub issues and PR operations with this approach?

Yes, you need a Python environment alongside the 'gh' CLI dependency to execute commands and process results for automating GitHub issue management and pull request operations without leaving your development environment.

What is the best way to analyze failed CI runs without leaving the terminal?

The github skill streamlines GitHub interactions by automating 'gh' CLI commands for issue management, pull request operations, and CI run analysis, facilitating task automation and data retrieval for developers working directly within their local repositories.