go-check
01controlplaneio-fluxcd/flux-operator
Skill Claude CodeCodex
Run go vet to analyze Go source code for suspicious constructs.
7 tagged continuous-delivery, measured the same way as everything else here.
controlplaneio-fluxcd/flux-operator
Skill Claude CodeCodex
Run go vet to analyze Go source code for suspicious constructs.
controlplaneio-fluxcd/flux-operator
Skill Claude CodeCodex
Run shellcheck to lint shell scripts for common issues and best practices.
controlplaneio-fluxcd/flux-operator
Skill Claude CodeCodex
Run yq to validate and lint YAML files for correctness.
Skill Claude CodeCodex
Interactively walk through every decision log in .ninthwave/decisions/ one at a time. For each log: read it, check whether the choice it describes still matches what shipped, ask the human what to do (ratify / record as ADR / codify into an existing doc / create follow-up work item / revise / merge / skip), execute…
Skill Claude CodeCodex
Decompose a feature spec into work items for orchestration via nw. Takes a PRD, phase doc, or verbal description and breaks it into human-reviewable PR-sized work items with dependencies mapped into batches. Use when asked to "decompose", "break down this feature", "create work items for", or "plan the work items".
Skill Claude CodeCodex
Interactively walk through every friction log in .ninthwave/friction/ one at a time. For each log: read it, assess severity and possible duplicates, ask the human what to do (fix now / create work item / update doc / drop / merge / skip), execute the decision, and delete the log. This is the canonical way to clear the…