一键导入
story-complete
Verify a story is complete by checking acceptance criteria, running all tests, and updating status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify a story is complete by checking acceptance criteria, running all tests, and updating status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Implement a backlog story following the layer order (Domain, Database, API, Frontend, E2E) with TDD.
Review the backlog to determine what to work on next by checking epic and story statuses in docs/backlog/.
Automates pre-commit workflow: lint, test, review changes, then commit with conventional commit format.
Add end-to-end Playwright tests for a feature using data-testid selectors, with API and UI test patterns.
Add unit tests for domain logic, database adapters, API endpoints, or frontend components using Vitest patterns.
Create a new user story in the backlog with technical tasks, test scenarios, and epic integration.
基于 SOC 职业分类
| name | story-complete |
| description | Verify a story is complete by checking acceptance criteria, running all tests, and updating status. |
| disable-model-invocation | true |
pnpm lint
pnpm test
pnpm test:e2e
docs/backlog/USER_FEATURES.md/review-backlog to identify next work