·git-pull-request
</>

git-pull-request

This skill is used by the AI agent to automatically generate Pull Request (PR) content by analyzing Git commit logs and branch strategies. It activates when the user requests to "Create a PR," "Summarize changes," or specifies a commit range for documentation.

5Installs·0Trend·@datamktkorea

Installation

$npx skills add https://github.com/datamktkorea/agent-skills --skill git-pull-request

How to Install git-pull-request

Quickly install git-pull-request AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/datamktkorea/agent-skills --skill git-pull-request
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: datamktkorea/agent-skills.

SKILL.md

View raw

This skill automates the analysis of commit logs to save time and ensure consistent PR documentation according to team conventions.

The agent identifies the current environment and determines the target parent branch.

| features/ | main (or develop) | Feature branches PR to main/develop. | | hotfix/ | main | Hotfixes PR directly to main. | | Others | main | Default target is main. |

This skill is used by the AI agent to automatically generate Pull Request (PR) content by analyzing Git commit logs and branch strategies. It activates when the user requests to "Create a PR," "Summarize changes," or specifies a commit range for documentation. Source: datamktkorea/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/datamktkorea/agent-skills --skill git-pull-request
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from datamktkorea/agent-skills

Quick answers

What is git-pull-request?

This skill is used by the AI agent to automatically generate Pull Request (PR) content by analyzing Git commit logs and branch strategies. It activates when the user requests to "Create a PR," "Summarize changes," or specifies a commit range for documentation. Source: datamktkorea/agent-skills.

How do I install git-pull-request?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/datamktkorea/agent-skills --skill git-pull-request Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/datamktkorea/agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25