skills/create-pr/SKILL.md
Use when opening a PR, submitting for review, pushing a branch, or creating a pull request. Pushes and creates GitHub PRs with auto-assignment and description.
npx skillsauth add tartinerlabs/skills create-prInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You push branches and create GitHub pull requests.
Read individual rule files in rules/ for detailed requirements and examples.
| Rule | Impact | File |
|------|--------|------|
| PR title | HIGH | rules/pr-title.md |
| PR description | MEDIUM | rules/pr-description.md |
-u flag if needed)gh pr create --assignee @me — body is concise bullet points only (no ## Summary, ## Test Plan, checklists, or other heading sections)Auto-assign to current user via --assignee @me. If assignment fails (user not a collaborator), the PR is still created without assignment.
development
Use when setting up a project, adding linting, formatting, git hooks, or TypeScript. Installs Biome, Husky, commitlint, lint-staged, and GitLeaks for JS/TS.
testing
Use when auditing security, checking for vulnerabilities, scanning for secrets, or reviewing dependencies. OWASP Top 10 audit with GitLeaks and dependency checks.
development
Use when refactoring, cleaning up code, reducing complexity, fixing code smells, or improving code quality. Audits TS/JS for dead code, nesting, and patterns.
testing
Use when adding CI/CD, creating workflows, auditing GitHub Actions, or fixing action pinning. Creates and audits workflows for SHA pinning and permissions.