bug-repo

Scan multi-module codebases for common bug patterns and output prioritized CI-ready reports.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Hyeonjun0527/yeon --skill bug-repo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-repo
Source: https://github.com/Hyeonjun0527/yeon/tree/main/.codex/skills/bug-repo
Command: npx skills add https://github.com/Hyeonjun0527/yeon --skill bug-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps identify potential bugs across a software project, reducing undetected defects and improving overall code quality.

Core Features & Use Cases

  • Automated project-wide bug scanning across modules to surface high-risk areas.
  • Prioritized reporting that guides developers on where to fix first.
  • Use Case: Before a release, run the bug-repo scan to quickly surface potential defects and focus remediation efforts.

Quick Start

Run the bug-repo scan on your repository to surface potential bugs.

Frequently Asked Questions about bug-repo

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

FAQPage Schema
How do I scan a multi-module project for potential bugs before a release?

To scan a multi-module project for potential bugs, run an automated project-wide scan across all modules. This surfaces high-risk areas and prioritizes detected issues, guiding developers on where to fix first before release.

What is static analysis for bug detection in diverse codebases?

Static analysis for bug detection identifies common bug patterns across a software project without executing code. It uses deterministic checks via a configurable rule set to minimize undetected defects and improve overall code quality.

Can I integrate code quality scanning into my CI pipeline?

Yes, you can integrate code quality scanning into your CI pipeline. The scan outputs a structured report suitable for CI integration, allowing you to automate bug detection and prevent potential defects from reaching production.

Does multi-module bug scanning work with diverse programming languages?

Multi-module bug scanning is applicable to diverse languages and multi-module codebases. It scans all modules within the project to detect common bug patterns and prioritizes the identified issues for remediation.

How do I configure deterministic checks for bug detection?

You configure deterministic checks by defining a configurable rule set for the scan. This allows the analysis to consistently identify common bug patterns across the entire project and output a structured report.