From spec-reviewer
Reviews specifications and technical requirements for gaps, inconsistencies, and contradictions from Google Docs, GitHub issues, Docmost docs, pasted text, or local files with configurable depth: --quick to --exhaustive.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spec-reviewer:spec-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Роутер для ревью спецификаций. Определяет источник и уровень глубины,
Роутер для ревью спецификаций. Определяет источник и уровень глубины,
затем ВЫЗЫВАЕТ команду /spec-review через Skill tool.
Эта skill — роутер. Твоя задача:
skill: "spec-review" и корректным argsНЕ выводи текст описывающий вызов. ВЫПОЛНИ вызов через Skill tool. НЕ теряй URL/path из оригинального сообщения пользователя.
Найди в ОРИГИНАЛЬНОМ сообщении пользователя (до загрузки этого скилла) один из:
| Тип | Паттерн | Пример 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.
Явные флаги (приоритет):
| Флаг | Синоним |
|---|---|
--quick | -q |
--standard | -s |
--deep | -d |
--exhaustive | -e |
--no-ask | (доп. флаг, совместим с любым уровнем) |
Ключевые слова (если нет флага):
--quick--deep--exhaustiveФормат args: [depth_flag] [--no-ask] <source>
Примеры готовых 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.
npx claudepluginhub dapi/claude-code-marketplace --plugin spec-reviewerReviews specs, PRDs, requirements, and design docs for unrelated features, oversized scope, contradictions, feasibility issues, scope imbalance, omissions, ambiguity, security concerns, and git repo conflicts.
Reviews PRDs and specs for completeness, ambiguities, edge cases, acceptance criteria quality. Structures findings by severity and offers direct fixes.
Reviews spec.md files for completeness, clarity, implementability, testability, and structure. Identifies ambiguities, gaps, and missing sections before implementation.