getsentrygetsentryOfficialยท9 Agent Skills Included

warden

Automated code review, security scanning, and PR fixes

Reviews code changes locally or on every pull request using reusable analysis skills. Finds real bugs, security vulnerabilities, and architecture problems without style noise or false positives. Posts inline PR comments with suggested fixes, auto-applies patches, and runs full-repository sweeps that open draft PRs for verified issues.
npx skills add getsentry/warden --all -g -y
Available:

Tells the agent how to run Warden analysis before commits, route work to the right review skills, and follow testing and commit conventions in this repository.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’