Conventions for working in this repository — commit style, branch naming, and testing expectations. Use when writing commits, opening PRs, or adding tests here.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add get-bb/bb --skill repo-conventions --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Repo Conventions?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/get-bb-repo-conventions)More formats (shields.io, HTML) on the badges page.
---
name: repo-conventions
description: Conventions for working in this repository — commit style, branch naming, and testing expectations. Use when writing commits, opening PRs, or adding tests here.
---
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!