warden-skill

Analyze code changes and execute configurable skills to produce structured reports.

216|13|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/getsentry/dotagents --skill warden-skill-getsentry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: warden-skill
Source: https://github.com/getsentry/dotagents/tree/main/.agents/skills/warden-skill
Command: npx skills add https://github.com/getsentry/dotagents --skill warden-skill-getsentry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the process of analyzing code changes for bugs, security vulnerabilities, and style issues, ensuring consistent quality across your codebase without manual oversight.

Core Features & Use Cases

  • Event-Driven Analysis: Automatically triggers analysis on pull requests or local commits based on configurable rules.
  • Customizable Reporting: Generates structured findings with severity levels and supports auto-applying suggested fixes.
  • Use Case: Configure the skill to run a security review on every pull request targeting the auth or payments directories, automatically failing the build if critical vulnerabilities are detected.

Quick Start

Run the warden skill to analyze all uncommitted changes in the current repository.

Frequently Asked Questions about warden-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate security analysis on pull requests?

Automated security analysis on pull requests is triggered by configuring event-driven rules. You can configure the skill to run a security review on specific directories and automatically fail the build if critical vulnerabilities are detected.

Can I run static code analysis on local commits before pushing?

Static code analysis on local commits is supported through event-driven triggers. You can run the warden skill to analyze all uncommitted changes or target specific file paths within your current git repository.

How do I configure custom triggers for code analysis?

Custom triggers for code analysis are configured via a warden.toml file. This configuration file allows you to define specific rules for when and where analysis executes across your git-based workflows.

Do I need the Warden CLI to automate code analysis?

Warden CLI integration is required to execute automated code analysis and reporting. The CLI operates the underlying skills that produce structured findings with severity levels for your code changes.

Can I automatically apply suggested fixes from code analysis?

Automatically applying suggested fixes from code analysis is supported by the reporting feature. The structured findings include severity levels and allow auto-applying fixes to resolve detected bugs and style issues.

What is event-driven code analysis for git workflows?

Event-driven code analysis is an automated process that triggers on repository changes like pull requests or local commits. It executes configurable skills to produce structured reports with findings, ensuring consistent codebase quality.