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 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)
Comment |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --targets=test:sherif,test:knip,tes... |
❌ Failed | 5m | View ↗ |
nx run-many --target=build --exclude=examples/*... |
✅ Succeeded | 1m 53s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-06-04 05:22:30 UTC
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |
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 📦
|

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.