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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/creative-testing/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How creative-testing Compares
| Feature / Agent | creative-testing | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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
React Testing Library patterns, queries, user events, and accessibility testing.
cloud-security-testing
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
Stryker mutation testing for assessing test suite quality and effectiveness
pytest Testing
Expert pytest framework for Python unit, integration, and functional testing
Playwright E2E Testing
Deep integration with Playwright for browser automation and end-to-end testing
Percy Visual Testing
Percy visual testing platform integration for visual regression detection
pact-contract-testing
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
k6 load testing expertise for performance validation and analysis
JMeter Performance Testing
Apache JMeter expertise for enterprise-grade load and performance testing
Jest Testing
Expert Jest testing framework for JavaScript/TypeScript unit and integration testing
Cypress E2E Testing
Expert Cypress testing framework integration for browser-based end-to-end testing
Cucumber BDD Testing
Cucumber/Gherkin BDD testing for behavior-driven development workflows