create-draft-pr

Create a draft pull request via the GitHub MCP server after running compile and hygiene checks.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/aadorian/VSCode_Readme --skill create-draft-pr-aadorian
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-draft-pr
Source: https://github.com/aadorian/VSCode_Readme/tree/main/education/sessions-chat-and-agents/sessions/skills/create-draft-pr
Command: npx skills add https://github.com/aadorian/VSCode_Readme --skill create-draft-pr-aadorian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of turning completed session work into a draft pull request, so changes can be reviewed without manually assembling the PR details.

Core Features & Use Cases

  • Draft PR Creation: Opens a draft pull request for the current session's changes.
  • Change Preparation: Ensures work is compiled, checked, and committed before the PR is created.
  • Review-Ready Packaging: Produces a clear title and description that explain what changed and why.
  • Use Case: A developer finishes a feature branch session and wants an AI assistant to prepare and publish a draft PR for team review.

Quick Start

Ask the assistant to create a draft pull request for the current session and include a concise summary of the changes.

Frequently Asked Questions about create-draft-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a draft pull request for uncommitted session changes?▼

To create a draft pull request for uncommitted session changes, the assistant compiles code, runs hygiene checks, commits pending edits, writes an area-prefixed title and reviewer-focused description, and publishes the PR via the GitHub MCP server.

What's the best way to prepare code updates for a draft PR in collaborative software engineering?▼

Preparing code updates for a draft PR requires running compile and hygiene checks first, then committing the pending session changes with an area-prefixed title and a reviewer-focused description before opening the pull request on GitHub.

Does this draft PR creation workflow use the gh CLI or the GitHub MCP server?▼

Draft PR creation uses the GitHub MCP server rather than the gh CLI to open the pull request, ensuring the session's compiled and committed changes are packaged with a reviewer-focused description directly through the GitHub integration.

Can I turn session work into a draft PR without manually writing the title and description?▼

Yes, turning session work into a draft PR automatically generates an area-prefixed title and a reviewer-focused description that explains what changed and why, removing the friction of manually assembling PR details for collaborative code review.

When do I need to run compile and hygiene checks before opening a draft pull request?▼

Compile and hygiene checks must run before opening a draft pull request to ensure session changes are validated and committed, guaranteeing the code updates are review-ready and meet collaborative software engineering standards before publishing.