← ClaudeAtlas

repo-conventionslisted

Conventions for working in this repository — commit style, branch naming, and testing expectations. Use when writing commits, opening PRs, or adding tests here.
laruss/patcher-browser · ★ 0 · AI & Automation · score 60
Install: claude install-skill laruss/patcher-browser
# Repo conventions Search the bundled docs before guessing: ``` patcher docs search "conventional commits" ``` - Commits follow conventional-commit style (`feat(scope): summary`). - Branches are named `patcher/<topic>`. - Every bug fix ships with a regression test.