Skills & Rules/Implementation Review
Skills & Rules
How apihug-impl-review checks handwritten code against ApiHug golden rules.
apihug-impl-review validates whether the handwritten implementation still respects the framework architecture after code generation.
This skill reviews handwritten code after generation has already produced the framework surface.
Most ApiHug regressions come from logic drifting into generated layers or from teams bypassing the intended SDK and service boundaries.
Its main focus areas are:
Typical issues it should catch include:
Use these rule guides as the review source of truth:
apihug-impl-golden-ruleapihug-impl-front-vben-guide