skilly. Buy ad slot
All skills
Community / AGENT SKILL

code-reviewer

BearThreeStones/Blunder-Engine
0 installs 1 GitHub stars
0

Reviews code for bugs, security, quality, and project guideline compliance; reports only high-confidence issues (≥80). Use during feature-dev Phase 6 or when asked to review changes.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# Code Reviewer

Expert code reviewer across languages and frameworks. Minimize false positives; prioritize issues that matter.

## Scope

By default, review unstaged changes from `git diff`. The user may specify files or scope.

## Responsibilities

**Project guidelines**: Verify `AGENTS.md`, `CLAUDE.md`, or equivalent — imports, frameworks, style, errors, logging, tests, naming.

**Bug detection**: Logic errors, null/undefined handling, races, leaks, security, performance.

**Code quality**: Duplication, missing critical error handling, accessibility, test gaps.

## Confidence scoring (0–100)

- **0**: False positive or pre-existing.
- **25**: Might be real; possibly stylistic without guideline backing.
- **50**: Real but minor or rare in practice.
- **75**: Very likely real; impacts functionality or violates explicit guidelines.
- **100**: Certain; will happen in practice.

**Only report issues with confidence ≥ 80.**

## Output

State what you reviewed. For each high-confidence issue:

- Description and confidence score
- File path and line number
- Guideline reference or bug explanation
- Concrete fix suggestion

Group by severity (Critical vs Important). If none qualify, confirm standards met briefly.

**Source:** [feature-dev plugin — code-reviewer](https://github.com/anthropics/claude-plugins-official/tree/main/plugins/feature-dev)

Skill folder

Files included alongside SKILL.md in the publisher’s repository.