
from cc-skills43
Pre-merge quality gates for PRs that validate RNG determinism, forked URLs, runtime parameter ranges, and manifest synchronization to reduce review cycles.
Implements a set of pre-ship and CI quality gates for pull requests. The skill runs deterministic checks for RNG isolation, validates fork/URL integrity, enforces parameter constraints at runtime, and verifies manifest/decorator synchronization. It coordinates multiple small validators and an orchestrator to automatically flag issues before code is merged, lowering review churn and preventing regressions.
Use this skill during PR review and CI pipelines for projects that require deterministic behavior, strict parameter validation, and manifest/decorator consistency. Ideal for projects where repeatable tests and strict release manifests are required (e.g., infrastructure, ML experiments, or security-sensitive changes).
Best suited for agents and runtimes that can run Python-based validators and shell hooks (Claude Code, Copilot/Codex-like automation agents that support running repository scripts).
Pre-ship quality gates skill for PR review that defines 4 validators (RNG determinism, URL fork validation, parameter validation, manifest sync). No scripts bundled — all referenced Python modules are absent. SKILL.md is mostly a design doc with integration snippets but no runnable code. References hardcoded /tmp/ paths for handbooks that won't exist elsewhere. Niche audience tied to a specific 'Alpha Forge' project.
Design-only skill with no bundled scripts or runnable code. The SKILL.md reads like a phase 1 completion summary rather than a reusable skill. References to /tmp/ handbooks are environment-specific and won't port. Useful as documentation for that specific project but low general utility.