creative-testing

Creative asset testing and optimization tools

509 stars

Best use case

creative-testing is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Creative asset testing and optimization tools

Teams using creative-testing should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/creative-testing/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/marketing/skills/creative-testing/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/creative-testing/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How creative-testing Compares

Feature / Agentcreative-testingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Creative asset testing and optimization tools

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Creative Testing Platform Skill

## Overview

The Creative Testing Platform skill provides creative asset testing and optimization capabilities. This skill enables data-driven creative development, testing, and optimization across marketing channels.

## Capabilities

### Pre-Launch Testing
- Creative effectiveness testing
- Attention prediction (Neurons, Tobii)
- Brand safety scoring
- Message comprehension testing
- Emotional response analysis

### Performance Testing
- Multivariate creative testing
- Dynamic creative optimization
- Ad creative benchmarking
- Landing page testing
- Video creative testing

### Ongoing Optimization
- Creative fatigue monitoring
- Performance trending
- Creative refresh recommendations
- Winning creative scaling
- Cross-channel creative learning

### Analytics
- Creative performance analytics
- Element-level analysis
- Thumbnail and image testing
- Copy variation analysis
- Visual attention mapping

## Usage

### Creative Test Configuration
```javascript
const creativeTest = {
  campaign: 'Q1 2026 Brand Campaign',
  channel: 'paid-social',
  testType: 'multivariate',
  elements: {
    headlines: [
      'Transform Your Business Today',
      'The Future of Work is Here',
      'Unlock Your Team\'s Potential'
    ],
    images: [
      'hero-product-shot.jpg',
      'lifestyle-office.jpg',
      'abstract-tech.jpg'
    ],
    ctas: [
      'Learn More',
      'Get Started',
      'Try Free'
    ]
  },
  setup: {
    platform: 'Meta Ads',
    budget: 5000,
    duration: '14 days',
    audience: 'prospecting-lookalike',
    objective: 'conversions',
    minimumSampleSize: 1000
  },
  metrics: {
    primary: 'conversion-rate',
    secondary: ['ctr', 'cpc', 'video-completion'],
    confidence: 0.95
  },
  results: {
    winner: {
      headline: 'Transform Your Business Today',
      image: 'lifestyle-office.jpg',
      cta: 'Get Started'
    },
    improvement: {
      conversionRate: '+23%',
      ctr: '+15%',
      cpc: '-12%'
    }
  }
};
```

## Process Integration

| Process | Integration Points |
|---------|-------------------|
| campaign-creative-development.js | Creative testing |
| ab-testing-program.js | Testing methodology |
| campaign-performance-analysis.js | Performance tracking |

## Best Practices

1. **Statistical Significance**: Wait for sufficient data
2. **Isolate Variables**: Test one element at a time when possible
3. **Document Learnings**: Build creative knowledge base
4. **Apply Learnings**: Scale winning creative
5. **Monitor Fatigue**: Refresh creative proactively

## Metrics and KPIs

| Metric | Description | Target |
|--------|-------------|--------|
| Test Velocity | Tests run per month | >4 |
| Win Rate | Tests producing winners | >30% |
| Lift | Average improvement | >15% |
| Learning Rate | Insights documented | All tests |

## Related Skills

- SK-008: Paid Media Platforms (ad deployment)
- SK-013: Email Marketing (email creative)
- SK-003: Brand Asset Management (brand compliance)

Related Skills

react-testing-library

509
from a5c-ai/babysitter

React Testing Library patterns, queries, user events, and accessibility testing.

cloud-security-testing

509
from a5c-ai/babysitter

Multi-cloud security assessment and penetration testing capabilities. Execute Prowler/ScoutSuite assessments, analyze IAM policies, identify cloud misconfigurations, test permissions, and enumerate cloud resources across AWS/GCP/Azure.

Stryker Mutation Testing

509
from a5c-ai/babysitter

Stryker mutation testing for assessing test suite quality and effectiveness

pytest Testing

509
from a5c-ai/babysitter

Expert pytest framework for Python unit, integration, and functional testing

Playwright E2E Testing

509
from a5c-ai/babysitter

Deep integration with Playwright for browser automation and end-to-end testing

Percy Visual Testing

509
from a5c-ai/babysitter

Percy visual testing platform integration for visual regression detection

pact-contract-testing

509
from a5c-ai/babysitter

Consumer-driven contract testing with Pact framework. Generate consumer contracts, configure Pact Broker publishing, execute provider verification, detect breaking changes, and integrate with CI/CD pipelines.

k6 Performance Testing

509
from a5c-ai/babysitter

k6 load testing expertise for performance validation and analysis

JMeter Performance Testing

509
from a5c-ai/babysitter

Apache JMeter expertise for enterprise-grade load and performance testing

Jest Testing

509
from a5c-ai/babysitter

Expert Jest testing framework for JavaScript/TypeScript unit and integration testing

Cypress E2E Testing

509
from a5c-ai/babysitter

Expert Cypress testing framework integration for browser-based end-to-end testing

Cucumber BDD Testing

509
from a5c-ai/babysitter

Cucumber/Gherkin BDD testing for behavior-driven development workflows