[Turnstile] Sync hosted skill workflow improvements - #33256
Draft
irvinebroque wants to merge 2 commits into
Draft
Conversation
🚀 Deploying Preview to Cloudflare 🚀Preview URL: https://codex-turnstile-skill-workflow-sync.previews.developers.cloudflare.com (commit 421cc49)This URL reflects your latest Preview deploymentPreview Deployments by commit
|
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
This was referenced Sep 5, 2026
Contributor
|
Preview URL: https://421cc49c.preview.developers.cloudflare.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Synchronize the hosted Turnstile prompt with the skill workflow fixes in cloudflare/skills#107, #108, and the description update in #110.
Repair requests discover existing integration metadata before provisioning; already-authorized local work proceeds without repeated confirmation; ordinary validation failures are diagnosed and corrected. Preserve guarded secret recovery and the hosted prompt's absolute helper paths, checksum verification, and standalone bootstrap. Helpers are bootstrapped only when needed. The hosted prompt remains self-contained while skills#111 moves installed-bundle workflows into references.
Validation: shared behavioral additions match the combined skill changes; YAML metadata is preserved except the intended description; executable code blocks and bootstrap are unchanged; all four helper checksums match;
git diff --checkpasses. This modifies one static Markdown asset, with no MDX, site code, scripts, or runtime integration changes. No live Cloudflare operations were performed.Coordinate landing with the linked skill changes so the installed and hosted workflows agree.