Skip to main content
cloudflare
GitHub creator profile

cloudflare

Repository-level view of 83 collected skills across 19 GitHub repositories.

skills collected
83
repositories
19
updated
Aug 20, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

update-v8
unclassified

Step-by-step guide for updating the V8 JavaScript engine in workerd, including patch rebasing, dependency updates, integrity hashes, and verification. Load this skill when performing or assisting with a V8 version bump.

Aug 20, 2026
ci-report
software-developers

CI status report for a workerd PR. Covers GitHub Actions checks and, for Cloudflare employees, the internal GitLab pipeline. Reports pass/fail for every job, extracts error details from failures, and offers to retry flaky jobs on either platform. Load this…

Aug 17, 2026
pr-review-guide
software-quality-assurance-analysts-and-testers

Guidelines for posting pull request review comments via GitHub CLI, including suggested edits format, handling unresolved comments, etiquette, and report/issue tracking. Load this skill when reviewing a PR via GitHub and posting inline comments.

Mar 23, 2026
bazel-test-hygiene
software-quality-assurance-analysts-and-testers

Mandatory rules for running bazel tests during development. Load this skill before running any bazel test command, especially when validating fixes or verifying regression tests. Prevents false confidence from cached results, filter flags that silently match…

Mar 19, 2026
investigation-notes
software-developers

Structured scratch tracking document for investigation state during bug hunts - prevents re-reading code, losing context, and rabbit holes; maintains external memory so you don't re-derive conclusions

Mar 19, 2026
kj-style
software-developers

KJ/workerd C++ style guidelines for code review. Covers naming, type usage, memory management, error handling, inheritance, constness, and formatting conventions. Load this skill when reviewing or writing C++ code in the workerd codebase.

Feb 25, 2026
ts-style
software-developers

JS/TS style guidelines and review checklist for workerd. Covers TypeScript strictness, import conventions, export patterns, private field syntax, error handling, feature gating, and test structure. Load this skill when reviewing or writing JavaScript or…

Feb 25, 2026
workerd-api-review
software-quality-assurance-analysts-and-testers

Performance optimization, API design & compatibility, security vulnerabilities, and standards spec compliance for workerd code review. Covers tcmalloc-aware perf analysis, compat flags, autogates, web standards adherence, and security patterns. Load this…

Feb 25, 2026
Showing 8 of 17 collected skills.
contributing
software-developers

Use when contributing to the Cloudflare Docs repository — writing or editing documentation pages, choosing content types or components, adding changelog entries, reviewing docs, or learning how to contribute.

Aug 20, 2026
review-validation
software-quality-assurance-analysts-and-testers

Validate review findings from specialist agents by reading the actual repo file content and checking each finding for accuracy, applicability, and false positives.

Aug 13, 2026
style-guide-review
software-quality-assurance-analysts-and-testers

Review changed MDX/docs files in a pull request against the Cloudflare docs style guide and return structured findings.

Aug 12, 2026
code-review
software-quality-assurance-analysts-and-testers

Review the changed lines of a single file in a pull request for bugs, correctness, error handling, security, and maintainability, and return structured findings.

Jul 28, 2026
spam-and-off-topic-filter
software-quality-assurance-analysts-and-testers

Evaluate a GitHub issue or pull request and decide if it is spam or clearly off-topic for cloudflare/cloudflare-docs.

Jul 28, 2026
rebase-conflict
software-developers

Resolve merge conflicts between a pull request and production changes in the cloudflare-docs repository.

Jul 20, 2026
conventions-check
software-quality-assurance-analysts-and-testers

Review a pull request's title, description, and scope against the repository's PR conventions.

Jul 6, 2026
reconcile-code-review
software-quality-assurance-analysts-and-testers

Reconcile raw specialist findings against the previous bot review and human PR comments to produce a final classified finding list.

Jul 6, 2026
Showing 8 of 13 collected skills.
sandbox-migrate-to-next
software-developers

Use when porting a Cloudflare Sandbox app from stable @cloudflare/sandbox to @cloudflare/sandbox@next (Sandbox SDK 1.0 preview), or when the user asks to migrate or upgrade to Sandbox 1.0 / @next. Not for day-to-day stable work (sandbox-stable) or new @next…

Aug 7, 2026
sandbox-next
software-developers

Use when building or changing Cloudflare Sandbox apps on @cloudflare/sandbox@next (Sandbox SDK 1.0 preview)—code execution, AI runners, interpreters, CI-like jobs, terminals, files, mounts, tunnels, preview URLs, lifecycle, or errors. Not for the default…

Aug 7, 2026
sandbox-stable
software-developers

Use when building or changing Cloudflare Sandbox apps on the current stable @cloudflare/sandbox package (default npm tag)—commands, sessions, files, ports, tunnels, terminals, bridge, production, or deprecated-API cleanup while staying on stable. Not for…

Aug 7, 2026
turnstile-spin
software-developers

Set up Cloudflare Turnstile end-to-end in a project. Scan the codebase, create the widget via the Cloudflare API, embed it where user requests need bot verification (form submissions, SPA actions, API endpoints, download links, comment or vote submissions,…

Jul 24, 2026
cloudflare
software-developers

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use…

Jun 21, 2026
cloudflare-one-migrations
network-and-computer-systems-administrators

Plans migrations from Zscaler ZIA/ZPA, Palo Alto, legacy VPN, SWG, or SASE stacks to Cloudflare One. Use for migration assessments, policy mapping, rollout plans, and parity/gap analysis.

Jun 14, 2026
cloudflare-one
network-and-computer-systems-administrators

Guides Cloudflare One Zero Trust and SASE work across Access, Gateway, WARP, Tunnel, Cloudflare WAN, DLP, CASB, device posture, and identity. Use when designing, configuring, troubleshooting, or reviewing Cloudflare One deployments. Retrieval-first: use…

Jun 14, 2026
wrangler
software-developers

Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best…

Apr 22, 2026
Showing 8 of 13 collected skills.
changesets
software-developers

Use when creating a changeset, preparing a release, or bumping versions. Covers which packages to reference, how to write user-facing changeset descriptions, the release automation flow, and the npm/Docker version sync requirement. (project)

Jul 2, 2026
sandbox-bridge
software-developers

Use when you need to exercise a real, running Sandbox deployment via HTTP — for example to validate SDK changes against a live container, reproduce a user-reported issue, or experiment with the API (including FUSE bucket mounts) without spinning up `wrangler…

Jun 24, 2026
examples
software-developers

Use when working in the examples/ directory, running an example with wrangler dev, adding a new example, or answering questions about EXPOSE directives and the local Docker dev loop. (project)

Jun 8, 2026
architecture
software-developers

Use when navigating the codebase for the first time, adding a new client method, adding a new container handler/service, or understanding how a request flows from Worker through the Sandbox DO into the container. Covers the three-layer architecture, client…

May 28, 2026
coding-standards
software-developers

Use when writing or reviewing TypeScript in this repo. Covers the no-`any` rule and where to put new types, the uppercase-acronym style guide, and the rules for code comments (no historical context). (project)

Apr 30, 2026
git-commit
software-developers

Use when creating git commits to ensure commit messages follow project standards. Applies the 7 rules for great commit messages with focus on conciseness and imperative mood.

Apr 30, 2026
logging
software-developers

Use when adding logs, debugging, or working with the Logger across the SDK and container runtime. Covers the constructor-injection pattern, child loggers, env-var configuration, and test mocking. (project)

Apr 30, 2026
session-execution
software-developers

Use when working on or reviewing session execution, command handling, shell state, FIFO-based streaming, or stdout/stderr separation. Relevant for session.ts, command handlers, exec/execStream, or anything involving shell process management. (project)

Apr 30, 2026
Showing 8 of 9 collected skills.
capnweb
software-developers

capnweb RPC patterns for this repo, with a heavy focus on stub lifecycle and disposal. Load when touching anything that crosses the Durable Object ↔ computerd boundary: packages/rpc, packages/computer, the computerd client, or the Durable Object server.…

Aug 18, 2026
debugging-computerd-fuse
software-developers

Debug computerd in real-FUSE mode end-to-end without workerd, vitest-pool-workers, or wrangler in the loop. Boot the linux-x64 binary in a privileged docker container, drive its capnweb /api endpoint from Node, simulate DO-side sync from a SQLiteTestStorage,…

Aug 18, 2026
cloudflare
software-developers

Index of Cloudflare-platform skills relevant to this repo. Load when working on anything that touches Workers, Durable Objects, wrangler, the sandbox SDK, the agents SDK, or other Cloudflare platform surface. Triggers include "Cloudflare", "Workers", "Durable…

Jul 30, 2026
prose
software-developers

Style guidance for the written word. Use when asked to write code comments, commit messages, pull requests, READMEs, or documentation. Triggers might be phrases like "write a commit", "document this", or "add a README".

Jul 30, 2026
pull-requests
software-developers

Describes how to write pull/merge requests. Use when asked to write or edit a pull request or merge request description. This skill is not relevant to commit messages.

Jun 15, 2026
test-driven-development
software-developers

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

Jun 4, 2026
Showing 12 of 19 repositories