Cloudflare workers audit
Skill vistabylara-dev/vista-claude-skills/skills/cloudflare-workers-audit
Free Claude Skills for AI developers, Shopify experts, marketers, and businesses. Built by Vista by Lara.
npx -y skills add vistabylara-dev/vista-claude-skills --skill cloudflare-workers-auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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.
SKILL.md
1.0 KB, 232 tokens by cl100k_base, as published. Nobody here has run it
Cloudflare Workers Audit Skill
Purpose
Review a Cloudflare Workers project for performance, security, scalability, maintainability, and production readiness.
Input
- GitHub repository
- Worker source code
- wrangler.toml (optional)
Analyze
- Project Structure
- Wrangler Configuration
- Routing
- Environment Variables
- Secrets Management
- KV Usage
- D1 Usage
- R2 Usage
- Durable Objects
- Cache API
- Error Handling
- Logging
- API Design
- Authentication
- Authorization
- Rate Limiting
- CORS Configuration
- Security Headers
- Input Validation
- Performance
- Cold Start Optimization
- Dependency Management
- TypeScript Quality
- Testing Coverage
- Deployment Readiness
Output
Generate:
- Architecture Score
- Security Score
- Performance Score
- Maintainability Score
- Production Readiness Score
- Critical Issues
- Quick Wins
- Refactoring Recommendations
- Deployment Checklist
Return the report in Markdown.
What ships with it: 1 file
490 B alongside SKILL.md
- README.md490 B