# Commit Conventions

> Use when creating commits or diffs to apply the correct title prefix, reviewer, and test plan based on the area of the codebase being changed.

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

---


# Commit Conventions

When creating commits:

- If the change is Pysa related, add `[pysa]` as a prefix in the commit title. Otherwise, add `[pyre]` as a prefix in the commit title.
- If the change is Pysa related, add `#pysa_swe` as a reviewer. Otherwise, add `#pyre` as a reviewer.
- By default, add `make test` in the test plan.

