wolfe-bugs

Scan codebases to identify and verify bugs with reproducer tests.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/jdforsythe/wolfe-pack --skill wolfe-bugs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wolfe-bugs
Source: https://github.com/jdforsythe/wolfe-pack/tree/main/templates/bots/wolfe-bugs
Command: npx skills add https://github.com/jdforsythe/wolfe-pack --skill wolfe-bugs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wolfe-pack, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the detection of runtime/logic errors, race conditions, and data-integrity risks in your codebase, significantly reducing the time and effort required for manual code review.

Core Features & Use Cases

  • Automated Bug Detection: Identifies and verifies bugs with reproducer tests.
  • Scalable: Handles large codebases and provides detailed findings.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically scan your codebase for bugs during the development process.

Quick Start

Run the 'wolfe-bugs' command with the specific area you want to scan, e.g., 'wolfe-bugs api'.

Frequently Asked Questions about wolfe-bugs

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

FAQPage Schema
How do I automate bug detection for runtime errors and race conditions in my codebase?

Automated bug detection for runtime errors and race conditions scans your codebase to identify and verify bugs using reproducer tests. It targets logic errors and data-integrity risks, reducing the manual effort required for comprehensive code review.

What do I need to set up before scanning for bugs in my repository?

Scanning for bugs requires a repository containing a 'WOLFE.md' index file and the wolfe-pack tool suite installed. These prerequisites ensure the automated scanner can properly index and analyze your codebase for runtime errors and data integrity issues.

Can I integrate automated code scanning for bugs into a CI/CD pipeline?

Automated code scanning for bugs integrates into CI/CD pipelines to automatically detect runtime errors and data-integrity risks during development. This scalable approach handles large codebases and provides detailed findings during the build process.

How does automated bug detection verify race conditions and data integrity issues?

Automated bug detection verifies race conditions and data integrity issues by applying automated scanning combined with reproducer tests. This verification process confirms identified bugs by validating runtime and logic errors found within the codebase.

What are the limitations of using automated scanning for code review?

Automated scanning for code review is limited by its dependency on the wolfe-pack tool suite and a 'WOLFE.md' index file. Without these required components properly configured in the repository, the bug detection process cannot execute.