pr Skill
Guidance for branch naming, commit messages, and PR titles. Published by microsoft in webui.
What is pr Skill?
Guidance for branch naming, commit messages, and PR titles. Published by microsoft in webui. 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
- Documentation
- Writing
- Documentation use cases
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use pr Skill
- Use it for documentation.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/webui
- Skill file: .github/skills/pr/SKILL.md
What it does
Guidance for branch naming, commit messages, and PR titles.
Skill instructions
Pull Request Conventions Branch discipline - Never commit to main directly. Create a branch: <user/<short-description (e.g. mmansour/optimize-handler-allocs). - One logical change per commit. Write imperative messages: "Add …" not "Added …". PR title format PR titles must use a Conventional Commits prefix: | Prefix | When to use | Example | |--------|-------------|---------| | feat: | New feature or capability | feat: add HTTP/2 support to hyper example | | fix: | Bug fix | fix: render missing signals as empty | | chore: | Maintenance, refactoring, CI, docs, dependencies | chore: move shared files to examples/app | The prefix is lowercase, followed by a colon and a space, then a short imperative description. Linking PRs to issues When a PR is meant to close a GitHub issue, include the keyword Closes followed by the issue number in the PR description body (not the title): Closes 42 For multiple issues, use one per line: Closes 42 Closes 43 Note: Issue-linking keywords only work when the
Explore related resources
Frequently asked questions
What is pr?
pr is a open-source AI agent skill with Copy skill directory. Guidance for branch naming, commit messages, and PR titles.
Who is pr best for?
pr is best for reusing agent instructions, scripts, and references, documentation workflows, writing workflows.
How do I install pr?
Install or run pr using Copy skill directory. Check pr for the latest setup command.
Is pr actively maintained?
pr may need a closer maintenance check before production use.
Auto-fetched from GitHub.