# Lissom Review

> Dispatches to lissom-reviewer agent to review the implementation given an explicit task_dir, which contains the related documents.

- Skill: `cuzfrog/lissom-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cuzfrog/lissom-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cuzfrog/lissom-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: cuzfrog (https://skillmd.com/u/cuzfrog)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/cuzfrog/lissom-review

---


## Inputs

- `task_dir` = "$0"

## Process

Use Tool `Agent` to spawn `lissom-reviewer`, passing it the `task_dir`.

## Completion

Verify `<task_dir>/Review.md` exists and is non-empty.

Return to the caller with:
- Confirmation that `Review.md` was written.
- Whether any findings exist (the caller owns threshold logic and fix-loop decisions).

Do **not** attempt to fix code or mark the task as done.

