Favicon of ci-validation-gates

ci-validation-gates Skill

AI Agent SkillC#Open source

Defensive CI/CD patterns: semver validation, token checks, retry logic, draft detection — earned from v0.8.22 Published by microsoft in aitour26-BRK445-building-enterprise-ready-ai-agents-with-microsoft-foundry.

What is ci-validation-gates Skill?

Defensive CI/CD patterns: semver validation, token checks, retry logic, draft detection — earned from v0.8.22 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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
46/100

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

Copy skill directory
  • Install or run with Copy skill directory

When to use ci-validation-gates Skill

  • Use it for developers using aitour26-brk445-building-enterprise-ready-ai-agents-with-microsoft-foundry.

Built with

C#Copy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/aitour26-BRK445-building-enterprise-ready-ai-agents-with-microsoft-foundry
  • Skill file: .copilot/skills/ci-validation-gates/SKILL.md

What it does

Defensive CI/CD patterns: semver validation, token checks, retry logic, draft detection — earned from v0.8.22

Skill instructions

Context CI workflows must be defensive. These patterns were learned from the v0.8.22 release disaster where invalid semver, wrong token types, missing retry logic, and draft releases caused a multi-hour outage. Both Drucker (CI/CD) and Trejo (Release Manager) carried this knowledge in their charters — now centralized here. Patterns Semver Validation Gate Every publish workflow MUST validate version format before npm publish. 4-part versions (e.g., 0.8.21.4) are NOT valid semver — npm mangles them. yaml - name: Validate semver run: | VERSION="${{ github.event.release.tagname }}" VERSION="${VERSIONv}" if ! npx semver "$VERSION" /dev/null 2&1; then echo "❌ Invalid semver: $VERSION" echo "Only 3-part versions (X.Y.Z) or prerelease (X.Y.Z-tag.N) are valid." exit 1 fi echo "✅ Valid semver: $VERSION" NPM Token Type Verification NPMTOKEN MUST be an Automation token, not a User token with 2FA: - User tokens require OTP — CI can't provide it → EOTP error - Create Automation tokens at npmjs.com →

Explore related resources

Frequently asked questions

What is ci-validation-gates?

ci-validation-gates is a open-source AI agent skill with Copy skill directory. Defensive CI/CD patterns: semver validation, token checks, retry logic, draft detection — earned from v0.8.22

Who is ci-validation-gates best for?

ci-validation-gates is best for reusing agent instructions, scripts, and references.

How do I install ci-validation-gates?

Install or run ci-validation-gates using Copy skill directory. Check ci-validation-gates for the latest setup command.

Is ci-validation-gates actively maintained?

ci-validation-gates may need a closer maintenance check before production use.

Share:

Stars
74
Forks
35
Last commit
3 months ago
Repository age
1 year
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to ci-validation-gates