Smoke Test
Helps with AI, testing as part of orchestrating AI agents and multi-step workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add mastra-ai-smoke-test npx -- -y @trustedskills/mastra-ai-smoke-test
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mastra-ai-smoke-test": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mastra-ai-smoke-test"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The smoke-test skill provides a lightweight validation mechanism for Mastra AI agents, ensuring core functionalities operate correctly before deploying complex workflows. It acts as an initial health check to confirm that agent configurations, tools, and integrations are properly connected and responsive.
When to use it
- Verify new agent deployments immediately after installation or configuration changes.
- Validate that external tool integrations (e.g., APIs, databases) are reachable and functioning.
- Perform quick regression checks before running full-scale integration tests.
- Confirm basic prompt handling and response generation capabilities in a production environment.
Key capabilities
- Executes rapid, non-intrusive checks on agent readiness.
- Validates connectivity to configured tools and external services.
- Provides immediate feedback on critical system health without deep testing overhead.
Example prompts
- "Run a smoke test to verify my customer support agent is connected to the Zendesk API."
- "Check if the data retrieval tool in my analytics agent is responding correctly."
- "Perform a quick validation of my new agent's core configuration before the team review."
Tips & gotchas
Ensure all required environment variables and API keys are set before running the test, as missing credentials will cause immediate failure. This skill is designed for speed; it does not replace comprehensive unit or integration testing suites needed for complex logic verification.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.