mirror of
https://github.com/cloudflare/skills.git
synced 2026-04-25 14:45:54 +03:00
[PR #25] [MERGED] Add GraphQL Analytics API reference skill #26
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/skills#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/skills/pull/25
Author: @rianvdm
Created: 2/22/2026
Status: ✅ Merged
Merged: 2/26/2026
Merged by: @dmmulroy
Base:
main← Head:rian/add-graphql-reference📝 Commits (2)
9f527b9Add GraphQL Analytics API reference skill15d2165Trim graphql-api reference files to ~200 lines each per review feedback📊 Changes
10 files changed (+792 additions, -0 deletions)
View changed files
📝
skills/cloudflare/SKILL.md(+12 -0)📝
skills/cloudflare/references/analytics-engine/README.md(+2 -0)📝
skills/cloudflare/references/api/README.md(+1 -0)➕
skills/cloudflare/references/graphql-api/README.md(+147 -0)➕
skills/cloudflare/references/graphql-api/api.md(+175 -0)➕
skills/cloudflare/references/graphql-api/configuration.md(+118 -0)➕
skills/cloudflare/references/graphql-api/gotchas.md(+110 -0)➕
skills/cloudflare/references/graphql-api/patterns.md(+225 -0)📝
skills/cloudflare/references/observability/README.md(+1 -0)📝
skills/cloudflare/references/web-analytics/README.md(+1 -0)📄 Description
Summary
graphql-api/reference skill (5 files, ~1750 lines) covering the Cloudflare GraphQL Analytics API — query structure, filtering, aggregation, auth/client setup, 15+ query patterns, and common gotchasSKILL.mdwith an analytics decision tree and product index entryanalytics-engine/,api/,observability/, andweb-analytics/READMEsNew files
graphql-api/README.mdgraphql-api/api.mdgraphql-api/configuration.mdgraphql-api/patterns.mdgraphql-api/gotchas.mdValidation
countfield doesn't exist) — corrected before commit_notin,_notlike) confirmed via schema introspection and noted accordinglyReview process
After initial generation, all 5 files went through three layers of review:
1. AI parallel review: Three independent subagents reviewed the files simultaneously, each with a different focus area:
2. AI validation pass: A final subagent reviewed all findings from step 1, reading each cited
file:lineto classify issues as Confirmed, Disputed, or Acknowledged. Only confirmed findings were actioned. 8 issues were found and fixed, including incorrect field names, missing operator documentation, and style inconsistencies.3. Human review: All files were read and reviewed by a human before commit.
The two-phase AI review process is documented here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.