用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tools-only/X-Skills --skill phase-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
基于 SOC 职业分类
正在显示 SKILL.md
| name | phase-review |
| description | Run post-execution quality gate - verifies all deliverables before marking a track complete |
| arguments | [{"name":"track_id","description":"Optional track ID to review (defaults to active track)","required":false}] |
| user_invocable | true |
Run the Evaluate Execution step of the Evaluate-Loop workflow. This is the mandatory quality gate before marking any track or phase complete.
Run this command:
tracks.mdspec.md and plan.md/phase-review
Or with a specific track:
/phase-review TRACK-001-feature-implementation
The command verifies all checks from the Evaluate-Loop:
spec.md are presentplan.md describedplan.md is fully updated with [x] markers and summariesworkflow.md checklistplan.md fully updated with task completion summariesThe command generates a completion report:
## Phase Completion Report
**Track**: [Track Name]
**Date**: [YYYY-MM-DD]
**Evaluation**: PASS | FAIL
### Deliverables
- [x] Deliverable 1 - src/components/auth/signup-form.tsx
- [x] Deliverable 2 - src/lib/api-client.ts
- [ ] Deliverable 3 - MISSING: src/hooks/useFeature.ts
### Alignment
- [x] All planned tasks executed
- [ ] DRIFT: Design system was rebuilt (not in plan)
### Quality Gates
- [x] Usability check (3 UI changes reviewed)
- [x] No console errors
- [x] Build successful
### Issues Found
1. [Issue description and severity]
### Verdict
PASS — Ready to mark complete
OR
FAIL — Fix required before completion
- Fix 1: [description]
- Fix 2: [description]
tracks.mdconductor/index.md current statusdocs: complete [TRACK-NAME] - evaluation passedplan.md/phase-review (loop back to Step 4)conductor/workflow.md — Evaluate-Loop Process (primary reference)CLAUDE.md — Mandatory Agent Rules/conductor status — See current track status/conductor implement — Execute track tasks