Squad Version Check Skill
SKILL: Squad CLI Internals — Version Stamping & Upgrade Mechanics Published by microsoft in waza.
What is Squad Version Check Skill?
SKILL: Squad CLI Internals — Version Stamping & Upgrade Mechanics 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.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use Squad Version Check Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/waza
- Skill file: .copilot/skills/squad-version-check/SKILL.md
What it does
SKILL: Squad CLI Internals — Version Stamping & Upgrade Mechanics
Skill instructions
SKILL: Squad CLI Internals — Version Stamping & Upgrade Mechanics Confidence: medium Discovered by: Data Date: 2026-05-26 Validated in: Issue 1173 recon (bradygaster/squad) --- What This Skill Covers Reusable knowledge about how @bradygaster/squad-cli stamps its version into squad.agent.md, how squad upgrade works, what it preserves vs. overwrites, and how to probe the npm registry for the latest version from a coordinator prompt. --- Package & Registry Facts - Package name: @bradygaster/squad-cli - Registry: npm (public) - CLI binary: squad (registered via package.jsonbin.squad) - Node version requirement: Node ≥22.5.0 (ESM-only codebase) --- Version Stamping Mechanism Source file: dist/cli/core/version.js Three functions: getPackageVersion() Walks up from the compiled JS file to find package.json. Returns pkg.version. Works from both dist/cli/core/version.js and a bundled root cli.js. Returns '0.0.0' as fallback if not found. stampVersion(filePath, version) Mutates squad.agent.md in
Explore related resources
Frequently asked questions
What is Squad Version Check?
Squad Version Check is a open-source AI agent skill with Copy skill directory. SKILL: Squad CLI Internals — Version Stamping & Upgrade Mechanics
Who is Squad Version Check best for?
Squad Version Check is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install Squad Version Check?
Install or run Squad Version Check using Copy skill directory. Check Squad Version Check for the latest setup command.
Is Squad Version Check actively maintained?
Squad Version Check may need a closer maintenance check before production use.
Auto-fetched from GitHub.