From health-monitor-mcp
Incident triage workflow for health-monitor-mcp using MCP server checks, dashboards, uptime evidence, and reports.
How this skill is triggered — by the user, by Claude, or both
Slash command
/health-monitor-mcp:uptime-incident-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when an MCP server or monitored service may be unhealthy.
Use this skill when an MCP server or monitored service may be unhealthy.
check_server for the narrowest live signal.get_uptime to distinguish a new failure from recurring instability.get_dashboard or get_report when multiple targets may be affected.Inspect stable error.code and error.remediation fields. Register missing targets before retrying, and do not enable local stdio unless the target and executable are trusted.
Health inspection is read-only. Do not modify registrations or alert thresholds without explicit approval.
npx claudepluginhub oaslananka/agent-tools --plugin health-monitor-mcpCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.