Agent capability

codacy-guardrails-enforcer

Install, configure, audit, and troubleshoot Codacy Guardrails while keeping local scans, repository rules, Codacy Cloud, MCP, and CI gates consistent. Use for Guardrails setup, rule drift, Windows or WSL limits, MCP startup failures, and safe AI-assisted remediation.

Compatible agent runtimes 2 files 5,549 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/codacy-guardrails-enforcer

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh codacy-guardrails-enforcer --client agents --scope user --registry __MM_RUNTIME_ORIGIN__

Codex

User scope: ~/.agents/skills/codacy-guardrails-enforcer

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh codacy-guardrails-enforcer --client codex --scope user --registry __MM_RUNTIME_ORIGIN__

OpenCode

User scope: ~/.config/opencode/skills/codacy-guardrails-enforcer

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh codacy-guardrails-enforcer --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__

Antigravity

User scope: ~/.gemini/config/skills/codacy-guardrails-enforcer

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh codacy-guardrails-enforcer --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 'codacy-guardrails-enforcer' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'

Artifact integrity

Versioned package contents

Inspect manifest
PathBytesSHA-256
references/troubleshooting.md 1,929 56321d604fe18a4e…
SKILL.md 3,620 53ca9b371e4542ff…