github

Provide GitHub CLI commands for repositories, issues, pull requests, and CI/CD workflows.

18|3|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/ahmadabdalla/azure-cost-calculator --skill github-ahmadabdalla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/ahmadabdalla/azure-cost-calculator/tree/main/.claude/skills/github
Command: npx skills add https://github.com/ahmadabdalla/azure-cost-calculator --skill github-ahmadabdalla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides precise GitHub CLI commands, eliminating the need for trial-and-error when managing repositories, issues, pull requests, and CI/CD workflows.

Core Features & Use Cases

  • Repository Management: Clone, create, view, and list GitHub repositories.
  • Issue & PR Handling: Create, view, list, comment on, close, and merge issues and pull requests.
  • CI/CD Automation: Manage GitHub Actions workflows and runs, including viewing logs and rerunning failed jobs.
  • Use Case: Quickly create a new public repository with a description, stage your changes, and open a pull request directly from your terminal.

Quick Start

Use the github skill to create a new public repository named 'my-new-project' with the description 'A project for testing'.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub pull requests and issues from the command line?

You can manage GitHub pull requests and issues from the command line by executing exact GitHub CLI (gh) syntax to create, view, list, comment on, close, and merge them directly from your terminal.

Can I monitor and rerun GitHub Actions CI/CD workflows using CLI commands?

Yes, you can monitor and rerun GitHub Actions CI/CD workflows using CLI commands. The GitHub CLI provides exact syntax to manage workflow runs, view execution logs, and rerun failed CI/CD jobs.

Do I need to install and authenticate the GitHub CLI tool before managing repositories?

Yes, you need to install and authenticate the GitHub CLI tool before managing repositories. This prerequisite setup allows you to execute exact syntax for cloning, creating, viewing, and listing GitHub repositories.

What is the best way to create a new GitHub repository and open a pull request in one terminal session?

The best way to create a new GitHub repository and open a pull request in one terminal session is chaining GitHub CLI commands to create a public repository with a description, stage changes, and submit the pull request.

Why use exact GitHub CLI syntax instead of trial-and-error for developer operations?

Using exact GitHub CLI syntax instead of trial-and-error for developer operations eliminates command guessing. It provides precise syntax for repository management, issue tracking, and CI/CD workflow monitoring to ensure efficient execution.