Skip to main content
cloudflare
GitHub creator profile

cloudflare

Repository-level view of 82 collected skills across 17 GitHub repositories.

skills collected
82
repositories
17
updated
Aug 7, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

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
update-v8
software-developers

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.

Feb 26, 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
workerd-safety-review
software-quality-assurance-analysts-and-testers

Memory safety, thread safety, concurrency, and critical detection patterns for workerd code review. Covers V8/KJ boundary hazards, lifetime management, cross-thread safety, and coroutine pitfalls. Load this skill when reviewing any C++ code.

Feb 25, 2026
Showing 8 of 16 collected skills.
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 3, 2026
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 3, 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
pr
software-developers

Creates and updates GitHub pull requests for cloudflare-docs changes. Load when asked to open, create, submit, update, or edit a PR, or write a PR title or description. Covers title conventions, branch naming, PR body structure, and the documentation…

Jun 19, 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.
open-pr
software-developers

Take a cloudflare/agents GitHub issue plus any repro findings and one-shot a fix PR — branch, change, test, push, and open the PR linked to the issue.

Jul 8, 2026
reproduce
software-quality-assurance-analysts-and-testers

Reproduce a cloudflare/agents GitHub issue by scaffolding a minimal Agents/Worker project and deploying it to a temporary Cloudflare account, then report findings back on the issue.

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

Review code changes for correctness, clarity, and risk. Use when the user asks for a review, a second opinion on a diff, or feedback on code they wrote.

Jun 7, 2026
escalation
office-clerks-general-439061

Decide when and how to escalate a customer conversation to a human agent. Use when a request is high-risk, the customer is frustrated, or the issue is outside what you can resolve.

Jun 7, 2026
workspace-digest
software-developers

Summarize the files saved in this assistant's shared workspace. Use when the user asks what is in their workspace, for a file inventory, or a digest of saved work.

Jun 7, 2026
debug-plan
software-developers

Create a systematic debugging plan for a bug report. Use when the user asks how to investigate a failure, regression, or unexpected behavior.

May 29, 2026
pirate-voice
technical-writers

Rewrite or answer in a playful pirate voice. Use when the user asks for pirate tone, nautical phrasing, or says to talk like a pirate.

May 29, 2026
release-notes
software-developers

Draft short release notes from a list of changes. Use when the user asks for changelogs, release notes, or a concise product update.

May 29, 2026
Showing 8 of 9 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
unclassified

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 3, 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
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 /ws endpoint from Node, simulate DO-side sync from a SQLiteTestStorage,…

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 17 repositories