How-to Guides¶
Practical steps to achieve a specific goal. Aimed at practitioners.
Getting things done¶
Installation, project setup, and running the full review pipeline.
| Document | Description |
|---|---|
| Install | Install Zolletta-metaskill via install.sh or manual clone/symlink |
| Set up a project | Configure Zolletta-metaskill for a new project |
| Run a full review | Execute the complete review pipeline |
Code review¶
Language-agnostic checks for style, test quality, and structural issues.
| Document | Description |
|---|---|
| Review code style | Check naming, docstrings, formatting (language-agnostic) |
| Review test code | Check test structure, coverage gaps, naming (language-agnostic) |
| Detect God classes | Find God classes and SOLID violations |
| Split a God test class | Break a test class into per-SUT files |
| Run an external review | Delegate review to an external model |
Python-specific¶
Python-focused style and test reviews with ruff, mypy, and pytest.
| Document | Description |
|---|---|
| Review Python style | Python-specific style, linting, typing |
| Review Python tests | Python-specific test patterns and coverage |
Documentation review¶
Audit documentation for drift, staleness, and Diátaxis structure compliance.
| Document | Description |
|---|---|
| Review documentation | Audit docs for drift, staleness, and structure |