.claude/skills/cross-cutting-review/SKILL.md
Multi-domain review across performance, security, operations, reliability, and data axes for changes that span concerns.
npx skillsauth add foutoucour/guitar-match cross-cutting-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
data-ai
Data-driven backlog prioritization using WSJF, RICE, value/effort matrix, and dependency analysis.
development
Generate unit and integration tests for project code. Use when new code is written or test coverage needs improvement.
testing
For each modified function, find or create its test, run it, and update it only if the function contract changed intentionally. Never silently adjust tests to make failures disappear.
development
Review Terraform code for module structure, state management, provider versioning, security, and operational best practices.