Run the audit-fleet validation gate for fixed reports, section contract, and finding field schema.
From audit-fleetnpx claudepluginhub nsalvacao/nsalvacao-claude-code-plugins --plugin audit-fleet[--mode strict|balanced] [--reports-dir .audit-fleet/reports] [--json-dir .audit-fleet/reports-json] [--bundle .audit-fleet/audit-bundle.json]/validateValidates CLI harness for software at given path or GitHub repo against HARNESS.md standards: directory structure, files, Click CLI, core modules, tests, and docs.
/validateValidates project structure, configurations, and best practices across git, build, code quality, CI/CD, producing detailed report with issues, score, and recommendations. Supports --path and --verbose.
/validateValidates project implementation against scope and tasks documents using parallel subagents, producing validation_gaps.md with actionable remediation tasks.
/validateValidates cli-anything-web CLI at <app-path> against HARNESS.md standards with 75 checks across 11 categories, reporting pass/fail per category and overall.
/validateValidates plans, roadmaps, or proposals as ruthless CTO mentor, producing 8-section report with verdict, strengths, flaws, blindspots, and next steps.
/validateValidates SonIA project operational integrity: checks kanban Markdown files, traceability, progress, UAT JSON, and optional GitHub sync. Reports verdict as approved, approved with warnings, or rejected.
Validate markdown and JSON artifacts against the audit-fleet contract.
00 through 13 lane files.Executive SummaryFindingsQuick WinsHigh-Impact Expansionsfinding_id, severity, dimension, evidence, impact, recommendation,
effort, owner, dependencies, confidence, acceptance_criteriaseverity: critical|warning|infoconfidence: high|medium|loweffort: S|M|Lbalanced (default): warnings are emitted but do not fail the command.strict: any warning or error fails the command..audit-fleet/validation-result.jsonreports-check.py --reports-dir <reports-dir> --mode <mode> --output .audit-fleet/reports-check.jsonschema-validate.py --reports-dir <reports-dir> --json-dir <json-dir> --bundle <bundle> --mode <mode> --output .audit-fleet/validation-result.json/audit-fleet:validate
/audit-fleet:validate --mode strict
/audit-fleet:validate --reports-dir .audit-fleet/reports --json-dir .audit-fleet/reports-json --bundle .audit-fleet/audit-bundle.json