Thorough code review of Keboola Python component code, focusing on architecture, config/client patterns, and Pythonic best practices
paths-or-scope# Component Code Review Perform a thorough, opinionated code review focusing on Keboola Python component architecture and best practices. ## What This Command Does 1. **Reviews the current diff or specified paths** for Keboola Python component code 2. **Applies opinionated review rules** from the reviewer agent: - Architecture first: separation of concerns (component vs client vs config) - Config/client initialization in `__init__`, not `run()` - Modern typing (built-in generics, no deprecated `typing.List`/`Dict`/`Optional`) - Safety and robustness (edge cases, pagination gu...
Perform exhaustive code reviews using multi-agent analysis, ultra-thinking, and worktrees
`/project:review.md <CODE_SCOPE>`
`/project:review.md <CODE_SCOPE>`
Start a systematic code review using LSP tools
---