# 496 Retellai CI Integration 3f5d5260

> retellai-ci-integration

- Skill: `tools-only/496-retellai-ci-integration-3f5d5260` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/496-retellai-ci-integration-3f5d5260`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/496-retellai-ci-integration-3f5d5260/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/496-retellai-ci-integration-3f5d5260

---

# retellai-ci-integration

> Configure Retell AI CI/CD integration with GitHub Actions, automated agent testing, and release workflows

## Directory Structure

```
retellai-ci-integration/
├── SKILL.md
└── examples/
    └── example.py
```

## File Descriptions

| File | Type | Purpose |
|------|------|---------|
| SKILL.md | Markdown | Core skill instructions for CI/CD pipeline configuration |
| examples/example.py | Python | Example GitHub Actions workflow and agent testing scripts |

## Summary

**Category:** cicd
**Target Audience:** DevOps engineers, Platform engineers, Release managers
**Trigger Phrases:** `retell CI`, `retell GitHub Actions`, `retell automated tests`, `CI retell`

### What This Skill Does

This skill configures comprehensive CI/CD pipelines for Retell AI voice agent deployments. It covers setting up GitHub Actions workflows for automated testing, creating agent configuration validation checks, implementing conversation flow testing, and establishing release workflows with proper staging and production gates.

### Technical Success Criteria

- Automated test pipeline configured in GitHub Actions
- Agent configuration validated on every PR
- Conversation flow tests running automatically
- Release workflow with staging approval gates
- Coverage reports generated and tracked

### Business Success Criteria

- Faster release cycles for agent updates
- Improved code quality through automation
- 100% automated testing coverage for Retell AI integrations

## Related Skills

- retellai-webhook-server - Testing webhook integrations
- retellai-prod-checklist - Production deployment validation
- retellai-multi-env-setup - Environment configuration

