# Repo Conventions

> Repository conventions for commits, pull requests, and tests in this example project.

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

---


# Repo conventions

Search the bundled docs before guessing:

```
bb docs search "conventional commits"
```

- Commits follow conventional-commit style (`feat(scope): summary`).
- Branches are named `bb/<topic>`.
- Every bug fix ships with a regression test.

