repo-conventions
SolidConventions for working in this repository — commit style, branch naming, and testing expectations. Use when writing commits, opening PRs, or adding tests here.
Code & Development 3,526 stars
455 forks Updated today MIT
Install
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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.
Details
- Author
- get-bb
- Repository
- get-bb/bb
- Created
- 6 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
repo-conventions
Conventions for working in this repository — commit style, branch naming, and testing expectations. Use when writing commits, opening PRs, or adding tests here.
0 Updated today
laruss AI & Automation Listed
repo-conventions
House conventions for this repository - commit message shape, branch naming, and where documents live. Use when writing a commit, opening a PR, or deciding where a new document belongs.
4 Updated today
syntropic137 Code & Development Listed
github-conventions
GitHub conventions -- branch naming, commit format, issue/PR templates, and safe issue/PR referencing in comments.
2 Updated 3 days ago
Jartan-LLC