bug-review

Apply CWE Top 25 defect patterns to code changes and test paths.

9|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/TykoDev/SupremeTeam --skill bug-review-tykodev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-review
Source: https://github.com/TykoDev/SupremeTeam/tree/main/skills/review/bug-review
Command: npx skills add https://github.com/TykoDev/SupremeTeam --skill bug-review-tykodev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill performs systematic bug detection focused on correctness defects, logic errors, and reliability issues. It integrates CWE Top 25, Google's reviewer guidance, and test-driven review principles to identify defects across code changes.

Core Features & Use Cases

  • Applies a structured bug-detection workflow to code changes, including identifying change boundaries, applying a defect checklist, tracing error paths, evaluating concurrency, and assessing test quality.
  • Produces a detailed bug-review report with evidence, severity classification, remediation guidance, and test recommendations.
  • Supports multi-language codebases and can be used within standalone reviews or integrated pipelines.

Quick Start

Run bug-review against your changed files to generate a structured defect report with actionable findings.

Frequently Asked Questions about bug-review

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

FAQPage Schema
How do I detect CWE Top 25 defect patterns in code changes?

To detect CWE Top 25 defect patterns in code changes, apply a structured bug-review workflow that traces error paths, evaluates concurrency, and checks test paths to surface correctness defects and logic errors with severity classification.

What is test-driven code review and how does it identify bugs?

Test-driven code review identifies bugs by assessing test quality and tracing error paths alongside modified modules. It applies a defect checklist to evaluate correctness, edge cases, and testing gaps, generating a structured report with remediation guidance.

How do I perform concurrency and edge case checks across multi-language codebases?

Perform concurrency and edge case checks across multi-language codebases by applying a systematic bug-detection workflow to changed files. This evaluates error paths and test paths to produce a structured defect report with actionable findings.

Can I integrate automated defect detection into my CI/CD quality gates?

Yes, you can integrate automated defect detection into quality gates. The bug-review process operates in pipeline mode, applying CWE-driven checks to modified modules to output structured reports with severity and remediation guidance during code reviews.

What do I need to set up before generating a structured bug-review report?

To generate a structured bug-review report, you need to integrate a defect checklist reference and ensure the project's test suite is available. The workflow then evaluates code changes against these inputs to classify severity and recommend fixes.