apollo-prod-checklist

Installation
SKILL.md

Apollo Production Checklist

Overview

Comprehensive pre-production checklist for Apollo.io integrations with automated validation scripts. Covers authentication, resilience, observability, compliance, and credit management.

Prerequisites

  • Valid Apollo.io API credentials
  • Node.js 18+
  • Completed apollo-install-auth setup

Instructions

Step 1: Authentication & Key Management

// src/scripts/prod-checklist.ts
import axios from 'axios';

interface Check { category: string; name: string; pass: boolean; detail: string; }
const results: Check[] = [];
Installs
27
GitHub Stars
2.3K
First Seen
Jan 25, 2026
apollo-prod-checklist — jeremylongshore/claude-code-plugins-plus-skills