skillwarden ci
skillwarden ci [paths...]Runs the drift gate (diff) and the scan gate
(scan) in one command for CI. Exit 1 on lockfile drift or
findings at/above --fail-on.
| Flag | Default | Description |
|---|---|---|
--lockfile <file> |
skillwarden.lock |
Lockfile path |
--fail-on <low|medium|high|critical> |
high |
Severity threshold that fails the gate |
A missing lockfile skips the drift gate with a warning (the scan gate still applies).
Example workflow step
Section titled “Example workflow step”- run: skillwarden ci --fail-on highOr use the GitHub Action which wraps this command.