How this command is triggered — by the user, by Claude, or both
Slash command
/zenable-guardrails:checkThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Zenable Check Run conformance checks on files to validate they meet organizational requirements, security standards, and quality guidelines. Can also display active requirements and perform comprehensive validation. ## Usage ### Options - No arguments: Check all modified files in the current git repository - `--all` or `-a`: Comprehensive validation of entire codebase - `--requirements` or `-r`: Display active requirements and policies - `[file-paths...]`: Check specific files or directories ## What it does 1. **File checks** (default or with file paths): - Identifies changed o...
Run conformance checks on files to validate they meet organizational requirements, security standards, and quality guidelines. Can also display active requirements and perform comprehensive validation.
/check [options] [file-paths...]
--all or -a: Comprehensive validation of entire codebase--requirements or -r: Display active requirements and policies[file-paths...]: Check specific files or directoriesFile checks (default or with file paths):
Full validation (--all):
Requirements display (--requirements):
/check # Check modified files
/check src/api/auth.py # Check specific file
/check --all # Validate entire codebase
/check --requirements # Show active requirements
/check -a src/ # Validate entire src directory
--all for comprehensive validation--requirements to understand project standardsUse the mcp__zenable__conformance_check tool (provided by the Zenable MCP server) to run conformance checks.
Steps:
git diff --name-only to find modified files--all: use git ls-files to get all tracked filesmcp__zenable__conformance_check with appropriate parametersnpx claudepluginhub zenable-io/ai-guardrails --plugin zenable-guardrails/validateVerifies session completeness and quality gates by running analysis script, checking 100% tasks, deliverables, tests, files, security; auto-fixes minor issues.
/checklistRuns specified quality gates checklist (pre-merge/pre-release) from constitution.md. Executes automated checks via npm (lint, tests, coverage, types, security, bundle size/performance) and generates Markdown report.
/full-reviewOrchestrates phased multi-dimensional code reviews across architecture, security, performance, testing, and best practices using subagents. Produces structured reports in .full-review/. Accepts target and optional flags.
/f5-reviewPerforms automated code review detecting project stack and running linting, type checks, complexity analysis, OWASP security scans, and quality metrics. Generates scored reports. Supports check, full, security, pr subcommands.
/secureRuns healthcare security compliance checks (HIPAA, SOC2, HITRUST) against uncommitted code changes and produces a pass/warn/fail report.
/checkRuns project validation checks like lint/test across JavaScript/TypeScript, Python, Go, Rust, Ruby and auto-fixes errors without committing changes.