github

Automate GitHub pull requests, reviews, and issue management via gh CLI.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/productengineered/parsely --skill github-productengineered
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/productengineered/parsely/tree/main/.claude/skills/tooling/github
Command: npx skills add https://github.com/productengineered/parsely --skill github-productengineered

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub workflow tasks such as creating PRs, checking status, and managing branches can be repetitive and error-prone; this Skill provides a consolidated set of CLI patterns to standardize and accelerate GitHub interactions.

Core Features & Use Cases

  • PR workflow patterns using gh pr create and templates to streamline PR submission
  • Common commands for PRs, issues, repository actions, and CI checks
  • Guidelines on branch strategies and conventional commit patterns to maintain consistency
  • Official docs reference for gh CLI at https://cli.github.com/manual/

Quick Start

Create a pull request using gh pr create with a 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 automate GitHub PR creation using the command line?

Automate GitHub PR creation by orchestrating the `gh pr create` command with standardized templates. This consolidates repetitive pull request workflow tasks into a consistent CLI pattern for software development teams.

What is the best way to standardize branch strategies and commit patterns across multiple repositories?

Standardize branch strategies and conventional commit patterns using established CLI conventions. This approach maintains repository consistency across multiple projects by providing structured guidelines for branching and documentation.

Can I check CI status checks and manage repository issues from the terminal?

Yes, you can check CI status checks and manage issues directly from the terminal. The Skill orchestrates common repository actions and issue management tasks using the gh CLI without requiring a web interface.

Does this GitHub workflow automation require any external dependencies or specific environment setup?

No external dependencies are required for this GitHub workflow automation. It relies solely on the official gh CLI tool to execute pull request creation, reviews, and repository maintenance tasks.

Why use CLI patterns for GitHub collaboration instead of manual repository actions?

Using CLI patterns for GitHub collaboration reduces error-prone repetitive tasks like manual PR submission and status checking. It standardizes workflows across multiple projects, accelerating development team interactions.