# Review

> >

- **Type:** Skill
- **Install:** `agentstack add skill-adeerkhan-vitruvius-review`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [adeerkhan](https://agentstack.voostack.com/s/adeerkhan)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [adeerkhan](https://github.com/adeerkhan)
- **Source:** https://github.com/adeerkhan/vitruvius/tree/main/skills/review

## Install

```sh
agentstack add skill-adeerkhan-vitruvius-review
```

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

## About

# Engineering Artifact Review

Run an adversarial review of an engineering artifact. This reuses the
`engineering-research` evidence discipline but the artifact is the subject,
not a question to research.

## Workflow

Follow the artifact contract: save findings to `outputs/-review.md`.

1. **Identify the artifact and its claims** — what is it (design, calc set,
   spec, brief, report), what does it claim, and what standard/code governs it?
2. **Verify the load-bearing items** — for a design: loads, factors, material
   properties, code sections, sign conventions. For a report: every number,
   figure, and citation. Check each against the primary source.
3. **Produce a severity-graded review**:
   - **FATAL** — unsafe, non-compliant, or unsupported; must fix before use
   - **MAJOR** — likely wrong or a real gap; fix before finalizing
   - **MINOR** — clarity, consistency, polish
   Each finding cites the specific section/line/claim it targets.
4. **Check what was NOT verified** — mark `blocked` where the source could not
   be read; never let a missing check read as a pass.
5. **Write a revision plan** — prioritized, concrete steps per finding.

## Output

Save exactly one review to `outputs/-review.md`:

- Summary assessment
- Strengths (tied to specific evidence)
- Findings (FATAL / MAJOR / MINOR, each anchored to a section/claim)
- Verification status (`verified` / `inferred` / `blocked` per load-bearing item)
- Revision plan

Do not praise vaguely. Do not predict "approval" — assess revision risk and
evidence quality.

## Scope and Boundaries

- This skill produces research — it does NOT produce final designs or construction documents.
- **Research-only, not for final engineering sign-off.** Licensed engineers must review and approve any design based on this research.

## Source & license

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

- **Author:** [adeerkhan](https://github.com/adeerkhan)
- **Source:** [adeerkhan/vitruvius](https://github.com/adeerkhan/vitruvius)
- **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-adeerkhan-vitruvius-review
- Seller: https://agentstack.voostack.com/s/adeerkhan
- 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%.
