KS
Killer-Skills

pr — how to use pr how to use pr, pr alternative, pr setup guide, github workflow automation, pr vs github cli, pr install, what is pr, pr skill for ai agents, github pr creation, pr review process

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing streamlined GitHub workflow automation and Git expertise. pr is a skill that automates GitHub workflow operations, including creating regular PRs, drafting WIP PRs, and reviewing code with severity ratings.

Features

Creates regular PRs with comprehensive descriptions using gh pr create command
Drafts WIP PRs without automatic review using gh pr create --draft flag
Reviews code with severity ratings using gh pr view and gh pr diff commands
Lists PRs using gh pr list command
Views PR info using gh pr view command
Gets diff for a specific PR using gh pr diff command

# Core Topics

udecode udecode
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
33
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add udecode/dotai/references/draft.md

Agent Capability Analysis

The pr MCP Server by udecode is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use pr, pr alternative, pr setup guide.

Ideal Agent Persona

Perfect for Development Agents needing streamlined GitHub workflow automation and Git expertise.

Core Value

Empowers agents to automate PR creation, drafting, and review processes using GitHub CLI commands, streamlining developer workflows with features like code analysis and severity ratings.

Capabilities Granted for pr MCP Server

Automating regular PR creation with comprehensive descriptions
Drafting WIP PRs without automatic review
Reviewing code with severity ratings for improved quality control

! Prerequisites & Limits

  • Requires GitHub CLI installation
  • Limited to GitHub workflows
Project
SKILL.md
2.0 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Expert Git and GitHub workflow automation with three core operations:

Operations

  1. Create PR - Regular PRs with comprehensive descriptions
  2. Draft PR - WIP PRs without automatic review
  3. Review PR - Code analysis with severity ratings

Common GitHub CLI Commands

bash
1# PR info 2gh pr view [number] # View PR 3gh pr list # List PRs 4gh pr diff [number] # Get diff 5 6# PR creation 7gh pr create --title "" --body "" # Regular PR 8gh pr create --draft --title "" --body "" # Draft PR 9 10# PR updates 11gh pr edit --body "" # Update description 12gh pr comment [number] --body "" # Add comment 13gh pr ready [number] # Mark draft ready 14 15# Reviews 16gh pr review [number] --approve --body "" 17gh pr review [number] --request-changes --body "" 18gh pr view [number] --comments # View comments 19 20# Git commands 21git branch --show-current # Current branch 22git status # Check changes 23git diff [--cached] # View changes 24git log --oneline -n 5 # Recent commits

Workflow Selection

Determine operation from user request:

Each reference file contains complete workflow, templates, and best practices for that operation.

Branch Naming Conventions

  • feature/description - New features
  • fix/bug-description - Bug fixes
  • refactor/component-name - Code refactoring
  • docs/update-readme - Documentation
  • test/add-unit-tests - Test additions

Commit Message Conventions

  • feat: - New features
  • fix: - Bug fixes
  • refactor: - Code refactoring
  • docs: - Documentation
  • test: - Tests
  • chore: - Maintenance
  • style: - Formatting

Related Skills

Looking for an alternative to pr or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication