| name | mysql-instance-health-review |
| description | Reviews MySQL or MariaDB instance-level health signals such as connections, core settings, and operational pressure. Use when: the user wants a broad instance health check, config posture review, or an explanation of whether the database looks stable enough before deeper tuning work.
|
| license | MIT |
| compatibility | opencode |
| metadata | {"owner":"mysql-admin","type":"read-only","approval":"No"} |
mysql-instance-health-review
Owner: mysql-admin
Type: read-only
Approval: No
What I Do
Summarises MySQL/MariaDB instance posture beyond one query or one table.
When to Use Me
- broad instance health review
- config posture discussion
- connection pressure review
Context Requirements
Requires already loaded:
.crux/workspace/mysql-admin/MEMORY.md
Loads during execution (lazy):
.crux/docs/mysql-operations-principles.md
(generate from agent assets first if missing)
Inputs
| Input | Source | Required |
|---|
target-host | user / MEMORY.md | Yes |
Steps
1. Inspect broad instance signals
2. Identify pressure, risk, or drift
3. Return concise instance health note
4. Skill complete — unload
Output
Inline markdown summary.
Error Handling
| Condition | Action |
|---|
| Evidence is partial | mark unknowns explicitly |
| Unexpected failure | Stop. Write error to bus. Notify user. |