Prompt #81

Back to prompts
Architecture Audit
Code Β· claude-3.7-sonnet
5/5
Variables
context, code
Tags
architecture,design,scalability
Source
research-2026-05-01
Use count
0
Created
2026-05-01T18:11:52.162090+00:00
Updated
2026-05-01T18:11:52.162090+00:00

Content

Review the following system architecture description and code for:
- Separation of concerns violations
- Coupling and cohesion issues
- Scalability bottlenecks
- Missing abstractions or over-engineering
- Observability gaps (logging, metrics, tracing)

Architecture context: {{context}}

Code/diagram:
{{code}}

Provide a structured report with: findings, severity, and recommended refactoring steps.