Skip to main content
Run any Skill in Manus
with one click

review-architecture

// Review Apache Pinot diffs for architectural concerns — module boundaries, SPI vs. impl separation, circular deps, misplaced logic (broker code in server, server code in controller), abstraction choice (interface vs. abstract class), plugin layering, and layering violations between pinot-spi / pinot-common / pinot-core / pinot-segment-spi / pinot-segment-local. Trigger keywords — new interface, abstract class, package move, module, SPI, broker-server boundary, plugin, shaded.

$ git log --oneline --stat
stars:6,084
forks:1,478
updated:May 12, 2026 at 21:26
SKILL.md
readonly