github

Automate GitHub issues, PRs, runs, and API queries via gh CLI commands.

Updated May 7, 2026
One-click install
npx skills add https://github.com/gongzeq/VAPT3 --skill github-gongzeq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/gongzeq/VAPT3/tree/main/secbot/skills/github
Command: npx skills add https://github.com/gongzeq/VAPT3 --skill github-gongzeq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with GitHub data and workflows efficiently by issuing gh CLI commands across issues, PRs, runs, and API endpoints.

Core Features & Use Cases

  • Manage issues and PRs: create, comment, assign, close, and review.
  • Monitor CI and workflow runs: view status, logs, and checks.
  • Query GitHub data: fetch repository information via gh api for dashboards and automation.
  • Use case: integrate with a bot to auto-check PR status and surface key metrics.

Quick Start

Use the github skill to check the CI status on 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 automate GitHub issues and pull requests management?

Automate GitHub issues and PRs by driving gh CLI commands to create, comment, assign, close, and review changes. It enforces command usage and repository scoping to ensure predictable, auditable results across multiple repositories.

What is the best way to check CI workflow runs and status on GitHub?

Check CI workflow runs by executing gh CLI commands to view status, logs, and checks. This approach monitors continuous integration across repositories to surface key metrics and review pipeline execution directly.

Can I query GitHub repository data via gh api for dashboards?

Query GitHub repository data via gh api to fetch information for dashboards and automation. It drives API endpoints to retrieve structured output, ensuring predictable data extraction for software development coordination.

Does this GitHub automation approach work without external dependencies?

This GitHub automation approach works without external dependencies by relying solely on the gh CLI. It integrates with development environments to auto-check PR status and manage repository interactions independently.

How do I scope gh CLI commands to specific GitHub repositories?

Scope gh CLI commands to specific GitHub repositories by enforcing repository boundaries during execution. This structured output handling ensures interactions target the correct repository, preventing cross-repo errors in multi-repo environments.

Why use gh CLI over other tools for GitHub workflow automation?

Use gh CLI for GitHub workflow automation to ensure predictable and auditable results through enforced command usage and structured output handling. Unlike generic alternatives, it directly drives native API endpoints and repository interactions.