# 456 Instantly CI Integration 4a7379f8

> instantly-ci-integration

- Skill: `tools-only/456-instantly-ci-integration-4a7379f8` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/456-instantly-ci-integration-4a7379f8`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/456-instantly-ci-integration-4a7379f8/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/456-instantly-ci-integration-4a7379f8

---

# instantly-ci-integration

> Integrate Instantly operations into CI/CD pipelines for automated testing and deployment

## Directory Structure

```
instantly-ci-integration/
├── SKILL.md
└── examples/
    ├── github_actions.yml
    ├── gitlab_ci.yml
    ├── test_campaigns.py
    └── ci_validation.sh
```

## File Descriptions

| File | Type | Purpose |
|------|------|---------|
| SKILL.md | Markdown | CI/CD integration patterns for Instantly workflows |
| github_actions.yml | YAML | GitHub Actions workflow for Instantly testing |
| gitlab_ci.yml | YAML | GitLab CI pipeline configuration |
| test_campaigns.py | Python | Automated campaign validation tests |
| ci_validation.sh | Shell | Pre-deployment validation script |

## Summary

**Category:** CI/CD
**Target Audience:** DevOps engineers adding email automation to CI pipelines
**Trigger Phrases:** "instantly ci cd", "automate instantly deployment", "instantly github actions", "test instantly in pipeline", "instantly devops"
**Definition of Success (Technical):** CI jobs execute Instantly API calls and validate responses
**Definition of Success (Business):** Automated testing and deployment of email campaign changes
**Production:** true
**Version:** 1.0.0
**License:** MIT
**Author:** Jeremy Longshore <jeremy@intentsolutions.io>

