Rai Bugfix

TypeScript-specific verification commands for bugfix workflow.

stefancgillberg Updated

File contents

Overlay: Fix Verification (TypeScript)

This overlay replaces the generic manifest-lookup priority chain in Step 4 of the base rai-bugfix skill with explicit TypeScript commands.

Verification Commands

After each RED (regression test) - GREEN (fix) - REFACTOR cycle, run:

# Tests
npx vitest run

# Lint
npx eslint src/

# Type check
npx tsc --noEmit

All three must pass before committing. The bug must no longer reproduce.

stefancgillberg/cursor-skills-rai/tree/main/.raise/skills/raise-dev-ts/rai-bugfix commit 4854057bbe

Frequently asked questions

npx skillmds@latest add stefancgillberg/rai-bugfix-2