# Spec Review

> |

- **Type:** Skill
- **Install:** `agentstack add skill-dapi-claude-code-marketplace-spec-review`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [dapi](https://agentstack.voostack.com/s/dapi)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [dapi](https://github.com/dapi)
- **Source:** https://github.com/dapi/claude-code-marketplace/tree/master/spec-reviewer/skills/spec-review

## Install

```sh
agentstack add skill-dapi-claude-code-marketplace-spec-review
```

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

## About

# Spec Review Skill

Роутер для ревью спецификаций. Определяет источник и уровень глубины,
затем ВЫЗЫВАЕТ команду `/spec-review` через Skill tool.

## КРИТИЧЕСКИ ВАЖНО

Эта skill — роутер. Твоя задача:
1. Извлечь источник (URL, path, #number) из ОРИГИНАЛЬНОГО сообщения пользователя
2. Определить уровень глубины (флаги или ключевые слова)
3. Вызвать Skill tool с `skill: "spec-review"` и корректным `args`

**НЕ выводи текст описывающий вызов. ВЫПОЛНИ вызов через Skill tool.**
**НЕ теряй URL/path из оригинального сообщения пользователя.**

## Алгоритм

### 1. Извлечь источник из сообщения пользователя

Найди в ОРИГИНАЛЬНОМ сообщении пользователя (до загрузки этого скилла) один из:

| Тип | Паттерн | Пример args |
|-----|---------|-------------|
| Google Doc | `docs.google.com/document/d/...` | `https://docs.google.com/document/d/1abc123/edit` |
| GitHub Issue | `github.com/.../issues/N` или `#N` с ревью-контекстом | `https://github.com/org/repo/issues/42` |
| Docmost | `https://{domain}/p/{pageId}` | `https://docs.company.com/p/3f6f2b9d` |
| Локальный файл | путь к файлу | `docs/spec.md` |
| Текст в сообщении | большой блок текста (>500 символов) | _(пустая строка)_ |

**GitHub Issue**: активируй ТОЛЬКО при ревью-контексте (слова: "проверь", "ревью", "review", "analyze", "проанализируй", "спеку", "ТЗ"). Без ревью-контекста — это github-issues или task-routing.

### 2. Определить уровень глубины

**Явные флаги** (приоритет):

| Флаг | Синоним |
|------|---------|
| `--quick` | `-q` |
| `--standard` | `-s` |
| `--deep` | `-d` |
| `--exhaustive` | `-e` |
| `--no-ask` | _(доп. флаг, совместим с любым уровнем)_ |

**Ключевые слова** (если нет флага):
- "быстро", "только критичное", "только блокеры" -> `--quick`
- "тщательно", "подробно", "глубоко", "детально" -> `--deep`
- "полный аудит", "исчерпывающий", "всё проверить" -> `--exhaustive`

### 3. Собрать args и вызвать Skill tool

Формат args: `[depth_flag] [--no-ask] `

Примеры готовых args:
- `https://github.com/org/repo/issues/42`
- `--quick #42`
- `--deep docs/spec.md`
- `--exhaustive https://docs.google.com/document/d/xxx`
- `--no-ask #42`
- _(пустая строка, если текст спецификации в сообщении)_

**Теперь вызови Skill tool** с `skill: "spec-review"` и собранным `args`.

## Source & license

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

- **Author:** [dapi](https://github.com/dapi)
- **Source:** [dapi/claude-code-marketplace](https://github.com/dapi/claude-code-marketplace)
- **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-dapi-claude-code-marketplace-spec-review
- Seller: https://agentstack.voostack.com/s/dapi
- 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%.
