# Pr

> GitHub pull request workflow including tests, lints, license check, branch creation, conventional commits, and PR description. Use when creating commits, pushing branches, or opening pull requests.

- Skill: `majiayu000/pr-20` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/pr-20`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/pr-20/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/majiayu000/pr-20

---


# PR Workflow

- Ensure all tests pass: `make test`
- Run lints and fix any errors: `make lint`
- Check license: `make license-check`
- If not in a feature/fix branch already, create one and switch to it
- Commit with conventional commit message
- Push branch
- Create PR with description referencing the issue

