release-process Skill
Step-by-step release checklist for Squad — prevents v0.8.22-style disasters Published by microsoft in aitour26-BRK445-building-enterprise-ready-ai-agents-with-microsoft-foundry.
What is release-process Skill?
Step-by-step release checklist for Squad — prevents v0.8.22-style disasters Published by microsoft in aitour26-BRK445-building-enterprise-ready-ai-agents-with-microsoft-foundry. 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
- Developers using aitour26-BRK445-building-enterprise-ready-ai-agents-with-microsoft-foundry
Technical details
- Install or run with Copy skill directory
When to use release-process Skill
- Use it for developers using aitour26-brk445-building-enterprise-ready-ai-agents-with-microsoft-foundry.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/aitour26-BRK445-building-enterprise-ready-ai-agents-with-microsoft-foundry
- Skill file: .copilot/skills/release-process/SKILL.md
What it does
Step-by-step release checklist for Squad — prevents v0.8.22-style disasters
Skill instructions
Context This is the definitive release runbook for Squad. Born from the v0.8.22 release disaster (4-part semver mangled by npm, draft release never triggered publish, wrong NPMTOKEN type, 6+ hours of broken latest dist-tag). Rule: No agent releases Squad without following this checklist. No exceptions. No improvisation. --- Pre-Release Validation Before starting ANY release work, validate the following: 1. Version Number Validation Rule: Only 3-part semver (major.minor.patch) or prerelease (major.minor.patch-tag.N) are valid. 4-part versions (0.8.21.4) are NOT valid semver and npm will mangle them. bash Check version is valid semver node -p "require('semver').valid('0.8.22')" Output: '0.8.22' = valid Output: null = INVALID, STOP For prerelease versions node -p "require('semver').valid('0.8.23-preview.1')" Output: '0.8.23-preview.1' = valid If semver.valid() returns null: STOP. Fix the version. Do NOT proceed. 2. NPMTOKEN Verification Rule: NPMTOKEN must be an Automation token (no 2FA r
Explore related resources
Frequently asked questions
What is release-process?
release-process is a open-source AI agent skill with Copy skill directory. Step-by-step release checklist for Squad — prevents v0.8.22-style disasters
Who is release-process best for?
release-process is best for reusing agent instructions, scripts, and references.
How do I install release-process?
Install or run release-process using Copy skill directory. Check release-process for the latest setup command.
Is release-process actively maintained?
release-process may need a closer maintenance check before production use.
Auto-fetched from GitHub.