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
1---2name: 456-instantly-ci-integration-4a7379f83description: instantly-ci-integration4---5# instantly-ci-integration67> Integrate Instantly operations into CI/CD pipelines for automated testing and deployment89## Directory Structure1011```12instantly-ci-integration/13├── SKILL.md14└── examples/15 ├── github_actions.yml16 ├── gitlab_ci.yml17 ├── test_campaigns.py18 └── ci_validation.sh19```2021## File Descriptions2223| File | Type | Purpose |24|------|------|---------|25| SKILL.md | Markdown | CI/CD integration patterns for Instantly workflows |26| github_actions.yml | YAML | GitHub Actions workflow for Instantly testing |27| gitlab_ci.yml | YAML | GitLab CI pipeline configuration |28| test_campaigns.py | Python | Automated campaign validation tests |29| ci_validation.sh | Shell | Pre-deployment validation script |3031## Summary3233**Category:** CI/CD34**Target Audience:** DevOps engineers adding email automation to CI pipelines35**Trigger Phrases:** "instantly ci cd", "automate instantly deployment", "instantly github actions", "test instantly in pipeline", "instantly devops"36**Definition of Success (Technical):** CI jobs execute Instantly API calls and validate responses37**Definition of Success (Business):** Automated testing and deployment of email campaign changes38**Production:** true39**Version:** 1.0.040**License:** MIT41**Author:** Jeremy Longshore <jeremy@intentsolutions.io>
Run npx skillmds@latest add tools-only/456-instantly-ci-integration-4a7379f8 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
instantly-ci-integration It is listed under Integrations & APIs on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tools-only (@tools-only) published this skill. Their other Agent Skills are listed on their SkillMD profile.