Rai Story Implement

Python-specific verification commands for story implementation.

stefancgillberg Updated

File contents

Overlay: Verify Task (Python)

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

Verification Commands

After each RED-GREEN-REFACTOR cycle, run:

# Tests
uv run pytest --tb=short -x

# Lint
uv run ruff check

# Type check
uv run pyright

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/rai-story-implement commit 129dda3373

Frequently asked questions

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