apd-ds-code-review
| apd-ds-code-review | |
|---|---|
| Version | 1.0 |
| Category | Shared |
| Type | Code reviewer |
| Cost / run | TBD |
| Best models | TBD |
Shared › apd-ds-code-review
Produces a prioritized review report for Python and SQL in ML pipeline and data platform contexts: findings ranked by severity, so the team fixes what matters first. Trigger with "code review".
Available as $apd-ds-code-review / /apd-ds-code-review (source · tests).
How to use
- In Claude Code / Codex, open the repo (or branch/PR) you want reviewed
- Ask for a "code review", scoping it if the codebase is large ("review the
pipelines/folder") - Work the report top-down; it's ordered by priority
Code review the feature-engineering module in src/features/. Focus on
correctness and anything that would break in production.
Tips
| Do | Why |
|---|---|
| Scope large repos | A focused review of one module beats a shallow pass over everything |
| Say what "good" means for this project | Client standards vary; give it the bar to review against |
| Run before the human PR review | It clears the mechanical findings so reviewers can focus on design |
Related skills
| Skill | Relationship |
|---|---|
apd-ds-document-project |
Documentation counterpart; review first, then document |