Rai Story Implement

TypeScript-specific verification commands for story implementation.

stefancgillberg Updated

File contents

Overlay: Verify Task (TypeScript)

This overlay replaces the generic manifest-lookup + language-detection table in Step 3 of the base rai-story-implement skill with explicit TypeScript commands.

Verification Commands

After each RED-GREEN-REFACTOR cycle, run:

# Tests
npx vitest run

# Lint
npx eslint src/

# Type check
npx tsc --noEmit

All three must pass before committing. If any fails: fix and re-verify (max 3 attempts before escalating).

stefancgillberg/cursor-skills-rai/tree/main/.raise/skills/raise-dev-ts/rai-story-implement commit f3c76c594b

Frequently asked questions

npx skillmds@latest add stefancgillberg/rai-story-implement-3