| name | oss-contribution-review |
| description | Review a proposed or completed OSS change for layer fit, build workflow impact, docs/tests coverage, and contract drift risk before or after editing. |
| argument-hint | [change summary or file path] |
Review $ARGUMENTS against the Mozaiks OSS contribution contract.
Inspect the owning files first. Start from the nearest concrete anchor and
classify:
- layer changed: universal substrate, framework capability, or hosted product capability
- build workflow impact: workflow_sequence, transition, handoff, entrypoint, control-plane route, or none
- runtime/platform impact
- app workspace impact
- tests required
- docs, rules, or skills required
- contract drift or public-framing risk
Use these anchors when relevant:
AGENTS.md
CLAUDE.md
ARCHITECTURE.md
- active task skills under
.agents/skills/ or .claude/skills/
.claude/skills/README.md
.claude/rules/architecture-boundaries.md
.claude/rules/factory-build-workflows.md
.claude/rules/control-plane-refinement.md
.claude/rules/testing.md
Return:
- Layer changed
- Build workflow impact
- Runtime/platform impact
- App workspace impact
- Tests required/run
- Docs required/updated
- Contract drift risk