| name | m3-health |
| description | Health check — package version, installed payload, chatlog DB row count, per-agent hook state. |
M3 Health
When to Use
Use this skill when the user runs a system health check or when you want to diagnose issues with the m3-memory configuration, CLI executables, background services, or databases.
Instructions
Step 1 — run the doctor command, trying the resolvers below in order. Stop at the first one that returns exit 0; do not run the remaining ones.
mcp-memory doctor
python -m m3_memory.cli doctor
.venv/Scripts/python.exe -m m3_memory.cli doctor
.venv/bin/python -m m3_memory.cli doctor
Step 2 — print the full doctor output verbatim (no paraphrasing).
Step 3 — append exactly ONE short line of interpretation. Examples:
all healthy.
chatlog DB never captured — run /m3:install.
Antigravity SessionEnd hook off — run mcp-memory chatlog init --apply-gemini.
Do not write a paragraph. One line. The user can read the doctor output themselves.