github

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

2|Updated May 23, 2026
One-click install
npx skills add https://github.com/enclawed/enclawed-oss --skill github-enclawed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/enclawed/enclawed-oss/tree/main/skills/github
Command: npx skills add https://github.com/enclawed/enclawed-oss --skill github-enclawed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines everyday GitHub operations so you can check repository status, manage discussions, and inspect automation results without leaving the command line.

Core Features & Use Cases

  • Pull Request Management: View PR details, check merge readiness, inspect reviews, and merge changes.
  • Issue Operations: List, create, close, and triage issues with consistent CLI-driven workflows.
  • CI and Workflow Monitoring: Review GitHub Actions runs, inspect failed logs, and rerun jobs when needed.
  • API Querying: Pull structured repository data through GitHub API requests for reporting or automation.
  • Use Case: A developer can quickly confirm whether a PR is ready, review failed checks, and post an update without opening the web UI.

Quick Start

Use the github skill to check the status of a pull request and summarize any failing CI checks.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check the status of a pull request and review failing CI checks from the command line?

To check pull request status and review failing CI checks from the command line, you can use the github skill to view PR details, inspect GitHub Actions runs, and summarize failed logs. This allows you to confirm merge readiness without opening the web UI.

Can I manage and triage GitHub issues directly from the CLI?

Yes, you can manage and triage GitHub issues directly from the CLI. The github skill supports listing, creating, closing, and commenting on issues using consistent CLI-driven workflows for efficient repository management.

Do I need authenticated gh CLI access to query GitHub API data for automation?

Yes, you need authenticated gh CLI access to query GitHub API data for automation. The github skill requires authenticated gh access to pull structured repository data and perform API queries for reporting or automation tasks.

What is the best way to rerun failed GitHub Actions jobs without using the web UI?

The best way to rerun failed GitHub Actions jobs without the web UI is using the github skill for CI and workflow monitoring. It allows you to review GitHub Actions runs, inspect failed logs, and rerun jobs directly from the command line.

Does this approach support merging changes and inspecting PR reviews via the command line?

Yes, this approach supports merging changes and inspecting PR reviews via the command line. The github skill enables you to view PR details, check merge readiness, inspect reviews, and merge changes without leaving your terminal environment.