github-cli

Community

Automate GitHub tasks from Claude Code.

AuthorBinkyTwin
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables GitHub operations (issues, PRs, workflows) from Claude Code, including install/auth checks, safe branching, clean commits, and PR templates.

Core Features & Use Cases

  • Install/Auth checks: verify gh is available and authenticated.
  • Branching & commits: create feature branches, commit with conventional messages.
  • PR automation: open PRs using templates and context.
  • PR body template: keep PRs consistent with templates.

Quick Start

Ensure gh is installed and authenticated, sync main, create a feature branch, implement changes, commit with a conventional message, push, and create a PR with gh pr create --fill.

Dependency Matrix

Required Modules

gh

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: github-cli
Download link: https://github.com/BinkyTwin/DeepRead/archive/main.zip#github-cli

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository