| name | mahout-review |
| description | Review Apache Mahout PRs for correctness and conventions. |
Mahout Review
Usage
/mahout-review # local branch vs main
/mahout-review <PR_URL> # checkout and review PR
Stack
Python (qumat), Rust (qdp), uv, maturin, pytest
Instructions
-
Get changed files: Use /dev-pr-review flow.
-
Review checklist:
- Consistency with existing patterns in
qumat/ and qdp/
- Tests added in
testing/
- Version numbers unchanged (unless release PR)
- No secrets or
.pypirc included
-
Run checks: Use /mahout-build.
-
Verdict: Follow /dev-pr-review format.