github-pr-operation

Community

Automate GitHub PR tasks with gh and jq.

Authori9wa4
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates GitHub Pull Request operations using the gh CLI and jq, reducing manual PR management time and errors.

Core Features & Use Cases

  • PR Info & Status: Retrieve PR title, author, state, and URL.
  • Inline & General Comments: Post or reply to PR comments and inline comments with precise target lines.
  • Diff & Review: Generate line-numbered diffs to review changes efficiently.

Quick Start

Retrieve PR details and post a sample comment using gh. Example: gh pr view 123 --repo OWNER/REPO --json title,body,author,state,baseRefName,headRefName,url

Dependency Matrix

Required Modules

None required

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-pr-operation
Download link: https://github.com/i9wa4/dotfiles/archive/main.zip#github-pr-operation

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