oss-contribution-review

Review OSS changes against the Mozaiks contribution contract.

14|1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/BlocUnited-LLC/mozaiks --skill oss-contribution-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oss-contribution-review
Source: https://github.com/BlocUnited-LLC/mozaiks/tree/main/.claude/skills/oss-contribution-review
Command: npx skills add https://github.com/BlocUnited-LLC/mozaiks --skill oss-contribution-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you confidently review proposed or completed open-source changes by checking whether they fit the Mozaiks OSS contribution contract, without introducing hidden build or runtime regressions.

Core Features & Use Cases

  • Layer and responsibility fit: Identifies whether the change impacts the correct layer (universal substrate, framework capability, or hosted product capability) and avoids scope mistakes.
  • Build workflow impact analysis: Assesses whether the change alters workflow_sequence, transition, handoff, entrypoint, or control-plane routes, and flags when none of those are affected.
  • Validation coverage and drift risk: Determines required tests and docs updates, and evaluates contract drift or public-framing risk by cross-checking relevant Mozaiks anchors and rules.

Quick Start

Provide the change summary or file path to the AI and ask it to review the change against the Mozaiks OSS contribution contract.

Frequently Asked Questions about oss-contribution-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review an OSS contribution for contract compliance before merging?

You can review OSS contribution changes by providing a change summary or file path to evaluate layer classification, build workflow impact, required tests, and documentation updates to prevent contract drift before merging.

What is contract drift in OSS changes and how do I prevent it?

Contract drift happens when modifications deviate from established contribution contracts. You prevent it by cross-checking code, workflow, and documentation changes against Mozaiks anchors and rules to evaluate layer fit and public-framing risk.

How do I check if my code changes affect the correct universal substrate or framework capability layer?

You check layer fit by reviewing whether your modification targets the correct universal substrate, framework capability, or hosted product capability layer, which helps identify scope mistakes and avoid responsibility overlap.

Does my OSS modification alter the build workflow sequence, transitions, or entrypoints?

You assess build workflow impact by checking whether your change alters workflow_sequence, transition, handoff, entrypoint, or control-plane routes, and the review explicitly flags cases where none of those workflow components are affected.

When do I need to update tests and documentation for an open-source contribution?

You need to update tests and documentation when validation coverage analysis determines required tests and docs based on the estimated contract drift, runtime effects, and workspace effects of the proposed or completed open-source change.

Can I use this review process for changes that have already been implemented?

Yes, you can review already implemented OSS updates by providing the completed changes to evaluate contract drift, workspace effects, and public-framing risk post-implementation to ensure ongoing adherence to the contribution contract.