facebook/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.
npx skills add https://github.com/facebook/pyre-check --skill commit-conventions
When creating commits:
[pysa] as a prefix in the commit title. Otherwise, add [pyre] as a prefix in the commit title.#pysa_swe as a reviewer. Otherwise, add #pyre as a reviewer.make test in the test plan.Take facebook/commit-conventions from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.