
Warden
- Updated April 20, 2026
- chaudhary-keshav/warden-multi
warden is a Claude Code skill in the Git & Pull Requests category. Run Warden to analyze code changes before committing
Key points
- warden
- Git & Pull Requests
- AI-coding skill
Warden by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add chaudhary-keshav/warden-multi/plugin install warden@wardenAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 20, 2026 |
|---|---|
| Repository | chaudhary-keshav/warden-multi ↗ |
What it does
Run Warden to analyze code changes before committing
README.md
warden
Your code is under new management. Agents that review your code - locally or on every PR - using the Skills you already know and love.
Why Warden?
Skills, not prompts. Define analysis once, run it anywhere. Bootstrap your environment with skills from conventional directories (.agents/skills/ or .claude/skills/).
Two ways to run. CLI catches issues before you push. GitHub Action reviews every PR automatically.
GitHub-native. Findings appear as inline PR comments with suggested fixes.
Quick Start
# Initialize warden in your repository
npx warden init
# Run on uncommitted changes
# Uses Claude Code subscription if logged in, or set WARDEN_ANTHROPIC_API_KEY
npx warden
# Fix issues automatically
npx warden --fix
Contributing
git clone git@github.com:getsentry/warden.git
cd warden
pnpm install && pnpm build
pnpm test # unit tests
pnpm test:evals # end-to-end evals (requires API key)
See evals/README.md for the eval framework.
License
FSL-1.1-ALv2