# Code Review Checklist

> Use when reviewing a pull request or code changes

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

## Install

```sh
agentstack add skill-hubertlim-skillforge-code-review-checklist
```

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

## About

## Step 1: Understand Context

> Read the PR description and linked issues

- Understand what problem this change solves
- Check if the approach matches the agreed design
- Note the scope of changes

## Step 2: Security Review

> Check for security vulnerabilities

- Look for injection vulnerabilities (SQL, XSS, command)
- Verify authentication and authorization checks
- Ensure no secrets or keys are hardcoded
- Validate all user inputs are sanitized

## Step 3: Logic and Correctness

> Verify the code does what it claims

- Trace the happy path end to end
- Check edge cases and error handling
- Look for off-by-one errors and null checks

## Step 4: Readability

> Ensure the code is maintainable

- Check naming clarity for variables and functions
- Verify comments explain why, not what
- Look for unnecessary complexity

## Step 5: Test Coverage

> Validate test quality

- Check that new code has corresponding tests
- Verify edge cases are tested
- Ensure tests are deterministic

## Source & license

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

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

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-hubertlim-skillforge-code-review-checklist
- Seller: https://agentstack.voostack.com/s/hubertlim
- 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%.
