CtrlK
BlogDocsLog inGet started
Tessl Logo

migrate-state-management

Migrate Redux or React Context to the correct state option (React Query for server state, nuqs for URL/shareable state, Zustand for global client state). Use when refactoring away from Redux/Context, moving state to the right store, or when the user asks to migrate state management.

68

Quality

82%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

65%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-structured, actionable migration guide with concrete before/after examples per state category. Its main weaknesses are a missing validation feedback loop for destructive removal and a referenced reference.md file that is not present in the bundle.

Suggestions

Add an explicit validation checkpoint after migration (e.g. run tsc/tests, fix broken consumers, re-run) to turn the checklist into a true validate-fix-retry loop.

Create the referenced reference.md (or remove the link) so the 'Detailed patterns and rationale' pointer resolves to a real file.

Tighten generic explanations (e.g. when to prefer useReducer) that restate knowledge Claude already has, and move extended before/after patterns into reference.md to slim the body.

DimensionReasoningScore

Conciseness

Mostly lean with tight classification tables and before/after code, but a few explanatory asides (e.g. 'useReducer when multiple related fields change together') restate concepts Claude already knows and could be trimmed.

4 / 5

Actionability

Provides concrete numbered steps and copy-paste-ready before/after snippets for each target, but some examples use placeholders (useQuery(...), useMemo(() => ({ ... }))) that keep it from being fully executable.

4 / 5

Workflow Clarity

Steps are clearly sequenced per target and a migration checklist closes the doc, but there is no explicit validate-fix-retry feedback loop for the destructive removal of Redux slices/Context providers, capping this dimension at 3 per the rubric.

3 / 5

Progressive Disclosure

Sections are well-organized, but the body is fairly long and the only deep reference (reference.md) is signaled yet does not exist in the bundle, leaving some detail inline that should live in the missing reference.

3 / 5

Total

14

/

20

Passed

Description

100%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, specific description that clearly states the capability and gives explicit, natural trigger phrases. It distinguishes itself well and covers the migration space comprehensively without fluff.

DimensionReasoningScore

Specificity

Lists multiple concrete actions mapping each state type to a specific target (React Query for server state, nuqs for URL state, Zustand for global client state, useState/useReducer for local), giving comprehensive coverage of the migration space.

5 / 5

Completeness

Explicitly answers both what ('Migrate Redux or React Context to the correct state option...') and when ('Use when refactoring away from Redux/Context, moving state to the right store, or when the user asks to migrate state management') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Covers natural user phrases with synonyms — 'migrate state management', 'refactor away from Redux/Context', 'moving state to the right store' — alongside the named technologies users would actually say.

5 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (migrating away from Redux/Context to a specific three-store stack) with distinct triggers that are unlikely to fire for unrelated skills.

5 / 5

Total

20

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

relative_links

Relative link issues: 1 missing, 1 suspicious

Warning

Total

15

/

16

Passed

Repository
SigNoz/signoz
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.