warden-skill
✓Guide for using Warden CLI locally to analyze code changes. Use when running warden commands, configuring warden.toml, creating custom skills, understanding triggers, or troubleshooting analysis issues. Triggers on "run warden", "warden config", "warden.toml", "create warden skill", "add trigger", or any Warden-related local development task.
Installation
SKILL.md
Warden is an event-driven AI agent that analyzes code changes and executes configurable skills to produce structured reports with findings.
| --skill | Run only this skill | | --config | Path to warden.toml (default: ./warden.toml) | | -m, --model | Model to use | | --json | Output as JSON | | -o, --output | Write output to JSONL file | | --fail-on | Exit 1 if findings >= severity | | --comment-on | Show findings >= severity | | --fix | Auto-apply suggested fixes |
| --parallel | Concurrent executions (default: 4) | | --offline | Use cached remote skills only | | -q, --quiet | Errors and summary only | | -v, --verbose | Show real-time findings | | -vv | Debug info (tokens, latency) |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/getsentry/warden --skill warden-skill- Source
- getsentry/warden
- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is warden-skill?
Guide for using Warden CLI locally to analyze code changes. Use when running warden commands, configuring warden.toml, creating custom skills, understanding triggers, or troubleshooting analysis issues. Triggers on "run warden", "warden config", "warden.toml", "create warden skill", "add trigger", or any Warden-related local development task. Source: getsentry/warden.
How do I install warden-skill?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/getsentry/warden --skill warden-skill Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/getsentry/warden
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01