From claude-forge
Runs `yarn extract-errors` to assign codes to new React error messages and checks for missing or outdated error codes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-forge:extract-errorsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Run `yarn extract-errors`
yarn extract-errorsnpx claudepluginhub sangrokjung/claude-forge --plugin claude-forgeAudits React codebases for anti-patterns including useEffect misuse, stale closures, derived state in effects, and memory leaks. Produces scored gap analysis table with severity ratings and applies prioritized fixes on request.
Audits code for silent error swallowing, degraded fallbacks, backwards compatibility shims, and UI failing to show errors to users. Finds and fixes all occurrences in specified scope.
Reviews React components for architecture, hooks usage, React 19 patterns, state management, performance optimization, accessibility, and TypeScript. Use before merging PRs, after new features, or for validation.