git-flow
Use when committing, branching, opening PRs, or deciding merge strategy. Covers GitHub Flow (default), trunk-based, branch naming conventions, squash vs rebase, branch lifecycle, and protected branch enforcement.
What this skill does
# Git Flow Best Practices (2026) ## Workflow Choice | Strategy | When | Verdict | |----------|------|---------| | **Trunk-based** (direct main) | Solo dev, prototypes, strong CI | OK if you have automated tests | | **GitHub Flow** (feature branch → PR → merge → delete) | Teams, OSS, code review | ✅ Default | | **Git Flow** (develop/release/hotfix) | Heavy release cycles | ❌ Outdated for most projects | **fuse-commit-pro default: GitHub Flow.** ## Branch Naming Convention Format: `<type>/<scope-or-summary>` (kebab-case). | Type | Use | Example | |------|-----|---------| | `feat/` | New feature | `feat/seo`, `feat/oauth-google` | | `fix/` | Bug fix | `fix/sniper-loop`, `fix/csv-parser` | | `chore/` | Maintenance, deps | `chore/bump-deps`, `chore/rename-files` | | `docs/` | Documentation | `docs/api-reference` | | `refactor/` | Refactoring (no behavior change) | `refactor/extract-utils` | | `perf/` | Performance | `perf/db-indexes` | | `test/` | Tests only | `test/auth-coverage` | | `ci/` | CI/CD config | `ci/github-actions-cache` | | `build/` | Build system | `build/vite-config` | | `style/` | Formatting | `style/prettier-pass` | **Rules**: - kebab-case only (no underscores, no spaces, no caps) - < 50 chars total - No personal prefix (`bruno/...`) — collaborators don't know who you are 6 months later - No issue number alone (`fix/123`) — meaningless once issue closed ## Protected Branches `main`, `master`, `develop`, `production` → **never commit directly**. `fuse-commit-pro:commit` enforces this in Step 0: - Detects current branch - If protected → blocks + proposes auto-named feature branch from commit type/scope - Exceptions: solo prototype (no remote), explicit `--no-branch-check`, or post-commit version bump ## Branch Lifecycle ``` 1. git checkout -b feat/<scope> # create 2. work + commit # multiple commits OK 3. git push -u origin feat/<scope> # push with upstream 4. gh pr create # open PR 5. (review + CI) 6. gh pr merge --squash --delete-branch # merge + cleanup ``` **Keep branches short-lived** (< 3 days ideally). Long-lived branches accumulate conflicts and lose context. ## Merge Strategy | Strategy | When | Result | |----------|------|--------| | **Squash merge** | Default for features | 1 commit per feature on main, clean history | | **Rebase merge** | Small atomic commits worth preserving | Linear history, individual commits kept | | **Merge commit** | Rare, only for "merge events" worth marking | Adds noise, avoid by default | **fuse-commit-pro recommendation**: squash merge via `gh pr merge --squash --delete-branch`. ## After Merge - Delete branch automatically (`--delete-branch` flag or GitHub auto-delete setting) - Pull main: `git checkout main && git pull --ff-only origin main` - Delete local: `git branch -d feat/<scope>` (automatic if `--delete-branch` used remotely) ## Pull Request Template ```markdown ## Summary <1-3 bullet points of what changed> ## Changes <list of major files/components touched> ## Test plan - [ ] Manual test on X - [ ] CI green - [ ] Sniper validation clean ## Breaking changes None / <description with migration path> ``` ## Anti-Patterns - ❌ **Long-lived feature branches** (> 1 week) — rebase early or split - ❌ **Commits on main "to save time"** — bypasses review, breaks CI gates - ❌ **Force push to main** — never. Forbidden in fuse-commit-pro. - ❌ **Branch named `wip`, `temp`, `test123`** — meaningless, can't be found later - ❌ **PR without description** — reviewers can't context-switch - ❌ **Merging your own PR without review** (when working in a team) - ❌ **Stale branches** (no commits > 30 days) — delete or close ## Solo Dev Mode If you're alone on a repo with no PR review: - Still use feature branches (rollback safety net) - Self-PR is fine for sanity check (you'll see the diff fresh) - Or commit-then-push on main with strong CI as safety - `fuse-commit-pro:commit` detects no-remote case and skips Step 7
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.