CI

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.zip

Installs 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 configuration
66 charsno explicit “when” trigger
Intermediate

Key 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

You give it
A `cicd.yml` configuration file
You get back
Results of smoke tests based on the `cicd.yml` configuration

When to use cicd-smoke

  • Running smoke tests
  • Verifying CI/CD pipeline
  • Smoke testing after deployment
  • Checking build health

About this skill

<!-- GENERATED by claude-power-pack - scripts/codex-skill-sync.py; edit .claude/commands/cicd/smoke.md instead -->

Codex harness adaptations

Generated from a Claude Code command. Where the procedure references these Claude-only surfaces, adapt as follows:

  • CLAUDE.md references: Codex reads AGENTS.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.

SkillInstallsUpdatedSafetyDifficulty
cicd-smoke (this skill)05moNo flagsIntermediate
ci-cd06moReviewIntermediate
fixing-pipeline-errors05moReviewIntermediate
e2e-test-service-management06moCautionBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry