一键导入
sdlc-cross-review
Review a document against its SDLC lifecycle context — assess completeness and check consistency with parent documents in the document hierarchy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review a document against its SDLC lifecycle context — assess completeness and check consistency with parent documents in the document hierarchy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scaffolds a Docker "sandbox" harness into a repo so Claude Code can run in `--dangerously-skip-permissions` (YOLO) mode inside an Ubuntu container, with the project bind-mounted at /workspace and the host's ~/.claude bind-mounted for auth and session continuity. Use when the developer wants an isolated filesystem for agent writes but still wants host-visible builds, logs, and session history.
Record agent activity during Claude Code sessions. Captures plans, human input, agent decisions, and deviations via hooks and agent self-reporting.
Template-based code generation pattern using data models, templates, and helper functions to generate repetitive interface code.
Test accountability policy. All failures belong to the current changeset. Commits must include test results. No failures on main.
Reviews a SKILL.md file or skill directory for quality, correctness, and alignment with Claude Code skill conventions. Use when you've written a new skill and want to check it before committing, or when evaluating an existing skill for improvements.
Helps with things
| name | sdlc-cross-review |
| description | Review a document against its SDLC lifecycle context — assess completeness and check consistency with parent documents in the document hierarchy. |
| argument-hint | <file|folder>... |
Review the target document(s) at $ARGUMENTS against its SDLC lifecycle context.
Stop after each stage and have changes reviewed with user.
Note: This skill checks a document's position and consistency within a project hierarchy — it does not polish the document itself. Stages 0-4 are analysis only — findings are presented for discussion, not applied as edits. The developer holds final authority on all judgment calls.
Read and identify context (developer confirms)
Assess completeness (agent proposes, developer decides)
Review vs parent document (agent critiques, developer discusses)
Cross-validate against the right side (agent critiques, developer discusses)
Summary and recommendations (agent leads)
This skill sits outside the main pipeline (flesh-out -> review-steps -> strong-edit -> agent-optimize). It's a lateral check — validating a document against its project context, not polishing the document itself. Run it when a document is mature enough to check against its hierarchy.
| Goal | Use |
|---|---|
| Raw notes need structure and expansion | flesh-out |
| Draft needs polish and consistency | review-steps |
| Complete draft needs critical evaluation | strong-edit |
| Check document against its SDLC hierarchy | sdlc-cross-review |
| Finalized document needs agent-friendly restructuring | agent-optimize |
The V-model pairs each definition stage with a corresponding testing stage. The left side decomposes requirements; the right side validates them. Each level on the right validates the corresponding level on the left.
Requirements Analysis ◄──────────────────► Acceptance Testing
│ ▲
│ constrains │ validates
▼ │
System Design ◄────────────────────────────► System Testing
│ ▲
│ constrains │ validates
▼ │
Architecture Design ◄──────────────────────► Integration Testing
│ ▲
│ constrains │ validates
▼ │
Module Design ◄────────────────────────────► Unit Testing
│ ▲
│ constrains │ validates
▼ │
Implementation
| Left Side (Definition) | Right Side (Validation) |
|---|---|
| Requirements analysis | Acceptance testing |
| System design | System testing |
| Architecture design | Integration testing |
| Module design | Unit testing |
Not every project will use all levels. Identify which levels the project uses and apply the relevant checks.