MySQL Web
Use this skill as a basic starting point.
Workflow
- Review the current schema, queries, and access layer.
- Identify correctness, performance, or maintainability issues.
- Keep schema and query changes minimal and safe.
- Preserve transaction and indexing considerations.
- Verify changes against representative data patterns.
Output
- Produce practical MySQL focused changes.
- Keep database logic maintainable and explicit.
- Prefer safe schema evolution over risky rewrites.