Python Commands (/python:)
Python backend and API development.
Code Generation
| Command | Description |
|---|---|
/python:generate-endpoint <Name> | Generate API endpoint |
/python:generate-model <Name> | Generate data model |
Analysis Commands
| Command | Description |
|---|---|
/python:check-architecture | Validate architecture |
/python:check-code-quality | Run code quality checks |
/python:check-compliance | Check rule compliance |
/python:check-security | Security audit |
/python:check-testing | Test coverage analysis |
Type Commands
| Command | Description |
|---|---|
/python:type-coverage | Analyze type hint coverage |
Async Commands
| Command | Description |
|---|---|
/python:async-check | Validate async/await usage |
Dependency Commands
| Command | Description |
|---|---|
/python:dependency-audit | Audit dependencies for vulnerabilities |