What problem does it solve?
Coordinates a multi-layer pre-publish assessment to ensure npm releases are thoroughly reviewed before publishing. It runs an initial change-detection pass, orchestrates up to 16 agents for per-change analysis, performs a holistic review across the changeset, and outputs a release synthesis verdict to guide safe deployment.
Core Features & Use Cases
- Unpublished Change Detection: Uses the /get-unpublished-changes flow to identify all diffs since the last release and categorize them by scope.
- Parallel Per-Change Analysis: Spawns up to 10 ultrabrain agents to validate each change group for correctness, edge cases, and pattern adherence.
- Holistic Release Review: Invokes a 5-agent holistic review to assess goal compliance, QA execution, code quality, security, and context mining across the full changeset.
- Release Synthesis: Runs a 1-agent oracle to determine overall release readiness, version bump guidance, and deployment risk.
- Guided Release Gate: Generates a structured, auditable decision path before every npm publish.
Quick Start
Run the pre-publish-review skill before npm publish to validate your release readiness.