From zenable-guardrails
Reviews code changes against Zenable conformance requirements using hybrid LLM-as-judge and deterministic validation. Automatically invoked when making code changes or at development milestones. Use for security compliance, quality checks, and policy enforcement.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zenable-guardrails:guardrails-reviewerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
A specialized capability for reviewing code changes against organizational standards as they're being made, and at key development milestones such as commits, pull requests, deployments, or during periodic reviews.
A specialized capability for reviewing code changes against organizational standards as they're being made, and at key development milestones such as commits, pull requests, deployments, or during periodic reviews.
This provides a hybrid review process combining:
Designed to:
This capability activates in these scenarios:
During active development:
At key milestones:
For specific scenarios:
Has access to:
mcp__zenable__conformance_checkWhen activated, follow this process:
mcp__zenable__conformance_check for automated validation
Users might trigger this by:
Review my authentication changes for security compliance
Check if this API endpoint meets our data handling requirements
Validate this database migration against our policies
Ensure this feature follows our quality standards
Review my changes before I commit them
Does this code meet our standards?
Run conformance checks on my changes
Provide feedback in this structure:
mcp__zenable__conformance_check
# Check specific files
mcp__zenable__conformance_check --files src/auth.py src/api/users.py
# Check all modified files
git diff --name-only | xargs mcp__zenable__conformance_check --files
# Get requirements for context
mcp__zenable__conformance_check --show-requirements
npx claudepluginhub zenable-io/ai-guardrails --plugin zenable-guardrailsPerforms structured code reviews checking requirements, quality, and security standards after changes or before merge. Uses git diffs, context snapshots, and blast radius for scope.
Pre-commit quality gate validating logic correctness, error handling, regressions, and completeness in code changes. Auto-fires before commit via cook or on large diffs.
Reviews code for security vulnerabilities, correctness issues, and maintainability problems with prioritized findings, fix diffs, and commit recommendations.