shamt-master-reviewer

Reviews child-project PRs to determine if changes are generic for all Shamt projects.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/MizunoPK/shamt-ai-dev --skill shamt-master-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shamt-master-reviewer
Source: https://github.com/MizunoPK/shamt-ai-dev/tree/main/.claude/skills/shamt-master-reviewer
Command: npx skills add https://github.com/MizunoPK/shamt-ai-dev --skill shamt-master-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews incoming child-project PRs in the shamt-ai-dev master repo. Evaluates whether changes are truly generic (applicable to all Shamt projects) vs. project-specific, applies the separation rule, approves or requests changes, runs a full guide audit after merge, and handles proposal docs correctly.

Core Features & Use Cases

  • Reviews PR diffs from child Shamt projects to determine applicability across all projects.
  • Applies the separation rule to guides and scripts, guiding contributors to proposal docs when needed.
  • Executes post-merge guide audits to ensure consistency across the guide ecosystem.

Quick Start

Use this skill to review an incoming PR from a child Shamt project in the master repo and determine if changes are generic and safe for master import.

Frequently Asked Questions about shamt-master-reviewer

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

FAQPage Schema
How do I review child-project pull requests for master repo governance?

Reviewing child-project pull requests for master repo governance involves evaluating read-only diffs to determine if changes are generic enough for all projects. The process enforces the separation rule, approves or requests changes, and ensures master-level consistency.

What is the separation rule for guides and scripts in a master repository?

The separation rule for guides and scripts dictates that only universally applicable changes belong in the master repository. Project-specific modifications must be redirected to proposal docs, ensuring the master repo remains generic across all child projects.

When do I need to run a post-merge guide audit?

You need to run a post-merge guide audit immediately after a pull request is merged into the master repository. This audit cycle triggers automatically to verify consistency across the entire guide ecosystem and catch integration issues.

How do I determine if a PR diff is generic enough for all child projects?

To determine if a PR diff is generic enough for all child projects, analyze the file changes using read-only diffs. If the modifications apply universally without project-specific logic, they are safe for master import and approval.

Does the master PR reviewer handle proposal docs automatically?

Yes, the master PR reviewer handles proposal docs automatically. When the separation rule identifies project-specific changes, it guides contributors to proposal docs, ensuring non-generic modifications are routed correctly without manual intervention.

Can I use read-only diffs to enforce pull request governance without write access?

Yes, you can use read-only diffs to enforce pull request governance without write access. The reviewer assesses file changes safely to determine applicability, applies separation rules, and triggers post-merge audits without modifying the repository directly.