Rai Bugfix

Python-specific verification commands for bugfix workflow.

stefancgillberg Updated

File contents

Overlay: Fix Verification (Python)

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

Verification Commands

After each RED (regression test) - GREEN (fix) - 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. The bug must no longer reproduce.

stefancgillberg/cursor-skills-rai/tree/main/.raise/skills/raise-dev/rai-bugfix commit 44b4c6e50c

Frequently asked questions

npx skillmds@latest add stefancgillberg/rai-bugfix