一键导入
pre-implementation
Mandatory checklist before starting implementation. Use this before writing code for any non-trivial task.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Mandatory checklist before starting implementation. Use this before writing code for any non-trivial task.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
E2E test skill that confirms plugin loading works.
Templates and process for creating devcontainer configurations. Use this when setting up a new project, adding devcontainer support, or creating devcontainers for worktrees.
Procedure for creating a git worktree and devcontainer for a new task. Use this when starting a new development task.
Cross-model code review before every PR. Use this after code is written and before pushing.
Production Dockerfile and container runtime security checklist. Use this when building Docker/Podman images or configuring container deployments.
Step-by-step OWASP Top 10 security review checklist. Use this when reviewing code for security issues, submitting a PR, or when code touches authentication, authorization, data storage, or external communication.
| name | pre-implementation |
| description | Mandatory checklist before starting implementation. Use this before writing code for any non-trivial task. |
Run through this checklist before writing any code. Skip a step only if it genuinely does not apply (e.g., no UI = skip designer).
Invoke @product to confirm:
If the repo is on GitHub, a GitHub Issue must exist with acceptance criteria before proceeding.
Invoke @architect if the task involves:
Confirm:
Invoke @designer if the task involves:
Confirm:
<type>/<issue-number>-<short-description>For infrastructure, security, or integration-heavy tasks:
For issues that already have testable acceptance criteria in the GitHub Issue AND the expected diff is ≤100 lines: