CI
cicd-smoke
Trigger `/cicd:smoke`. Run smoke tests from cicd.yml configuration
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 configuration66 charsno explicit “when” trigger
About this skill
cicd-smoke
Trigger
- Primary:
/cicd:smoke - Text alias:
cicd:smoke
Source Mapping
- Prompt entrypoint:
.codex/prompts/cicd/smoke.md
Execution
- Use this skill when the user invokes
/cicd:smokeor explicitly asks for thesmokeCI/CD workflow. - Follow the workflow steps in
.codex/prompts/cicd/smoke.mdas the authoritative runbook. - Keep Codex-native paths and wording (
AGENTS.md,.codex/*) when presenting or adapting instructions. - Preserve confirmation steps before any overwrite or destructive action.