Agent capability

cloudflare-codacy-release-readiness

Assess and prepare any repository for selectable Cloudflare capabilities and Codacy quality controls, generate provider profiles, and design preview-to-production release gates. Use for cross-repository rollout, repository branch preparation, CI/CD readiness, or correlating GitHub, Cloudflare, Codacy, and error-tracking evidence.

Compatible agent runtimes 6 files 18,905 bytes

Runtime provisioning

Provision this capability

The provisioning flow resolves the versioned manifest, verifies every SHA-256 digest, and applies the package atomically.

Shared Agent Skills

User scope: ~/.agents/skills/cloudflare-codacy-release-readiness

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh cloudflare-codacy-release-readiness --client agents --scope user --registry __MM_RUNTIME_ORIGIN__

Codex

User scope: ~/.agents/skills/cloudflare-codacy-release-readiness

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh cloudflare-codacy-release-readiness --client codex --scope user --registry __MM_RUNTIME_ORIGIN__

OpenCode

User scope: ~/.config/opencode/skills/cloudflare-codacy-release-readiness

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh cloudflare-codacy-release-readiness --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__

Antigravity

User scope: ~/.gemini/config/skills/cloudflare-codacy-release-readiness

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh cloudflare-codacy-release-readiness --client antigravity --scope user --registry __MM_RUNTIME_ORIGIN__
Windows PowerShell
$installer = Join-Path $env:TEMP 'mm-skills-install.ps1'; Invoke-WebRequest '__MM_RUNTIME_ORIGIN__/install.ps1' -OutFile $installer; & $installer -Skill 'cloudflare-codacy-release-readiness' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'

Artifact integrity

Versioned package contents

Inspect manifest
PathBytesSHA-256
references/branch-manifest.example.yaml 803 18675347800a2095…
references/provider-profile.example.yaml 1,095 f8650df47da34a86…
references/provider-profile.schema.json 1,951 fb1da89e0cfb4722…
scripts/bootstrap_provider_profiles.py 7,218 d788ace6b69a5f9c…
SKILL.md 5,209 8d87e31240ef6095…
tests/test_bootstrap_provider_profiles.py 2,629 500aa870934dda2b…