一键导入
checklist
Run a category-specific quality pass (security / performance / accessibility / i18n / privacy / observability) against the current plan and code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a category-specific quality pass (security / performance / accessibility / i18n / privacy / observability) against the current plan and code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Check for drift between spec.md, plan.md, tasks.md, and the actual code. Reports the gaps; does not fix them.
Surface [NEEDS CLARIFICATION] markers in spec.md (or plan.md) to the user, one at a time, and edit the file with the answers.
Bootstrap or amend constitution.md (framework, preset, or project). Inspects existing project context first; enforces the amendment process: issue first, one article per PR, reviewer non-author.
Print the pipeline quick-reference — a one-screen summary of every /aia:* command and its hand-offs, prefixed by a state-aware "Próximo passo" line.
Execute an approved plan + tasks list by dispatching one fresh subagent per task and applying two-stage review (spec compliance, then code quality) before moving on.
Turn an approved spec.md into a plan.md (plus research, data-model, contracts as needed) that passes the Constitution Check.
| name | checklist |
| description | Run a category-specific quality pass (security / performance / accessibility / i18n / privacy / observability) against the current plan and code. |
| metadata | {"aiadev":{"version":"0.2.0","inputs":[{"type":"text","description":"Category name (security, performance, accessibility, internationalization, privacy, observability, or a preset-defined category)."},{"type":"dir","path":"specs/<branch>/"}],"outputs":[{"type":"file","path":"specs/<branch>/checklists/<category>.md"}],"requires":["constitution","templates/checklist-template.md"]}} |
Apply a focused quality pass in one category. Default categories ship with the template; presets can add more.
Announce at start: "Using the checklist skill in mode."
plan.md exists. Running a checklist before plan is premature.templates/checklist-template.md is available.specs/<branch>/checklists/<category>.md.PASS, FAIL, or N/A.T<NNN> in tasks.md if none exists).N/A item is PASS or has an owner task.PASS without evidence. "Looks fine" is not evidence.implement like any other work.requesting-code-review.implement run.