skills/review-spec/SKILL.md
Review technical spec documents from completeness, feasibility, risk, and code consistency perspectives.
npx skillsauth add sd0xdev/sd0x-dev-flow review-specInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
/codex-review-fast)/codex-review-doc)/tech-spec)Agent({
description: "Review technical spec for completeness, feasibility, and risk",
subagent_type: "tech-spec-reviewer",
prompt: `Review the following technical spec document.
Follow the review dimensions and output format defined in this skill.`
})
$ARGUMENTS
| Step | Focus | |------|-------| | 1 | Read the technical spec | | 2 | Research related code | | 3 | Completeness check | | 4 | Feasibility assessment | | 5 | Risk review | | 6 | Code consistency | | 7 | Test strategy |
# Technical Spec Review Report
**Reviewed Document**: `$ARGUMENTS`
## Review Summary
| Dimension | Rating | Notes |
|-----------|--------|-------|
| Completeness | ⭐⭐⭐⭐☆ | |
| Feasibility | ⭐⭐⭐☆☆ | |
| Risk Assessment | ⭐⭐⭐⭐☆ | |
| Code Consistency | ⭐⭐⭐⭐⭐ | |
| Test Strategy | ⭐⭐⭐☆☆ | |
## Overall Verdict
✅ Approved / ⚠️ Needs revision / ❌ Needs redesign
## Strengths
-
## Issues & Recommendations
### 🔴 Must Fix (Blocker)
### 🟡 Suggested Changes
### 🟢 Optional Improvements
documentation
Rewrite the previous reply in Traditional Chinese
development
Monitor GitHub Actions CI runs until completion. Use when: watching CI after push, checking build status, monitoring PR checks, waiting for CI completion, user says 'watch CI', 'check CI', 'CI status', 'monitor build', or /watch-ci. Not for: pushing code (use push-ci), creating PRs (use create-pr). Output: per-run verdict (pass/fail/timeout).
development
Verification loop — lint -> typecheck -> unit -> integration -> e2e
development
Research current code state then update corresponding docs, ensuring docs stay in sync with code.