cli-sarif
Skill Doctor CLI UX, flags, exit codes, text/JSON/SARIF reports. Use when changing clap, printers, GitHub Action inputs, or CI gate flags.
Install
npx skills add https://github.com/KalarisLabs/Skill-Doctor/tree/main/skills/cli-sarif
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install kalarislabs-skill-doctor@llmmart
git clone https://github.com/KalarisLabs/Skill-Doctor.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole kalarislabs/skill-doctor collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
CLI and reports
Binary: skill-doctor. Subcommands: scan, scan-all, diff, gate, version.
Default output: plain scrolling text. TUI only with feature tui and --tui.
| Exit | Meaning |
|---|---|
| 0 | clean, or findings below --fail-on |
| 1 | usage / internal error |
| 2 | findings ≥ --fail-on |
| 3 | coverage < --fail-under-coverage |
CI gate defaults --fail-on HIGH. Interactive scan does not fail by default.
--offline --deterministic together must not touch the network.
SARIF 2.1.0. Rule IDs = taxonomy IDs. Stable for GitHub code scanning.
Files (skill-doctor)
-
SKILL.md 773 B
--- name: cli-sarif description: Skill Doctor CLI UX, flags, exit codes, text/JSON/SARIF reports. Use when changing clap, printers, GitHub Action inputs, or CI gate flags. --- # CLI and reports Binary: `skill-doctor`. Subcommands: `scan`, `scan-all`, `diff`, `gate`, `version`. Default output: plain scrolling text. TUI only with feature `tui` **and** `--tui`. | Exit | Meaning | |------|---------| | 0 | clean, or findings below `--fail-on` | | 1 | usage / internal error | | 2 | findings ≥ `--fail-on` | | 3 | coverage < `--fail-under-coverage` | CI `gate` defaults `--fail-on HIGH`. Interactive `scan` does not fail by default. `--offline --deterministic` together must not touch the network. SARIF 2.1.0. Rule IDs = taxonomy IDs. Stable for GitHub code scanning.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.