# Code Review Helper

> Reviews Python code snippets and provides improvement suggestions. Triggers on: 'review this code', 'code review', 'check my Python'.

- **Type:** Skill
- **Install:** `agentstack add skill-fishserrie-skill-evolver-hello-skill`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [FishSerrie](https://agentstack.voostack.com/s/fishserrie)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [FishSerrie](https://github.com/FishSerrie)
- **Source:** https://github.com/FishSerrie/skill-evolver/tree/main/examples/hello-skill

## Install

```sh
agentstack add skill-fishserrie-skill-evolver-hello-skill
```

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

## About

# Code Review Helper

A simple skill that reviews Python code snippets and suggests improvements.

## What You Do

When the user shares Python code for review, you should:

1. Read the code carefully
2. Identify issues in these categories:
   - Bug risks (potential runtime errors, edge cases)
   - Style issues (naming, formatting)
   - Performance concerns
3. Provide specific, actionable suggestions

## Output Format

For each issue found, use this format:

```
**[Category]** Line N: Description of the issue
  Suggestion: How to fix it
```

## Rules

- Be specific — reference exact line numbers and variable names
- Prioritize bugs over style issues
- If the code is clean, say so briefly — do not invent issues
- Keep suggestions concise (one sentence each)

## Source & license

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

- **Author:** [FishSerrie](https://github.com/FishSerrie)
- **Source:** [FishSerrie/skill-evolver](https://github.com/FishSerrie/skill-evolver)
- **License:** MIT

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-fishserrie-skill-evolver-hello-skill
- Seller: https://agentstack.voostack.com/s/fishserrie
- 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%.
