# Code Review

> Systematic code review checklist

- **Type:** Skill
- **Install:** `agentstack add skill-openscribbler-syllago-code-review`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [OpenScribbler](https://agentstack.voostack.com/s/openscribbler)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [OpenScribbler](https://github.com/OpenScribbler)
- **Source:** https://github.com/OpenScribbler/syllago/tree/main/content/skills/code-review
- **Website:** https://syllago.dev

## Install

```sh
agentstack add skill-openscribbler-syllago-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

Perform a systematic code review across four dimensions:

## Correctness

- Does the logic handle edge cases (empty input, boundary values, concurrent access)?
- Are error paths handled and propagated correctly?
- Do tests cover the happy path and at least one failure path?
- Does the implementation match the spec or PR description?

## Clarity

- Are names accurate and self-documenting?
- Is each function focused on one responsibility?
- Would a new contributor understand this in 5 minutes without explanation?

## Safety

- Are there injection risks at system boundaries (SQL, shell, HTML output)?
- Is untrusted input validated before use?
- Are secrets or credentials accidentally exposed in code or logs?

## Completeness

- Are there missing test cases for documented behavior?
- Is documentation updated if behavior changed?
- Are breaking changes backwards-compatible or flagged?

## Output format

Report findings as:
- **Must Fix** — correctness or security issues that block merge
- **Should Fix** — meaningful improvements worth addressing now
- **Consider** — observations that may improve the code but aren't blocking

## Source & license

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

- **Author:** [OpenScribbler](https://github.com/OpenScribbler)
- **Source:** [OpenScribbler/syllago](https://github.com/OpenScribbler/syllago)
- **License:** Apache-2.0
- **Homepage:** https://syllago.dev

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