github

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

24|11|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/clawdata/clawdata --skill github-clawdata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/clawdata/clawdata/tree/main/skills/github
Command: npx skills add https://github.com/clawdata/clawdata --skill github-clawdata

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing GitHub repositories, issues, and workflows manually across multiple projects is time-consuming and error-prone. This skill provides a command-based workflow to interact with GitHub resources efficiently.

Core Features & Use Cases

  • Repositories: list, view, clone, create, and fork repositories.
  • Issues: list, view, create, comment, and close issues.
  • Pull Requests: list, view, diff, create, checkout, merge, and review PRs.
  • Releases: list and view releases, and download assets.
  • GitHub Actions: list runs, view run logs, and re-run workflows.
  • Best Practices: Always specify the repository with the --repo flag to ensure actions run in the correct context.

Quick Start

Authenticate with GitHub using the gh CLI and begin managing repositories, issues, and PRs.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub repositories using the gh CLI?

View GitHub Actions run logs by executing specific gh CLI commands to list workflow runs, view detailed run logs, and re-run workflows. This allows you to monitor and troubleshoot CI pipelines directly without navigating the web interface.

Can I create and review pull requests directly from the command line?

You can create and review pull requests directly from the command line using gh CLI commands. The skill supports listing, viewing, diffing, creating, checking out, merging, and reviewing PRs for both personal and organization accounts.

What do I need to automate GitHub issues and PRs management?

To automate GitHub issues and PRs management, you need the gh CLI installed and authenticated with a GitHub token. Once authenticated, you can list, view, create, comment, and close issues, as well as manage pull requests efficiently.

Does this approach work for managing releases and GitHub Actions?

Yes, this approach works for managing releases and GitHub Actions. You can list and view releases, download assets, list workflow runs, view run logs, and re-run workflows to automate your CI/CD pipeline management tasks.

Why should I specify the repository with the --repo flag when using gh CLI?

You should specify the repository with the --repo flag to ensure actions run in the correct context. This best practice prevents errors when managing repositories, issues, PRs, and workflows across multiple GitHub projects.