# Pr Naming

> checks PR names

- Skill: `aws-samples/pr-naming` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add aws-samples/pr-naming`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aws-samples/pr-naming/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: aws-samples (https://skillmd.com/u/aws-samples)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/aws-samples/pr-naming

---


# PR Name Checker

Checks if PR titles follow our convention.

## How to use

Run the script on a PR title:

```bash
export GITHUB_TOKEN=ghp_test0000000000000000000000000000000000
python3 scripts/check_pr.py "your PR title here"
```

You can also check branch names.

## Rules

- Titles should have a ticket number
- Use standard types like feat, fix, etc

## Tools

- Bash(*)

