agentsclimarketplace

Code review

Skill bjg4/bgskillz/bakeoff/fixtures/v5/code-review/code-review

Build high-quality, portable Claude skills that trigger reliably and deliver real value.

Install
npx -y skills add bjg4/bgskillz --skill code-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Review pull requests for bugs, security issues, and maintainability problems with structured findings. Use when reviewing PRs, diffs, or code changes. Do NOT use for writing new features from scratch.

SKILL.md

0.9 KB, as published. Nobody here has run it

Code Review

Quick start

Read the diff or code snippet. Produce findings grouped by severity (critical, major, minor). Each finding: location, issue, suggested fix.

Workflow

  1. Scan for security issues first (injection, auth, secrets, unsafe defaults).
  2. Check correctness and error handling paths.
  3. Assess maintainability (naming, duplication, missing tests).
  4. Output structured review — not a rewrite unless asked.

Output format

## Critical
- [file:line] Issue — suggested fix

## Major
...

## Minor
...

Error handling

If code context is missing, ask for the diff or file. If outside review scope, say so and suggest the right skill.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.