github

Automate GitHub repository management and code reviews via the gh CLI.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill github-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/software-development/github
Command: npx skills add https://github.com/moltis-org/moltis --skill github-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub teams often juggle issues, PRs, CI statuses, and repository data across multiple repos. This Skill automates those repetitive tasks via the gh CLI, consolidating actions into repeatable commands.

Core Features & Use Cases

  • Manage issues and PRs: create, comment, close, or merge.
  • Check CI runs and workflow statuses across repositories.
  • Query repository data via the GitHub API and format results for reporting.

Quick Start

Fetch the latest PR status for a repository and print a concise summary.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check CI status and PR outcomes across multiple GitHub repositories?

Check CI status and PR outcomes by running GitHub CLI commands to query workflow runs and pull request statuses. This Skill automates fetching concise summaries of CI outcomes and PR checks across multiple repositories.

Can I automate creating and commenting on GitHub issues via CLI?

Yes, automate creating and commenting on GitHub issues via CLI. This Skill interacts with the gh CLI to manage issues, pull requests, and repository data, consolidating repetitive actions into repeatable commands.

How do I extract specific GitHub API data for reporting using gh CLI?

Extract GitHub API data for reporting by using structured JSON outputs via --json and --jq flags. This enables precise data extraction from repository queries, allowing you to format results for concise reporting.

Do I need GitHub authentication to automate repository management commands?

Yes, GitHub authentication is required to automate repository management. This Skill requires gh CLI authentication to interact with issues, PRs, CI runs, and API queries across your repositories securely.

What is the best way to automate pull request and issue management for multiple repos?

The best way to automate pull request and issue management is using the GitHub CLI to script repetitive actions. This Skill automates creating, commenting, closing, or merging PRs and issues across multiple projects.