From nika
Audits a .nika.yaml workflow definition before it runs, surfacing conformance findings with NIKA codes, cost envelope, and permit boundary violations.
How this command is triggered — by the user, by Claude, or both
Slash command
/nika:check <file.nika.yaml>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Audit the workflow **before** any run — check is the oracle, the file is the contract. Target: `$ARGUMENTS` (no argument? `Glob` for `*.nika.yaml` — one match runs, several ask). 1. Run `nika check $ARGUMENTS --json` and read the payload, not the prose: `clean` is the verdict · `conformance[]` carries the findings · `pricing` carries the rates (a `null` rate is UNKNOWN, never $0) · `models_resolve` (0.99+) says every `model:` runs in THIS binary. 2. Summarize what the payload says, in this order: - **Verdict** — clean, or N findings. - **Findings** — one line each: `NIKA-XX...
Audit the workflow before any run — check is the oracle, the file is the contract.
Target: $ARGUMENTS (no argument? Glob for *.nika.yaml — one match
runs, several ask).
nika check $ARGUMENTS --json and read the payload, not the
prose: clean is the verdict · conformance[] carries the findings ·
pricing carries the rates (a null rate is UNKNOWN, never $0) ·
models_resolve (0.99+) says every model: runs in THIS binary.NIKA-XXXX · task <id> · <message>,
with the fix the diagnostic teaches. Unknown code? Run
nika explain NIKA-XXXX and fold its teaching in.≤ $X) or the floor (≥ $X FLOOR — name
WHY it is unbounded: missing max_tokens, uncataloged model,
expression fan-out). A local model is unpriced, never free.nika check $ARGUMENTS --infer-permits to write one).npx claudepluginhub supernovae-st/nika --plugin nika2plugins reuse this command
First indexed Jul 14, 2026
/preflightRuns production-readiness checks on Kubernetes manifests, Terraform, Dockerfiles, shell scripts, and CI/CD configs. Returns per-file summary and aggregated verdict.
/naksha-doctorRuns all naksha plugin quality checks — structural validation, metadata consistency, behavioral smoke, legacy branding guard — and reports health status with optional --fix remediation.
/audit-pluginAudits Claude Code plugin artifacts for schema compliance, specification quality, structural integrity, and security defects. Supports --full (7 dimensions) and --mini (4 dimensions) audit depths.
/auditAudits an existing codebase — detects stack, finds gaps, creates tasks, generates PROJECT.md. Also supports eval and lint subcommands.
/validateValidates an implementation against its original plan using the AI research workflows skill. Enters collaborative mode if no arguments are provided.
/ci-auditAudits a project's GitHub Actions workflows against its declared tech stack, filing issues for missing config validation checks.