bug-review
CommunitySystematically find and fix bugs with language-aware precision.
Software Engineering#static analysis#code review#debugging#troubleshooting#bug fixing#software quality#reproduction
Authorathola
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Debugging can be a time-consuming and frustrating process, especially in complex codebases or unfamiliar languages. This skill provides a systematic workflow to uncover and fix bugs with reproducible evidence.
Core Features & Use Cases
- Language Detection: Identifies dominant languages and frameworks to apply specialized expertise.
- Reproduction Planning: Helps define steps to reliably reproduce failures, including tests or manual commands.
- Defect Documentation: Logs bugs with file references, severity, root cause, and static analysis outputs.
- Fix Preparation: Drafts minimal, idiomatic patches and updates/creates failing tests.
- Use Case: When a critical bug is reported, use this skill to identify the affected language (e.g., Rust), plan reproduction steps, document the defect with
cargo clippyoutput, and draft a fix with a new passing test.
Quick Start
Run git-workspace-review to get context, then use this skill to detect languages and plan bug reproduction.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: bug-review Download link: https://github.com/athola/claudenomicon/archive/main.zip#bug-review Please download this .zip file, extract it, and install it in the .claude/skills/ directory.