Skip to content

apd-ds-code-review

apd-ds-code-review
Version1.0
CategoryShared
TypeCode reviewer
Cost / runTBD
Best modelsTBD

Shared › apd-ds-code-review

version status surface

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

  1. In Claude Code / Codex, open the repo (or branch/PR) you want reviewed
  2. Ask for a "code review", scoping it if the codebase is large ("review the pipelines/ folder")
  3. 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
Skill Relationship
apd-ds-document-project Documentation counterpart; review first, then document