validate

Installation
SKILL.md

Run comprehensive validation of the project to ensure all tests, type checks, linting, and deployments are working correctly.

Execute the following commands in sequence and report results:

1. Test Suite

uv run pytest -v

Expected: All tests pass (currently 34 tests), execution time < 1 second

2. Type Checking

uv run mypy app/

Expected: "Success: no issues found in X source files"

Installs
8
GitHub Stars
2
First Seen
Mar 6, 2026
validate — giladresisi/ai-dev-env