sqlitecpp-git-branching

star 2.7k

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

SRombauts By SRombauts schedule Updated 5/19/2026

name: sqlitecpp-git-branching description: SQLiteCpp branch naming and creation rules for starting tasks, issues, or features.

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.

Branch-only requests

  • If the user only requests a branch, create it and stop (no file changes).
Install via CLI
npx skills add https://github.com/SRombauts/SQLiteCpp --skill sqlitecpp-git-branching
Repository Details
star Stars 2,744
call_split Forks 569
navigation Branch main
article Path SKILL.md
More from Creator