Skip to main content
Generalgtmagents

qa-gates

Use before launching sequences to validate content, data, compliance,

Stars
259
Source
gtmagents/gtm-agents
Updated
2026-04-03
Slug
gtmagents--gtm-agents--qa-gates
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/gtmagents/gtm-agents/HEAD/plugins/email-sequence-orchestration/skills/qa-gates/SKILL.md -o .claude/skills/qa-gates.md

Drops the SKILL.md into .claude/skills/qa-gates.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Email QA Gates Skill

When to Use

  • Prior to activating new nurture or lifecycle programs.
  • After major changes to segmentation, personalization tokens, or deliverability settings.
  • During post-incident reviews to ensure fixes remain in place.

Framework

  1. Content & Personalization – placeholders resolved, links tracked, dynamic content fallback tested.
  2. Data & Routing – trigger logic, smart lists, suppression rules, CRM fields synced.
  3. Compliance – footer language, preference center links, consent status, regional routing.
  4. Tracking & Analytics – UTM/tagging consistency, BI/warehouse pipes, alert webhooks.
  5. Monitoring Hooks – dashboards referenced, alert thresholds set, rollback plan documented.

Templates

  • QA runbook with owner, status, evidence links for each checklist item.
  • Proofing matrix (persona × email × device × ISP) for screenshot validation.
  • Launch readiness form requiring sign-off from marketing, ops, legal, and RevOps.

Tips

  • Pair with deliverability-ops to confirm authentication and inbox monitoring.
  • Automate regression tests via API where possible (token validation, link health).
  • Store QA evidence (screenshots, logs) alongside sequence assets for audits.