github

Manage GitHub repositories, issues, pull requests, and releases via gh CLI.

70|13|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill github-dicklesworthstone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/tree/main/skills/github
Command: npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill github-dicklesworthstone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to manage GitHub repositories, issues, pull requests, actions, releases, and other GitHub resources from the command line, reducing context switching and speeding up workflows.

Core Features & Use Cases

  • Repository management: Clone, view, fork, and configure repositories from the terminal.
  • Issue & PR workflows: List, view, create, comment on, and assign issues and pull requests.
  • Workflow & releases: Manage GitHub Actions runs and releases without navigating the web interface.
  • Use Case: Imagine coordinating a feature rollout across multiple repos; you can script creation of PRs, labeling, and triggering workflows in one session.

Quick Start

Start by authenticating with gh, then clone your project and inspect issues or PRs using gh commands.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub repos and issues from the CLI?

You can manage GitHub repositories, issues, and pull requests from the CLI using the gh command-line tool. Authenticate with gh, then execute commands to clone repositories, view issues, and create pull requests directly from your terminal.

Can I trigger GitHub Actions and manage releases without the web interface?

Yes, you can manage GitHub Actions runs and releases without the web interface by using the gh CLI. This allows you to trigger workflows, monitor run statuses, and handle release deployments directly from the command line.

Do I need to authenticate with gh CLI to manage pull requests?

Yes, authenticating with the gh CLI is required to manage pull requests and other GitHub resources. You must complete the gh authentication flow to gain terminal access for creating, assigning, and commenting on pull requests.

What is the best way to coordinate pull requests across multiple repositories?

The best way to coordinate pull requests across multiple repositories is by scripting gh CLI commands. You can automate PR creation, apply labels, and trigger GitHub Actions workflows in a single terminal session to streamline feature rollouts.

Does using the command line for GitHub workflows reduce context switching?

Using the command line for GitHub workflows significantly reduces context switching by keeping repository, issue, and pull request management in the terminal. This allows developers to speed up workflows without navigating the web interface.