·create-pr
</>

create-pr

takuan-osho/ccmarketplace

Create Pull Request. This skill should be used when creating a pull request from the current branch. It analyzes changes between the current branch and main branch, then generates an appropriate title and description following Conventional Commits format.

9Installs·0Trend·@takuan-osho

Installation

$npx skills add https://github.com/takuan-osho/ccmarketplace --skill create-pr

SKILL.md

This skill analyzes the differences between the current branch and the main branch, generating an appropriate Pull Request title and description. It follows Conventional Commits format and provides reviewers with sufficient context to begin code review.

First, analyze the differences between the current branch and the main branch in detail.

The following 4 git commands have no interdependencies and can be executed in parallel. By running them concurrently, latency can be reduced by approximately 75% compared to sequential execution.

Create Pull Request. This skill should be used when creating a pull request from the current branch. It analyzes changes between the current branch and main branch, then generates an appropriate title and description following Conventional Commits format. Source: takuan-osho/ccmarketplace.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/takuan-osho/ccmarketplace --skill create-pr
Category
</>Dev Tools
Verified
First Seen
2026-02-07
Updated
2026-02-18

Quick answers

What is create-pr?

Create Pull Request. This skill should be used when creating a pull request from the current branch. It analyzes changes between the current branch and main branch, then generates an appropriate title and description following Conventional Commits format. Source: takuan-osho/ccmarketplace.

How do I install create-pr?

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

Where is the source repository?

https://github.com/takuan-osho/ccmarketplace

Details

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