getback-recruit-mail

Sends tracked bulk recruitment emails to subscriber lists with triple-exclusion recipient filtering.

366|90|Updated Aug 22, 2026
One-click install
npx skills add https://github.com/bam-bam-2/solo-skills --skill getback-recruit-mail-bam-bam-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: getback-recruit-mail
Source: https://github.com/bam-bam-2/solo-skills/tree/main/skills/getback-recruit-mail
Command: npx skills add https://github.com/bam-bam-2/solo-skills --skill getback-recruit-mail-bam-bam-2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Sending cohort recruitment emails to a subscriber list risks mailing people who already applied or are existing members, and untracked sends make open and click performance impossible to measure. This Skill encodes a tested procedure for recipient exclusion, quality-gated email building, tracked SMTP sending, and post-send logging. ## Core Features & Use Cases - Triple-exclusion recipient filtering: Cross-checks the subscriber DB against the cohort application DB (all rows, including empty cohort fields) and the member DB by both email and name, since member emails are only half populated. - Mandatory tracking and quality gates: Enforces the --volume flag on every send for open-pixel and click tracking, and passes send_bulk.py gates H1-H11 (highlight count, image count, banned phrasing) plus opt-in filename requirements. - Compliance and post-send logging: Requires (광고) subject labeling under Korean law, unsubscribe footer text, next-day open/click aggregation, IMAP bounce cross-checking, and memo markers in the subscriber DB. - Use Case: When launching a new GET100 cohort, build the announcement email from the brand template, filter the opt-in subscriber list against applicants and members, get approval on the exclusion report, then send with tracking and record results. ## Quick Start Ask the agent to prepare and send the cohort recruitment email to the opt-in subscriber segment, applying the triple-exclusion check and volume tracking before sending.

Frequently Asked Questions about getback-recruit-mail

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

FAQPage Schema
How do I send bulk recruitment emails without mailing existing members?

Cross-check the subscriber list against three sources before sending: the cohort application DB (all rows, even with empty cohort fields), the member DB by email, and the member DB by name since emails are only half filled. Report the exclusion list for approval before sending.

How do I track opens and clicks in bulk email sends?

Pass the --volume flag with a cohort label like 7gi to send_bulk.py, which injects an open pixel and click-tracking links automatically. Sends without this flag cannot be measured retroactively, so verify the flag is present before executing.

What legal requirements apply to advertising emails in Korea?

Under the Information and Communications Network Act Article 50, advertising emails must include (광고) in the subject line and provide an unsubscribe method in the footer. Only send to recipients with explicit opt-in consent recorded in the subscriber database.

Why is my bulk email send blocked by the quality gate?

send_bulk.py enforces gates H1-H11 even in test mode, commonly requiring at least 8 highlighted spans and 2 inline CID images. The recipient CSV filename must also contain an opt-in marker such as -optin, -consent, or -agreed.

Why are email open rates lower than expected?

Open rates are always undercounted because Gmail and Naver block images by default, preventing the tracking pixel from loading. Use click counts as the primary performance metric and new rows in the cohort application DB as the final conversion measure.