fix-ts

SKILLFlujo de trabajocomunidad
v0.0.0frozarUnknownFuente →

Community-submitted skill. Not yet reviewed by the Forge team. Full prompt content may not be available.Request review →
1Clientes
1Formatos
Skill
Autorfrozar
Versión0.0.0
LicenciaUnknown
CategoríaFlujo de trabajo
Formatosskill.md
PromptNo publicado
Compatibilidad
Claude✓ Compatible
Cursor
Copilot
ChatGPT
Gemini
Acerca de

# Fix TypeScript Errors 1. Run `npx tsc --noEmit` to get all errors 2. Fix each error across all affected files — NEVER use `any`. Use proper types, generics, or `unknown` with type guards. 3. After all fixes, re-run `npx tsc --noEmit` and confirm zero errors 4. Run `npx vitest run` to confirm no test regressions 5. Report summary of changes made

Palabras clave
skillclaude