fix-parts

Audit and repair missing or malformed PART sections in TypeScript files.

Updated Dec 8, 2025
One-click install
npx skills add https://github.com/Unlighted01/ResearchMate-Website --skill fix-parts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-parts
Source: https://github.com/Unlighted01/ResearchMate-Website/tree/main/.claude/skills/quality/fix-parts
Command: npx skills add https://github.com/Unlighted01/ResearchMate-Website --skill fix-parts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit and fix missing or malformed PART sections in a ResearchMate TypeScript file. The PART sectioning system is mandatory in every file.

Core Features & Use Cases

  • Verify PART structure and ordering across TS files
  • Repair missing or malformed PART headers to restore compliance
  • Produce before/after reports and validation feedback for audits

Quick Start

Audit a TypeScript file and automatically repair missing or malformed PART sections.

Frequently Asked Questions about fix-parts

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

FAQPage Schema
How do I audit and fix missing PART sections in TypeScript files?

To audit and fix missing PART sections in TypeScript files, you can use a static analysis process that identifies malformed headers and automatically repairs them to restore structural compliance. It generates before and after reports for validation feedback.

What is a PART section structure in TypeScript code review?

A PART section structure in TypeScript code review is a mandatory file organization system that enforces specific ordering, section counts, and optional sub-sections across source files. It ensures consistent code quality and structural compliance throughout a project.

How do I check PART ordering and section counts during a TypeScript refactor?

To check PART ordering and section counts during a TypeScript refactor, apply explicit validation steps that verify structural compliance across source files. This process repairs missing or malformed headers and produces validation feedback for audits.

Does this PART section audit work with existing static analysis tools?

This PART section audit works alongside existing static analysis tools by performing explicit validation steps on TypeScript files to ensure section ordering and counts meet project requirements. It provides before and after reporting to complement standard code review processes.

Why does my TypeScript file fail PART structure validation after a refactor?

Your TypeScript file fails PART structure validation after a refactor because missing or malformed PART headers disrupt the mandatory section ordering and counts. Running an audit identifies these specific structural errors and automatically repairs them to restore compliance.