git-workflow Skill
Squad branching model: dev-first workflow with insiders preview channel Published by microsoft in frontier-ghcp-rvas.
What is git-workflow Skill?
Squad branching model: dev-first workflow with insiders preview channel Published by microsoft in frontier-ghcp-rvas. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use git-workflow Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/frontier-ghcp-rvas
- Skill file: .squad/templates/skills/git-workflow/SKILL.md
What it does
Squad branching model: dev-first workflow with insiders preview channel
Skill instructions
Context Squad uses a three-branch model. All feature work starts from dev, not main. | Branch | Purpose | Publishes | |--------|---------|-----------| | main | Released, tagged, in-npm code only | npm publish on tag | | dev | Integration branch — all feature work lands here | npm publish --tag preview on merge | | insiders | Early-access channel — synced from dev | npm publish --tag insiders on sync | Branch Naming Convention Issue branches MUST use: squad/{issue-number}-{kebab-case-slug} Examples: - squad/195-fix-version-stamp-bug - squad/42-add-profile-api Workflow for Issue Work 1. Branch from dev: bash git checkout dev git pull origin dev git checkout -b squad/{issue-number}-{slug} 2. Mark issue in-progress: bash gh issue edit {number} --add-label "status:in-progress" 3. Create draft PR targeting dev: bash gh pr create --base dev --title "{description}" --body "Closes {issue-number}" --draft 4. Do the work. Make changes, write tests, commit with issue reference. 5. Push and mark re
Explore related resources
Frequently asked questions
What is git-workflow?
git-workflow is a open-source AI agent skill with Copy skill directory. Squad branching model: dev-first workflow with insiders preview channel
Who is git-workflow best for?
git-workflow is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install git-workflow?
Install or run git-workflow using Copy skill directory. Check git-workflow for the latest setup command.
Is git-workflow actively maintained?
git-workflow may need a closer maintenance check before production use.
Auto-fetched from GitHub.