Code Review: Recent Changes Review the diff between and a fixed point the user supplies, along three independent axes: - Standards - does the code conform to this repo's documented conventions? - Spec - does the code faithfully implement the originating issue / PRD / spec? - Maintainability - is the change structurally healthy, or did it leave the codebase harder to change? Each axis runs as its own parallel sub-agent so they don't pollute each other's context, then this skill aggregates their findings. Keep them separate: a change can pass one axis and fail another - code that follows every…