test-agent-found

Discover and verify missing agents with health-check status outputs.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/arendon1/agent-skills --skill test-agent-found
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-agent-found
Source: https://github.com/arendon1/agent-skills/tree/main/skill-forge/tmp/manifest-test/.agent/skills/test-agent-found
Command: npx skills add https://github.com/arendon1/agent-skills --skill test-agent-found

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find and verify missing agents in a system, reducing downtime caused by unidentified components.

Core Features & Use Cases

  • Agent discovery and status verification
  • Health checks for critical services
  • Use Case: verify essential agents before deployment

Quick Start

Run an agent discovery pass to locate the target agent and return its status.

Frequently Asked Questions about test-agent-found

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

FAQPage Schema
How do I find and verify missing agents in a deployment pipeline?

To find and verify missing agents, run a deterministic discovery pass that locates target agents in your deployment pipeline and returns a clear status output without data exfiltration. This identifies misregistered or unavailable components quickly.

What is agent discovery and how does health-check verification work?

Agent discovery is the process of locating registered agents within a runtime environment, while health-check verification confirms their operational status. This Skill implements a deterministic workflow that returns clear status outputs to reduce downtime.

Can I use agent discovery to verify essential services before deployment?

Yes, you can use this agent discovery and verification workflow to verify essential services before deployment. Running a discovery pass locates target agents and returns their health status, ensuring critical components are available prior to release.

Does agent discovery require any external dependencies or components?

No, agent discovery requires no external dependencies or components to operate. The Skill implements a standalone deterministic workflow that locates agents and performs health checks without needing additional libraries or frameworks installed.

What is the best way to check agent availability in a runtime environment?

The best way to check agent availability is running a deterministic discovery workflow that scans the runtime environment, locates registered agents, and outputs clear health-check statuses to pinpoint any missing or unverified components.

Why do agents become unavailable or misregistered in automated workflows?

Agents become unavailable or misregistered due to deployment pipeline errors, runtime environment changes, or registration failures. This Skill addresses the resulting downtime by locating missing agents and verifying their status through a deterministic health-check workflow.