一键导入
verify-done
Verifies work completion by running tests, lint, and build, then applies a senior engineer review lens before marking tasks as done. 验证完成度。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verifies work completion by running tests, lint, and build, then applies a senior engineer review lens before marking tasks as done. 验证完成度。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Alias for /save-plan. Persists work plans to docs/plans/ for version control. "保存"的完整拼音别名。
Records post-mortem lessons after corrections, rework, or unexpected issues. Captures what went wrong, root cause, and prevention measures. 微复盘:记录教训和预防措施。
Commits and pushes staged changes with Chinese Conventional Commits and optional SemVer tagging. Handles staging, commit message generation, tagging, and push in one flow. 提交代码并推送到远端。
Alias for /sync-docs. Synchronizes documentation and memory files after code changes per DDD and SSOT principles. 文档驱动同步。
Tracks CI pipeline failures and iteratively fixes issues until all pipelines are green. Supports GitHub Actions, CodeArts, and other CI platforms. 迭代修复 CI 直到全绿。
Alias for /capture-lesson. Records post-mortem lessons: what went wrong, root cause, and prevention. "复盘"的完整拼音别名。
| name | verify-done |
| description | Verifies work completion by running tests, lint, and build, then applies a senior engineer review lens before marking tasks as done. 验证完成度。 |
| argument-hint | [检查范围,如:只检查 API 层] |
| disable-model-invocation | false |
| effort | max |
ls package.json Makefile pyproject.toml Cargo.toml 2>/dev/null在标记任务完成之前,证明它真的可行。本 skill 在 superpowers:verification-before-completion 的基础上增加资深工程师视角。
pnpm test / pnpm lint / pnpm build),贴出完整输出以一个 P7+ 资深工程师的视角审视:
## Completion Check
- Tests: PASS / FAIL (output summary)
- Lint: PASS / FAIL
- Build: PASS / FAIL
- 资深工程师审视: PASS / N 个顾虑
---
结论: Ready / Not Ready (附具体顾虑)
$ARGUMENTS