draft-pr Skill
Creates a pull request for the current branch, generating a clear title and a description that summarizes the changes and includes instructions on how to test them. Use when asked to open, draft, or create a PR. Published by microsoft in roosterjs.
What is draft-pr Skill?
Creates a pull request for the current branch, generating a clear title and a description that summarizes the changes and includes instructions on how to test them. Use when asked to open, draft, or create a PR. Published by microsoft in roosterjs. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use draft-pr Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/roosterjs
- Skill file: .claude/skills/draft-pr/SKILL.md
What it does
Creates a pull request for the current branch, generating a clear title and a description that summarizes the changes and includes instructions on how to test them. Use when asked to open, draft, or create a PR.
Skill instructions
Draft PR Skill This skill creates a pull request for the current branch. It inspects the diff against master, generates a concise imperative title and a structured description (summary + how-to-test), and opens the PR with the gh CLI. Steps Step 1: Determine the current branch bash git branch --show-current If the current branch is master (or release), stop and tell the user to switch to a feature branch first — PRs should not be opened from master. Step 2: Inspect the changes Gather the commits and the diff that this branch adds on top of master: bash git log master..HEAD --oneline git diff master...HEAD --stat git diff master...HEAD If there are no commits/diff versus master, stop and tell the user there is nothing to open a PR for. Read the diff carefully so the title and description reflect what actually changed — not just the commit messages. Step 3: Make sure the branch is pushed Check the upstream state: bash git status -sb If the branch has no upstream or has unpushed commits,
Explore related resources
Frequently asked questions
What is draft-pr?
draft-pr is a open-source AI agent skill with Copy skill directory. Creates a pull request for the current branch, generating a clear title and a description that summarizes the changes and includes instructions on how to test them. Use when asked to open, draft, or create a PR.
Who is draft-pr best for?
draft-pr is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install draft-pr?
Install or run draft-pr using Copy skill directory. Check draft-pr for the latest setup command.
Is draft-pr actively maintained?
draft-pr may need a closer maintenance check before production use.
Auto-fetched from GitHub.