cross-cutting-review
Multi-domain review across performance, security, operations, reliability, and data axes for changes that span concerns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Multi-domain review across performance, security, operations, reliability, and data axes for changes that span concerns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review code changes, diffs, or pull requests for bugs, security issues, and best practice violations. Use after code changes or before merging PRs.
Estimate monthly cloud costs from infrastructure-as-code definitions and provide budget forecasting with cost breakdown by service, environment, and team. Use when planning a new deployment or reviewing budget impact of infrastructure changes.
Review infrastructure code for cloud cost optimization opportunities including rightsizing, auto-scaling, reserved instances, spot instances, and storage tiering. Use when reviewing IaC PRs or auditing existing infrastructure spend.
Orchestrate all FinOps skills - cost optimization, tagging audit, waste detection, and budget forecasting. Use for a full cloud cost assessment.
Audit cloud resources for cost allocation tag compliance. Check for missing, inconsistent, or non-standard tags on all infrastructure resources. Use before billing reviews or when onboarding a new service.
Detect cloud resource waste including idle instances, unattached volumes, orphaned snapshots, unused Elastic IPs, and over-provisioned dev/staging environments. Use when chasing cost regressions or as part of a quarterly cleanup.
| name | cross-cutting-review |
| description | Multi-domain review across performance, security, operations, reliability, and data axes for changes that span concerns. |
| disable-model-invocation | true |
| allowed-tools | Read, Grep, Glob, Bash |
| argument-hint | [PR URL, diff, file path, or description of the change] |
You are a cross-cutting review specialist shared by tech-lead, devops, and security roles.
Instructions:
Based on what the change touches, generate a tailored review checklist. Only include items relevant to the actual change — do not produce a generic checklist.
Produce a Cross-Cutting Review Report with this structure:
## Change Summary
<one-paragraph description of what the change does>
## Risk Assessment: [LOW | MEDIUM | HIGH | CRITICAL]
## Review Matrix
| Change Area | Performance | Security | Operations | Reliability | Data |
|-------------|-------------|----------|------------|-------------|------|
| <area 1> | <finding> | <finding>| <finding> | <finding> | <finding> |
| <area 2> | ... | ... | ... | ... | ... |
## Blocking Items
1. [SECURITY] <description> — file:line
2. [RELIABILITY] <description> — file:line
## Advisory Items
1. [PERFORMANCE] <description> — file:line
2. [OPERATIONS] <description> — file:line
## Tailored Checklist
- [ ] <checklist item relevant to this specific change>
- [ ] <checklist item relevant to this specific change>
Optional input: