One-click install
npx skills add https://github.com/hcnimi/clawdis --skill github-hcnimi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/hcnimi/clawdis/tree/main/skills/github
Command: npx skills add https://github.com/hcnimi/clawdis --skill github-hcnimi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing GitHub issues, PRs, and API data across multiple repositories can be tedious and error-prone when done manually from a command line.

Core Features & Use Cases

  • Create, label, and close issues across repositories using the gh CLI.
  • Inspect pull requests, view checks, fetch details, and run API queries with gh.
  • Retrieve repository data, workflows, and CI status for quick project health checks.

Quick Start

Ask the AI to manage issues in a repository and inspect PRs using gh.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub issues across multiple repositories from the command line?

You can manage GitHub issues across repositories using the gh CLI to create, label, and close them. This approach automates tedious manual interactions and supports repository scoping via --repo or local git context.

How do I check CI workflow status and pull request details using gh?

You can check CI workflow status and inspect pull requests by running API queries with the gh CLI. This allows you to view checks, fetch PR details, and retrieve repository data for quick project health checks.

Do I need to configure authentication before using gh CLI to automate GitHub workflows?

Yes, you must configure authentication before using the gh CLI to automate GitHub workflows. Once authenticated, the tool can securely manage issues, PRs, runs, and API calls across your scoped or local repositories.

Can I get JSON-ready data when automating GitHub API calls for issue and PR management?

Yes, you can get JSON-ready data when automating GitHub API calls for issue and PR management. The gh CLI outputs JSON-ready data when requested, streamlining data extraction for CI status checks and repository inspection.

What is the best way to automate pull request inspection and issue labeling for software projects?

The best way to automate pull request inspection and issue labeling is using the gh CLI. It covers typical software project workflows by automating issue creation, labeling, PR inspection, and workflow status checks across repositories.

Why use gh CLI instead of manual commands for GitHub repository management?

Using the gh CLI instead of manual commands prevents tedious and error-prone repository management. It automates GitHub interactions for issues, PRs, runs, and API calls, ensuring consistent execution across multiple repositories.