git-workflow Skill
Squad branching model: dev-first workflow with insiders preview channel Published by microsoft in waza.
Decision snapshot
Is this a fit?
Writing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
What is git-workflow Skill?
Squad branching model: dev-first workflow with insiders preview channel Published by microsoft in waza. 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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Declared skill metadata
- Source file: .copilot/skills/git-workflow/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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/waza
- Skill file: .copilot/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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.