Content Preview
--- name: running-smoke-tests description: | Execute fast smoke tests validating critical functionality after deployment. Use when performing specialized testing. Trigger with phrases like "run smoke tests", "quick validation", or "test critical paths". allowed-tools: Read, Write, Edit, Grep, Glob, Bash(test:smoke-*) version: 1.0.0 author: Jeremy Longshore <[email protected]> license: MIT compatible-with: claude-code, codex, openclaw --- # Smoke Test Runner ## Overview Execute f
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/running-smoke-tests.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/testing/smoke-test-runner/skills/running-smoke-tests/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at plugins/testing/smoke-test-runner/skills/running-smoke-tests/SKILL.md
Related Skills
Running Integration Tests
This skill enables Claude to run and manage integration test suites. It automates environment setup, database seeding, service orchestration, and cleanup. Use this skill when the user asks to "run integration tests", "execute integration tests", or any command that implies running integration tests
skill-adapterrunning integration tests
by jeremylongshore · plugins-plus-skills
Running Mutation Tests
This skill enables Claude to validate test suite quality by performing mutation testing. It is triggered when the user asks to run mutation tests, analyze test effectiveness, or improve test coverage. The skill introduces code mutations, runs tests against the mutated code, and reports on the "survi
skill-adapterrunning mutation tests
by jeremylongshore · plugins-plus-skills
Running Clustering Algorithms
This skill enables Claude to execute clustering algorithms on datasets. It is used when the user requests to perform clustering, identify groups within data, or analyze data structure. The skill supports algorithms like K-means, DBSCAN, and hierarchical clustering. Claude should use this skill when
skill-adapterrunning clustering algorithms
by jeremylongshore · plugins-plus-skills
Running Load Tests
This skill enables Claude to create and execute load tests for performance validation. It is designed to generate load test scripts using tools like k6, JMeter, and Artillery, based on specified test scenarios. Use this skill when the user requests to create a "load test", conduct "performance testi
skill-adapterrunning load tests
by jeremylongshore · plugins-plus-skills