github

Interact with GitHub repositories and CI/CD pipelines using the gh CLI.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/douglasjs/clawdbot_plugin_tools --skill github-douglasjs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/douglasjs/clawdbot_plugin_tools/tree/main/github
Command: npx skills add https://github.com/douglasjs/clawdbot_plugin_tools --skill github-douglasjs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for seamless interaction with GitHub repositories and their associated data directly from the command line, streamlining development workflows.

Core Features & Use Cases

  • CI/CD Monitoring: Check the status of pull request checks and list recent workflow runs.
  • Issue & PR Management: Interact with GitHub issues and pull requests (though specific commands for listing/creating are not detailed here, the gh api can be used).
  • Advanced Data Retrieval: Utilize gh api for complex queries and data extraction not covered by standard subcommands.

Quick Start

Use the github skill to check the CI status on pull request number 55 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 check CI/CD pipeline status for a pull request from the command line?

This Skill monitors CI/CD pipeline status for a pull request by executing GitHub CLI commands to check workflow runs and report check results directly from the terminal.

Can I manage GitHub issues and pull requests without switching to the web interface?

Yes, you can manage GitHub issues and pull requests without the web interface by utilizing the GitHub CLI and gh api commands to interact with repository data directly.

Do I need to install and authenticate the GitHub CLI to query repository data?

Yes, you must install and authenticate the GitHub CLI tool because this Skill relies on the gh command to access repository data, monitor workflows, and execute API queries.

What is the best way to extract advanced data from GitHub repositories?

The best way to extract advanced data from GitHub repositories is using the gh api command, which enables complex queries and data extraction beyond standard CLI subcommands.

How does gh api handle complex queries not covered by standard GitHub CLI subcommands?

The gh api handles complex queries by sending direct requests to the GitHub API, enabling advanced data retrieval and extraction for workflows, issues, and pull requests.