dto
01Command
Create Create/Read/Update DTOs from model.
Command
Create Create/Read/Update DTOs from model.
Command
Create a new endpoint with service and test.
Command
(Alembic) Check migration for common problems.
Command
(Alembic) Create migration with auto-fix for Enum downgrade.
Command
Create a complete FastAPI module (routers, services, repositories, dto, models + tests).
Command
Display kanban board view of Linear issues.
Command
Edit or delete comments on a Linear issue (create/list via Linear MCP).
Command
Manage Linear cycles (sprints).
Command
Archive or delete a Linear issue.
Command
(Clean Code) Suggest refactoring for a specific code smell.
Command
(Clean Code) Analyze code for code smells and principle violations.
Command
(Ruff) Configure ruff for the project with FastAPI recommendations.
Command
(Ruff) Explain a ruff error and show the PROPER solution (without noqa!).
Command
(Ruff) Run ruff check to analyze code for linting errors.
Command
(Pytest) Create a test BEFORE implementation (TDD red phase).
Command
(Pytest) Create a pytest fixture.
Command
(Pytest) Create a mock for an external dependency.
Command
(Typing) Explain type error and show the correct solution (without type: ignore).
Command
(Typing) Run mypy/pyright for type checking.
Command
(Architect) Create Architecture Decision Record.
Command
(Architect) Analyze project architecture (structure, dependencies, patterns, anti-patterns).
Command
(Architect) Analyze module dependencies, detect circular dependencies.
Command
(Architect) Interactive architecture design for new project or module.
Command
(Dev) Full TDD development cycle - from prompt to documented feature. Orchestrates exploration, planning, and execution.