warden
Automated code review, security scanning, and PR fixes
All Skills in This Repository (9)
Pure Emerald Level Indicatorsagent-prompt
Reference guide for writing agent prompts and Warden skills.
find-warden-bugs
Detect recurring bugs in Warden code by analyzing changes against historical patterns.
testing-guidelines
Standardize software testing with integration tests, fixtures, and regression coverage.
architecture-review
Analyze codebase architecture for module complexity, silent failures, and type safety gaps.
warden-sweep
Sweep a full repository, verify findings via deep tracing, and create draft pull requests.
warden
Runs Warden AI code analysis locally and on GitHub pull requests with warden.toml configuration.
test-skill
Execute a no-operation test skill that always reports success.
test-skill-a
Validate sequential execution of multiple skills in a testing environment.
test-skill-b
Validate multi-skill workflow integration in automated test suites.
Frequently Asked Questions
FAQPage SchemaHow to install Warden?โผ
Run `npx skills add getsentry/warden --all -g -y` in your terminal to install all skills in this suite globally.
How to review code before committing?โผ
Run `warden` in your repository to analyze uncommitted changes, then use `warden --fix` to automatically apply suggested fixes.
Can Warden review pull requests automatically?โผ
Yes. The included GitHub Action reviews every PR and posts eligible findings as inline comments with suggested fixes, plus a summary in Checks.
What kinds of issues does Warden find?โผ
It catches real correctness bugs, exploitable security vulnerabilities like injection and auth bypass, and structural architecture problems, while skipping style and formatting noise.
Does Warden work with Claude Code and other coding agents?โผ
Yes. All skills follow the standard SKILL.md format and load from conventional directories like .agents/skills, so they work across compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core