.claude/skills/quality/fix-parts/SKILL.md
Audit and fix missing or malformed PART sections in a ResearchMate TypeScript file. The PART sectioning system is mandatory in every file.
npx skillsauth add Unlighted01/ResearchMate-Website fix-partsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Audit and fix the PART sectioning system in: $ARGUMENTS
Steps:
= signs):
// ============================================
// PART N: SECTION NAME
// ============================================
development
Add proper theme support (glass/bubble/minimalist + dark mode) to a ResearchMate component, or add new CSS variables to index.css for a specific theme
development
Write Vitest integration tests for a ResearchMate API endpoint following all established patterns from ocr.integration.test.ts
testing
Run the ResearchMate OCR integration test suite using Vitest. Optionally filter by test name.
development
Scaffold a new ResearchMate Vercel serverless API endpoint with correct fallback chain, credit refund pattern, auth, PART sections, and TypeScript