test-agent

Executes a test agent in a workspace to validate integration and basic command functionality.

3|1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/i3ringit/antigravity-cortex --skill test-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-agent
Source: https://github.com/i3ringit/antigravity-cortex/tree/main/.agent/skills/test-agent
Command: npx skills add https://github.com/i3ringit/antigravity-cortex --skill test-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a lightweight mechanism to verify agent integration by running a test agent within a project workspace, ensuring basic operational readiness.

Core Features & Use Cases

  • Agent readiness validation: Quickly confirms that an agent can be discovered, loaded, and invoked in the local environment.
  • Basic execution tests: Performs a minimal task to validate communication with the agent runtime and manifest, without requiring external services.
  • Use Case: In a new project, use this Skill to confirm that the agent framework initializes correctly and responds to a simple command.

Quick Start

Run the test-agent in your workspace to perform a lightweight availability check on the agent runtime.

Frequently Asked Questions about test-agent

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

FAQPage Schema
How do I validate that my agent is properly integrated and ready to run?

Agent validation confirms your agent can be discovered, loaded, and invoked in your local environment. This Skill executes a test agent within your workspace to verify basic operational readiness without external dependencies, ensuring the agent manifest initializes correctly and responds to commands.

What does it mean to test agent integration in a workspace?

Testing agent integration means running a lightweight check to confirm the agent framework initializes, the manifest loads properly, and basic command execution works. This Skill performs minimal task execution to validate communication between your agent runtime and manifest in your local development environment.

Can I use this to verify a new agent setup without external services?

Yes. This Skill provides a lightweight mechanism for quick agent readiness validation in new projects by performing local execution tests. It checks agent discovery, loading, and command execution within your workspace without requiring external services or complex configuration.

What agent requirements does this test check?

This Skill validates that your agent defines a minimal frontmatter with name and description, confirms the agent can be discovered and invoked locally, and checks for optional scripts/ or references/ directories when present in your project structure.

Why would I run an agent test before full deployment?

Agent testing before deployment catches initialization issues, manifest configuration problems, and runtime communication failures early. This Skill provides quick feedback on whether your agent framework is operational in your local environment before moving to integration or production stages.