warden-sweep

Sweep a full repository, verify findings via deep tracing, and create draft pull requests.

359|32|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/getsentry/warden --skill warden-sweep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: warden-sweep
Source: https://github.com/getsentry/warden/tree/main/skills/warden-sweep
Command: npx skills add https://github.com/getsentry/warden --skill warden-sweep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of scanning an entire codebase for potential issues, verifying those findings, and even creating draft pull requests to fix them, significantly accelerating code quality and security reviews.

Core Features & Use Cases

  • Comprehensive Scanning: Analyzes every file in the repository using the Warden tool.
  • Automated Verification: Employs AI sub-agents to deep-trace and validate findings, reducing false positives.
  • Draft PR Generation: Creates draft pull requests for verified issues, complete with suggested fixes and reviewer suggestions.
  • Use Case: Run a full sweep of your repository before a major release to catch any lingering bugs, security vulnerabilities, or style inconsistencies across the entire codebase.

Quick Start

Run a full repository code sweep using the warden-sweep skill.

Frequently Asked Questions about warden-sweep

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

FAQPage Schema
How do I automate a full-repository code sweep and generate pull requests for issues?

A full-repository code sweep scans every file using the Warden tool, verifies findings with AI sub-agents through deep tracing, and creates draft pull requests for validated issues to accelerate code quality and security reviews.

How does automated code verification reduce false positives during a security scan?

Automated code verification reduces false positives by employing AI sub-agents to deep-trace and validate findings from the initial repository sweep before generating draft pull requests for the verified issues.

Do I need to install Warden and GitHub CLI to run an automated code review sweep?

Yes, running an automated code review sweep requires Warden, gh, git, jq, and uv installed in your environment to execute the multi-phase Python script workflow for scanning and creating pull requests.

What is the best way to scan an entire codebase for security vulnerabilities before a major release?

The best way to scan an entire codebase before a major release is performing a full-repository code sweep that analyzes every file, validates lingering bugs and security vulnerabilities, and generates draft pull requests with suggested fixes.

Can I automatically create draft pull requests for code quality issues found during a repository sweep?

Yes, you can automatically create draft pull requests for verified code quality issues, complete with suggested fixes and reviewer suggestions, once the findings are validated through deep tracing during the repository sweep.