agent-health-check

Assess Agent Studio agents for systemic issues and readiness gaps.

3|3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/webdevcom01-cell/agent-studio --skill agent-health-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-health-check
Source: https://github.com/webdevcom01-cell/agent-studio/tree/main/skills/agent-health-check
Command: npx skills add https://github.com/webdevcom01-cell/agent-studio --skill agent-health-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides an automated health-check framework for the Agent Studio AgentStack, delivering a structured health score and prioritized remediation to quickly identify systemic issues before pipelines run.

Core Features & Use Cases

  • Global health diagnostics across all agents (D0, A) and production scope
  • Per-agent KB wiring (kb_search) and KB embedding status (as_list_knowledge_bases)
  • Duplicate agent name detection and risk assessment for deterministic calls
  • Generates a prioritized action list for engineering teams to fix critical gaps

Quick Start

Request a full production health check to generate a prioritized report and suggested fixes for all production agents.

Frequently Asked Questions about agent-health-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a health check on production agents in Agent Studio?

Run a production health check by requesting a full assessment across Agent Studio agents. The system performs a two-phase scan to evaluate global flows, model availability, and KB wiring, returning a structured score and prioritized action list.

What does an agent KB wiring diagnostic cover?

An agent KB wiring diagnostic covers per-agent knowledge base connectivity and embedding status. It verifies that kb_search and as_list_knowledge_bases are correctly configured to surface readiness gaps before production pipelines execute.

Why do duplicate agent names cause issues with deterministic calls?

Duplicate agent names cause issues with deterministic calls because the system cannot guarantee routing to the correct target. The health assessment includes duplicate name detection to identify and assess this risk for production agents.

Does the health check work with MCP health tooling?

Yes, the health check is compatible with MCP health tooling. It returns a structured health score, issue list, and recommended actions formatted to integrate with existing MCP diagnostic workflows.

What is included in a global agent health report?

A global agent health report includes a structured health score, a prioritized issue list, and recommended remediation actions. It assesses global flows, model availability, per-agent KB wiring, and embedding status across the AgentStack.

How do I assess model availability for production agents?

Assess model availability by triggering the two-phase health evaluation. This diagnostic scans the production scope to verify model readiness and surfaces any availability gaps in the returned issue list.