1---2name: snickler-squad-sdk-net-git-workflow3description: Context4---56## Context78Squad.SDK.NET uses three long-lived branches:910| Branch | Purpose | Notes |11|--------|---------|-------|12| `dev` | Integration branch for feature work | PRs target `dev`; releaseable SDK changes add `.changeset` files |13| `preview` | Release candidate branch | Promotion from `dev` applies changesets into csproj version + changelog |14| `main` | Stable released branch | Pushes trigger automatic tagging and NuGet/GitHub release creation |1516## Workflow for Issue Work17181. Branch from `dev`.192. Do the work and add tests.203. If you changed releaseable SDK behavior under `src/Squad.SDK.NET/`, add a `.changeset/*.md` file.214. Open the PR against `dev`.225. After merge, maintainers promote `dev -> preview` with `promote.yml`.236. After preview validation passes, maintainers promote `preview -> main`.2425## Changeset Rule2627Releaseable SDK changes need a changeset:2829```md30---31"Squad.SDK.NET": minor32---3334Add preview validation for release candidates.35```3637Use:3839- `patch` for backwards-compatible fixes40- `minor` for backwards-compatible features41- `major` for breaking API changes4243## Promotion Pipeline4445- `dev -> preview`: merge dev, apply changesets, bump csproj version, update changelog, clear applied changesets46- `preview -> main`: merge validated preview into main47- `main`: creates `v<Version>` automatically and publishes the stable release48- `main -> dev`: the release commit is synced back into dev so new changesets start from the released baseline4950## Anti-Patterns5152- ❌ Branching from `main` for normal feature work53- ❌ PRs targeting `main` directly54- ❌ Pushing manual release tags55- ❌ Skipping `.changeset` files for releaseable SDK changes56- ❌ Leaving pending changesets on `preview` or `main`5758---59> Source: [snickler/squad-sdk-net](https://github.com/snickler/squad-sdk-net) — distributed by [TomeVault](https://tomevault.io).60<!-- tomevault:4.0:skill_md:2026-05-22 -->
Run npx skillmds@latest add tomevault-io/snickler-squad-sdk-net-git-workflow in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Context It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.