Ads batch
Skill marek-kujda/ad-copy-skill-pack/.claude/skills/ads-batch
Generate, audit, and refresh Google Ads responsive search ad copy in 6 languages. 10 Claude Code / claude.ai skills. Open source.
npx -y skills add marek-kujda/ad-copy-skill-pack --skill ads-batchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Bulk-generate RSAs for multiple ad groups at once. Use when the user wants to create ads for several ad groups or an entire campaign in one go.
SKILL.md
1.5 KB, as published. Nobody here has run it
/ads-batch — Bulk Generate RSAs for Multiple Ad Groups
Input Required
Ask the user to provide a list of ad groups with their keywords, either as:
- A CSV/text file in the project directory
- Or inline in the conversation
Expected format per ad group:
Campaign: [name]
Ad Group: [name]
Keywords: [keyword1], [keyword2], [keyword3]
Landing Page: [URL]
USP: [unique selling point for this ad group]
Execution
- Parse all ad groups from input
- For each ad group, run the full
/adsworkflow:- Load brand voice from
.claude/skills/brand-voice/SKILL.md - Load ICP and persona from
.claude/skills/icp/SKILL.md - Load platform rules from
.claude/skills/google-ads-rules/SKILL.md - Generate 15 headlines + 4 descriptions
- Validate character limits
- Check keyword presence
- Load brand voice from
- Combine all ad groups into a SINGLE CSV file
- Save to
output/rsa_batch_[campaign]_[date].csv - Run
python .claude/skills/ads/validate.pyon the output - Present a summary table:
| Ad Group | Headlines | Descriptions | Keyword Coverage | Issues |
Notes
- Maintain consistent brand voice across all ad groups
- Each ad group should have UNIQUE copy — no recycling between groups
- If >5 ad groups, suggest splitting into batches for quality review