cicd-smoke
Runs smoke tests defined in CI/CD configurations.
Install
mkdir -p .claude/skills/cicd-smoke && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13628" && unzip -o skill.zip -d .claude/skills/cicd-smoke && rm skill.zipInstalls to .claude/skills/cicd-smoke
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Trigger `/cicd:smoke`. Run smoke tests from cicd.yml configurationKey capabilities
- →Run smoke tests from `cicd.yml` configuration
- →Adapt Claude Code command references to Codex surfaces
- →Read `AGENTS.md` as the target repo's agent-context file
- →Execute the full procedure from `reference.md`
How it works
This skill executes smoke tests by reading the `cicd.yml` configuration and adapting Claude Code command references for Codex.
Inputs & outputs
When to use cicd-smoke
- →Running smoke tests
- →Verifying CI/CD pipeline
- →Smoke testing after deployment
- →Checking build health
About this skill
Codex harness adaptations
Generated from a Claude Code command. Where the procedure references these Claude-only surfaces, adapt as follows:
CLAUDE.mdreferences: Codex readsAGENTS.md; treat them as the target repo's agent-context file.
$cicd-smoke - Smoke Tests
Run smoke tests from cicd.yml configuration
Full procedure
Read reference.md in this skill directory for the complete, authoritative procedure before acting on this skill.
When not to use it
- →When the project does not have a `cicd.yml` configuration for smoke tests
Limitations
- →Requires a `cicd.yml` file to define smoke tests
- →Relies on `reference.md` for the complete procedure
How it compares
This workflow directly uses the project's `cicd.yml` for smoke tests, ensuring consistency with defined CI/CD processes rather than requiring separate test definitions.
Compared to similar skills
cicd-smoke side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| cicd-smoke (this skill) | 0 | 5mo | No flags | Intermediate |
| ci-cd | 0 | 6mo | Review | Intermediate |
| fixing-pipeline-errors | 0 | 5mo | Review | Intermediate |
| e2e-test-service-management | 0 | 6mo | Caution | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by cooneycw
View all by cooneycw →You might also like
ci-cd
ZacharyLuz
Continuous Integration and Continuous Deployment best practices. Use when setting up automated build pipelines, test automation, deployment workflows, or improving release processes.
fixing-pipeline-errors
gitwalter
Systematic error detection and fixing strategy for CI/CD pipeline failures
e2e-test-service-management
raphaelmansuy
Service management for E2E testing in EdgeQuake. Start, stop, and monitor PostgreSQL, backend API, and frontend services. Includes health checks and logging utilities for interactive testing workflows.
ci-verification
vemikrs
>
chain-build-engineer
heidaraliy
Build and test workflow for Chain. Use for validation triage, package scripts, coverage gates, CI equivalents, and npm package checks.
travis-ci-testing
ssrjkk
Testing with Travis CI. automated tests.