Add TanStack Query Intent skills - #10879
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --targets=test:sherif,test:knip,tes... |
❌ Failed | 5m 31s | View ↗ |
nx run-many --target=build --exclude=examples/*... |
✅ Succeeded | 1m 48s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-08-17 12:28:04 UTC
🚀 Changeset Version Preview1 package(s) bumped directly, 24 bumped as dependents. 🟨 Minor bumps
🟩 Patch bumps
|
More templates
@tanstack/angular-query-experimental
@tanstack/eslint-plugin-query
@tanstack/lit-query
@tanstack/preact-query
@tanstack/preact-query-devtools
@tanstack/preact-query-persist-client
@tanstack/query-async-storage-persister
@tanstack/query-broadcast-client-experimental
@tanstack/query-core
@tanstack/query-devtools
@tanstack/query-intent
@tanstack/query-persist-client-core
@tanstack/query-sync-storage-persister
@tanstack/react-query
@tanstack/react-query-devtools
@tanstack/react-query-next-experimental
@tanstack/react-query-persist-client
@tanstack/solid-query
@tanstack/solid-query-devtools
@tanstack/solid-query-persist-client
@tanstack/svelte-query
@tanstack/svelte-query-devtools
@tanstack/svelte-query-persist-client
@tanstack/vue-query
@tanstack/vue-query-devtools
commit: |
size-limit report 📦
|
|
Any updates on this PR 👀 ? |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Is this not being merged in? |

Summary
Adds a new
@tanstack/query-intentworkspace package containing 29 Intent skills for TanStack Query, its framework adapters, and ecosystem integrations.This includes root skill planning artifacts, a TKDodo blog cross-check, TanStack Router/Start-first SSR and loader guidance, and dedicated skills for forms, selectors, automatic invalidation, concurrent optimistic updates, abstractions, status/error handling, and Query internals.
Also adds
@tanstack/intentas a dev dependency for the root workspace and the new intent package so Intent validation runs without dependency warnings.Validation
pnpm dlx @tanstack/intent validate packages/query-intentpnpm dlx @tanstack/intent stale packages/query-intent --jsonpnpm dlx @tanstack/intent list --json --debuggit diff --check_artifactsandSKILL.mdfiles./node_modules/.bin/sherif -i typescript -p "./integrations/*" -p "./examples/*"Note:
pnpm run test:sherifhit pnpm's non-TTY modules purge prompt before executing, so sherif was run directly through the existing binary.