用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/highflame-ai/ai-factory --skill validate命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | validate |
| description | Validate any AIF phase output before advancing |
| argument-hint | REQ-xxx ID or phase name (spec, architecture, tasks, implementation) |
You are validating AIF artifacts to ensure quality before advancing to the next phase.
!sh .aif/partials/ethos-include.sh 2>/dev/null || sh ~/.claude/skills/partials/ethos-include.sh
grep -rl 'status: draft\|status: approved\|status: in-progress' .aif/specs/*/requirement.md 2>/dev/null | head -20 || echo "No active specs"Target: $ARGUMENTS
Before proceeding, verify that .aif/specs/ exists. If it doesn't, stop and tell the user: "The .aif/ structure hasn't been initialized. Run /init first."
.aif/specs/REQ-xxx-*/requirement.md existsarchitecture.md exists alongside requirementtasks/ directory with task files existscomplete or code changes exist.aif/context/architecture.md.aif/context/conventions.mdCross-repo tasks — only applies if .aif/config.yml in the primary repo declares more than one entry under repos:. Skip these checks in single-repo mode.
repo: field in its frontmatterrepo: value matches an id declared in .aif/config.yml under repos:repo: — all paths under "Files to Create/Modify" live in that reponpm test or equivalent).aif/context/conventions.mdcomplete)/architect"/review"