Smoke Test
Quickly verifies basic system functionality and dependencies without full execution to identify immediate issues.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add smoke-test npx -- -y @trustedskills/smoke-test
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"smoke-test": {
"command": "npx",
"args": [
"-y",
"@trustedskills/smoke-test"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The smoke-test skill provides a basic test suite to verify functionality. It executes a predefined set of tests and reports on their success or failure, offering an initial assessment of system health. This helps quickly identify potential issues before more extensive testing is performed.
When to use it
- Initial deployment verification: After deploying new code or infrastructure changes, run the smoke test to ensure core components are functioning as expected.
- Automated build pipelines: Integrate the skill into CI/CD pipelines for rapid feedback on code quality and stability.
- Incident response: Quickly assess the impact of an incident by running a smoke test to determine if critical functionality is affected.
- Routine health checks: Schedule regular smoke tests to proactively identify potential issues before they escalate.
Key capabilities
- Executes predefined test suite
- Reports success or failure status
- Provides initial system health assessment
Example prompts
- "Run the smoke test."
- "Execute the default test suite and report results."
- "Perform a quick check of core functionality."
Tips & gotchas
The skill requires a predefined set of tests to be configured. The specific tests executed will depend on the configuration provided, so ensure these accurately reflect critical system functions.
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 |
🌐 Community
Passed automated security scans.