# Code Review

> Two roles — request a code review (dispatch reviewer subagent) and receive a code review (process feedback rigorously). Use after each task in planning full mode, before merge, or when stuck

- **Type:** Skill
- **Install:** `agentstack add skill-hnikoloski-imlazy-imlazy-code-review`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [hnikoloski](https://agentstack.voostack.com/s/hnikoloski)
- **Installs:** 0
- **Category:** [Productivity](https://agentstack.voostack.com/c/productivity)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [hnikoloski](https://github.com/hnikoloski)
- **Source:** https://github.com/hnikoloski/imlazy/tree/main/skills/imlazy-code-review
- **Website:** https://hnikoloski.github.io/imlazy/

## Install

```sh
agentstack add skill-hnikoloski-imlazy-imlazy-code-review
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# code-review

## When to use

- After each task in `planning` (full mode)
- Before merging a feature
- When stuck (fresh perspective unblocks you)
- After fixing a complex bug

## Requesting a review

**Step 1: Get git SHAs**
```bash
BASE_SHA=$(git rev-parse HEAD~1)  # or origin/main for pre-merge review
HEAD_SHA=$(git rev-parse HEAD)
```

**Step 2: Dispatch code reviewer subagent** using the template at `code-reviewer.md` (next to this skill). Fill in:
- `{DESCRIPTION}` — brief summary of what was built
- `{PLAN_OR_REQUIREMENTS}` — what it should do
- `{BASE_SHA}` / `{HEAD_SHA}` — the commit range
- `{GIT_DIFF}` — output of `git diff BASE_SHA..HEAD_SHA`

**Step 3: Act on feedback**
- **Critical** → fix immediately, re-review
- **Important** → fix before proceeding
- **Minor** → note for later
- **Reviewer is wrong** → push back with technical reasoning and evidence; don't blind-implement

Never skip review because "it's simple". Never ignore Critical issues. Never proceed with unfixed Important issues.

## Receiving a review

When you receive code review feedback, apply this process before implementing anything:

1. **Verify the feedback is technically correct.** Read the cited file and line. Does the issue actually exist there?

2. **Distinguish severity.** Critical issues block progress. Important issues should be fixed. Minor issues are optional. If the reviewer didn't label severity, ask for clarification.

3. **Never blind-implement Critical feedback without checking it first.** A reviewer can be wrong. If something feels off, verify with a test or look at the actual code.

4. **Push back when the reviewer is wrong.** "The test at line 42 already covers that edge case — here is the assertion: [paste test]." Technical evidence beats assertion.

5. **Fix, then re-request review.** Don't mark "fixed" without actually running the test suite.

Common pitfalls:
- Implementing all feedback without verifying — can introduce new bugs
- Dismissing feedback without checking — misses real issues
- Treating Minor as Critical — wastes time on low-impact polish

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [hnikoloski](https://github.com/hnikoloski)
- **Source:** [hnikoloski/imlazy](https://github.com/hnikoloski/imlazy)
- **License:** MIT
- **Homepage:** https://hnikoloski.github.io/imlazy/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-code-review
- Seller: https://agentstack.voostack.com/s/hnikoloski
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
