tdd
Strict Python TDD workflow using pytest (Red-Green-Refactor).
aea.test`_`tools.test`_`skill
This module contains test case classes based on pytest for AEA skill testing.
SpecLeft
Python intent tracing MCP: map specs to pytest tests, monitor implementation progress, offline-only.
add-reference-tests
Add pytest tests to validate reference implementations in flashinfer_trace against FlashInfer or SGLang ground truth. Use when validating kernel definitions, adding tests for new op_types, or verifying reference implementations are correct.
ci-pr-helper
Run local test/style checks and open GitHub PRs for lance-context. Use when asked to run CI-equivalent checks (uv pytest, ruff/pyright, cargo fmt/clippy/test) and then create a PR with a proper title/body.
pytest-runner
Run pytest tests with automatic virtual environment activation. Use this skill whenever running tests, executing pytest, or when asked to "run tests", "test this", or any test execution task. Ensures venv is always activated before pytest runs.