agentsclimarketplace

Code review

Skill shivae372/claude-bootstrap/.claude/skills/code-review

Self-healing, self-learning Claude Code setup β€” finds, installs, or forges the skills, hooks & MCP your project needs, in real time. Pairs with nodo.

Install
npx -y skills add shivae372/claude-bootstrap --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

Structured code review. Invoke before committing, before opening a PR, or when you want feedback on changes. Auto-activates on "review this code", "check my changes", "look for issues", "review before I push". Routes to code-reviewer sub-agent to keep main context clean.

SKILL.md

1.6 KB, as published. Nobody here has run it

Purpose

Run a structured code review using the code-reviewer sub-agent. Returns findings organized by severity. The sub-agent runs in its own isolated context window.

Steps

1. Get the Scope

Determine what to review:

# If reviewing uncommitted changes
git diff HEAD

# If reviewing staged changes
git diff --cached

# If reviewing a specific file
# (user will have specified)

2. Delegate to Sub-agent

Use the code-reviewer agent to: review [the diff / file / changes described above]
Focus on: correctness, security, performance, and adherence to project conventions in CLAUDE.md

3. Present Findings

Format the sub-agent's output as:

## Code Review

### πŸ”΄ Critical (must fix)
[list]

### 🟠 High (should fix)
[list]

### 🟑 Medium (consider fixing)
[list]

### βœ… Looks Good
[things done well]

**Verdict**: [Approved / Needs changes / Blocking issues found]

4. If No Issues

βœ… Code review complete β€” no significant issues found.
[Optional: one positive observation]
Ready to commit.

Rules

  • Never skip the sub-agent for large diffs β€” isolation protects the main context
  • Always read CLAUDE.md conventions before reviewing
  • If the user asks to fix issues found, do them one at a time and re-review each fix

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.