Favicon of ci-validation-gates

ci-validation-gates Skill

AI Agent SkillCOBOLOpen source

Defensive CI/CD patterns: semver validation, token checks, retry logic, draft detection — earned from v0.8.22 Published by microsoft in frontier-ghcp-rvas.

Decision snapshot

Is this a fit?

Best for

Developers using frontier-ghcp-rvas, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

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 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.

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

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
  • Developers using frontier-ghcp-rvas

Declared skill metadata

  • Source file: .copilot/skills/ci-validation-gates/SKILL.md

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use ci-validation-gates Skill

  • Use it for developers using frontier-ghcp-rvas.

Built with

COBOLCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/frontier-ghcp-rvas
  • 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 →

Verified compatibility and discovery

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
1
Forks
2
Last commit
2 months ago
Last verified
Not yet verified
Metadata fetched
Sep 3, 2026
Repository age
3 months
License
MIT

Project health auto-fetched from the source repository.

Alternatives to ci-validation-gates