General
PromptBeginner5 minmarkdown
Untitled Skill
193
Build & test
Loading actions...
Main instructions and any bundled files for this skill.
pip install -e .[dev] # install
pytest # tests
uv run ruff check . # lint
uv run ruff format . # format
uv run mypy src # type-check
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks