Agent skill
Cloudflare Workers Builds
This skill should be used when the user asks about "deploy status", "build failed", "build logs", "deployment history", "worker deployment", "check build", "deployment succeeded", "build error", "CI/CD", "verify deployment", or needs to monitor Cloudflare Workers builds and deployments.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/cloudflare-workers-builds-florinpopacodes-claude-marketplace
SKILL.md
Cloudflare Workers Builds
Monitor and analyze Cloudflare Workers builds using the Workers Builds MCP server.
Available Tools
| Tool | Purpose |
|---|---|
workers_builds_set_active_worker |
Set the Worker ID for subsequent operations |
workers_builds_list_builds |
List recent builds for the active Worker |
workers_builds_get_build |
Get details for a specific build (by UUID) |
workers_builds_get_build_logs |
Fetch logs for a specific build |
Deployment Verification Workflow
After deploying a Worker, verify success:
-
Set active Worker
workers_builds_set_active_worker with Worker ID -
List recent builds
workers_builds_list_buildsCheck the latest build status (succeeded/failed)
-
Get build details (if needed)
workers_builds_get_build with build UUIDReview build and deploy commands
-
Check build logs (for failures or debugging)
workers_builds_get_build_logs with build UUIDAnalyze errors or warnings
Post-Deployment Checklist
After verifying the build succeeded:
- Check build logs for warnings
- Use observability tools to monitor initial traffic
- Verify expected behavior with test requests
Common Use Cases
| Scenario | Tools to Use |
|---|---|
| Check if deployment succeeded | list_builds → check status |
| Debug failed deployment | list_builds → get_build_logs |
| Review deployment history | list_builds |
| Compare build configurations | get_build for multiple UUIDs |
Tips
- Build UUIDs are returned by
list_builds - Failed builds will have error details in logs
- Set the active worker once per session
- Combine with observability tools to verify runtime behavior
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?