github

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

4|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/aegntic/clawreform --skill github-aegntic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/aegntic/clawreform/tree/main/crates/clawreform-skills/bundled/github
Command: npx skills add https://github.com/aegntic/clawreform --skill github-aegntic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines your GitHub workflow, allowing you to manage repositories, pull requests, issues, and CI/CD pipelines efficiently.

Core Features & Use Cases

  • Pull Request Management: Create, review, and merge pull requests with clear titles and descriptions.
  • Issue Triage: Organize and label issues for better project tracking.
  • CI/CD Monitoring: Watch GitHub Actions workflows and debug failures.
  • Use Case: Automatically create a pull request for a new feature branch, ensuring all checks pass before merging, and then use gh release create to tag the release.

Quick Start

Use the github skill to create a pull request for the current branch with an auto-generated title and body.

Frequently Asked Questions about github

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

FAQPage Schema
How do I create a pull request with an auto-generated title and description?

You can manage GitHub pull requests by using this skill to create PRs for the current branch with structured titles and descriptions. It supports the full PR lifecycle including code reviews, merging, and CI status verification before merging.

How do I monitor GitHub Actions workflows and check CI status before merging?

Monitor GitHub Actions workflows and verify CI status by using this skill to watch CI/CD pipelines and debug failures. It checks that all CI status checks pass before allowing a pull request to be merged into the repository.

What is the best way to triage and organize GitHub issues for project tracking?

The best way to triage GitHub issues is to use this skill for issue triage, organizing and labeling issues to achieve better project tracking. It manages repository operations to keep issue queues structured and clearly categorized.

Can I use the gh CLI to tag a release after a pull request is merged?

Yes, you can use the gh CLI to tag a release after a pull request is merged. This skill manages GitHub repository operations including automated PR creation and supports using the gh release create command to tag releases.

Does this GitHub management approach work without needing extra dependencies?

Yes, this GitHub management approach works without needing extra dependencies. It operates using the gh CLI and GitHub APIs to manage pull requests, issues, code reviews, and Actions workflows natively.