cline / create-pull-request
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/create-pull-request && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2233" && unzip -o skill.zip -d .claude/skills/create-pull-request && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/create-pull-request/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, and PR creation using the gh CLI tool.
0 views
0 installs