email-deliverability-audit

Diagnose cold email deliverability by auditing SPF, DKIM, DMARC, inbox health, and bounce rates via Smartlead.

Updated Aug 2, 2026
One-click install
npx skills add https://github.com/Pinkycherry/newbusinessideas3 --skill email-deliverability-audit-pinkycherry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-deliverability-audit
Source: https://github.com/Pinkycherry/newbusinessideas3/tree/main/.claude/skills/email-deliverability-audit
Command: npx skills add https://github.com/Pinkycherry/newbusinessideas3 --skill email-deliverability-audit-pinkycherry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? When cold email reply rates drop or bounces spike, the root cause is usually deliverability — emails landing in spam instead of inboxes. This Skill runs a structured diagnostic across your entire sending infrastructure so you can pinpoint exactly what is broken instead of guessing. ## Core Features & Use Cases - Domain Authentication Checks: Verifies SPF, DKIM, and DMARC records for every sending domain using dig, flagging missing records and weak DMARC policies. - Inbox & Performance Auditing: Pulls warmup status, reputation, sent/reply/bounce metrics from the Smartlead API, and applies the 1% reply-rate rule and 3% bounce-rate threshold to flag failing inboxes and campaigns. - Spam Placement Testing: Optionally runs a real inbox-vs-spam placement test via Smartlead's Smart Delivery API across G Suite and Office365 seed mailboxes. - Use Case: Your positive reply rate dropped 40% week-over-week. Run the audit to discover that 5 domains are missing DKIM records and 3 inboxes are blocked in warmup, then get a prioritized action-item list to fix them. ## Quick Start Ask the AI to run a deliverability audit on your Smartlead account and report which domains and inboxes are failing the 1% reply-rate rule.

Frequently Asked Questions about email-deliverability-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check why my cold email reply rate dropped?

Run a deliverability audit that checks SPF, DKIM, and DMARC records on your sending domains, pulls inbox warmup and reputation data from Smartlead, and flags any domain or inbox with over 200 sends and a reply rate below 1%. The output report lists root causes and prioritized fixes.

How to test if cold emails land in spam or inbox?

Use Smartlead's Smart Delivery API to run a spam placement test. It sends your campaign copy from your sender accounts to roughly 200 seed mailboxes across G Suite and Office365, then reports the percentage landing in Inbox, Spam, or Promotions per sender and provider.

What is a good bounce rate for cold email campaigns?

Under 1% is excellent and 1-2% is normal for cold outreach. Between 2-3% signals list quality issues, above 3% means you should verify the list and consider pausing, and above 5% means stop sending immediately to protect domain reputation.

Does this audit work with email providers other than Smartlead?

The inbox inventory, performance metrics, and spam placement test scripts are built specifically against the Smartlead API and require a SMARTLEAD_API_KEY. The DNS authentication checks (SPF/DKIM/DMARC via dig) work on any domain independently of the sending platform.

Why is my DKIM check failing even though email authentication is set up?

The check queries the default._domainkey selector, which is Zapmail's convention. If your provider publishes DKIM under a different selector such as google._domainkey for Workspace, pass the correct selector with the --dkim-selector flag, or verify the record was published and DNS propagation completed.

When should I not trust the 1% reply rate rule?

The rule only applies after an inbox or campaign has sent at least 200 emails in the lookback window. Below that sample size the reply rate is statistically unreliable, so the audit deliberately does not flag low-volume senders.