resolving-type-errors

Installation
SKILL.md

Project configuration: read tsconfig.json if haven't already read package.json if haven't already

1. Comprehensive Error Discovery

Run type check and collect all errors for the target file:

pnpm type-check 2>&1 | grep "target-file"

Replace target-file with the actual file path from the user's request.

List all errors with:

  • File path and line numbers
  • Error codes (TS####)
  • Full error descriptions
Related skills
Installs
4
First Seen
Feb 4, 2026