fix-ts-errors

Installation
SKILL.md

Fix TypeScript Errors

Autonomous TypeScript error detection and fixing loop. Eliminates the manual "check → fix → still broken → fix again" cycle.

Trigger Conditions

  • User reports TS errors in a file
  • User says "not working" after a TS change
  • After writing/editing TypeScript files (proactive)
  • User says "fix types", "ts errors", "type errors"

Workflow

Step 1: Identify Target Files

Determine which files to check:

  • If user specifies files → use those
  • If user says "changed files" → run git diff --name-only to get modified .ts/.tsx files
  • If after a code edit → check the files just edited
Related skills

More from bhagyamudgal/skills

Installs
5
First Seen
Apr 13, 2026