collect-pr-info

Community

Assemble PR data and draft-ready JSON.

Authorreedom
Version1.0.0
Installs0

System Documentation

What problem does it solve?

PR creation often requires gathering diffs, commits, and context. This Skill automates data collection and returns a complete PR skeleton in JSON.

Core Features & Use Cases

  • Collects commit and diff data, drafts PR title and body, and handles a preceding PR update.
  • Outputs a ready-to-use JSON payload for PR creation agents.

Quick Start

Run the collect-info script to generate the PR data, then consume the JSON output.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 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: collect-pr-info
Download link: https://github.com/reedom/claude-code-commands/archive/main.zip#collect-pr-info

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