Code Review
Official cloudflare skill covering Cloudflare, code review for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cloudflare-code-review npx -- -y @trustedskills/cloudflare-code-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cloudflare-code-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cloudflare-code-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This Cloudflare skill enables AI agents to perform automated code reviews, helping identify potential issues in codebases before deployment. It integrates with Cloudflare's infrastructure to analyze code quality and security concerns.
When to use it
- Before deploying code changes to production environments
- When reviewing pull requests or merge requests in CI/CD pipelines
- For teams wanting automated feedback on code quality standards
- During pre-commit workflows to catch issues early
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.