CtrlK
BlogDocsLog inGet started
Tessl Logo

sqlitecpp-git-branching

SQLiteCpp branch naming and creation rules for starting tasks, issues, or features.

61

Quality

71%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.claude/skills/sqlitecpp-git-branching/SKILL.md
SKILL.md
Quality
Evals
Security

SQLiteCpp Git Branching

When to create a branch

  • User mentions working on a task, issue, or feature.
  • User references a GitHub issue number.

Before starting work

  1. Run git status to check current branch.
  2. If on master or wrong branch, create a task-specific branch from master.

Branch naming

  • With issue: <issue>-<type>-<short-description>
    • 123-fix-short-description
    • 123-feature-short-description
  • Without issue: <type>-<short-description>
    • fix-short-description
    • feature-short-description
  • Issue ID is optional; do not use a 000- prefix.

Maintenance branch conventions

  • Updating the bundled SQLite3: update-sqlite-X.Y.Z (e.g. update-sqlite-3.52.2). See [[sqlitecpp-update-sqlite]].
  • Cutting a release: release-X.Y.Z. See [[sqlitecpp-release]].

Branch-only requests

  • If the user only requests a branch, create it and stop (no file changes).
Repository
SRombauts/SQLiteCpp
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.