typing-fix-protocol

Scan, triage, and correct TypeScript and JSDoc errors in Node.js ESM repositories.

3|1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Ilenburg1993/chatgpt-docker-puppeteer --skill typing-fix-protocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typing-fix-protocol
Source: https://github.com/Ilenburg1993/chatgpt-docker-puppeteer/tree/main/.github/skills/typing-fix-protocol
Command: npx skills add https://github.com/Ilenburg1993/chatgpt-docker-puppeteer --skill typing-fix-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a systematic protocol to identify, triage, and resolve TypeScript and JSDoc errors in JavaScript-first Node.js projects, ensuring code quality and maintainability.

Core Features & Use Cases

  • Comprehensive Error Scanning: Detects and quantifies TypeScript errors across entire project lanes or specific files.
  • Targeted Correction: Offers a cookbook of solutions for common TypeScript error codes (TS7006, TS7008, TS7034, etc.) and JSDoc malformations.
  • Use Case: When migrating a large JavaScript codebase to be TypeScript-ready, use this Skill to systematically eliminate all type errors, lane by lane, ensuring a smooth transition and robust code.

Quick Start

Execute the typing-fix-protocol skill to scan for TypeScript errors in the 'src.logic' lane.

Frequently Asked Questions about typing-fix-protocol

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix TypeScript errors in a JavaScript project using ts-check?

To fix TypeScript errors in a JavaScript project using ts-check, this protocol scans the codebase, triages errors by TS code, and applies targeted corrections for JSDoc and type definitions. It systematically resolves issues like implicitly typed parameters and uninitialized class members.

What's the best way to resolve TS7006 and TS7034 errors in Node.js ESM repositories?

The best way to resolve TS7006 and TS7034 errors in Node.js ESM repositories is using a cookbook of categorized fixes. This protocol targets specific TypeScript error codes, prioritizing efficient batch editing to eliminate cascading type errors lane by lane.

Does this TypeScript error correction protocol support Node.js 24+ projects?

Yes, this TypeScript error correction protocol explicitly supports Node.js 24+ ESM repositories. It is designed to scan and correct type errors in modern JavaScript-first environments utilizing the // @ts-check directive.

How do I scan and measure TypeScript errors in a specific source lane?

To scan and measure TypeScript errors in a specific source lane, execute the protocol to quantify errors across files. It provides commands for comprehensive error detection and file-specific analysis to guide the correction process.

Why does JSDoc cause TypeScript errors when migrating to strict type checking?

JSDoc causes TypeScript errors during strict type checking migration due to malformed annotations and missing type definitions. This protocol identifies and corrects these JSDoc malformations alongside standard TypeScript error codes.