# Rai Story Implement

> TypeScript-specific verification commands for story implementation.

- Skill: `stefancgillberg/rai-story-implement-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add stefancgillberg/rai-story-implement-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stefancgillberg/rai-story-implement-3/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: stefancgillberg (https://skillmd.com/u/stefancgillberg)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/stefancgillberg/rai-story-implement-3

---


# 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:

```bash
# 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).

