pre-publish-review

Orchestrate a 16-agent review of unpublished npm package changes.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/hsch14/ABC-car_insurance --skill pre-publish-review-hsch14
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pre-publish-review
Source: https://github.com/hsch14/ABC-car_insurance/tree/main/.agents/skills/pre-publish-review
Command: npx skills add https://github.com/hsch14/ABC-car_insurance --skill pre-publish-review-hsch14

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill mitigates the risk of publishing broken or unstable code to npm by orchestrating a multi-layered, 16-agent review process that validates changes before they reach production.

Core Features & Use Cases

  • Per-Change Deep Dive: Utilizes up to 10 ultrabrain agents to analyze individual change groups for correctness, edge cases, and pattern adherence.
  • Holistic QA & Synthesis: Employs 5 agents for cross-module context mining and 1 oracle agent for final release readiness and versioning strategy.
  • Use Case: Before a major release of a complex plugin, run this review to automatically detect breaking changes, verify semver compliance, and ensure all 1,200+ files maintain strict TypeScript standards.

Quick Start

Trigger the pre-publish review process to analyze all unpublished changes before your next npm release.

Frequently Asked Questions about pre-publish-review

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

FAQPage Schema
How do I automate code review and semver validation before an npm package release?

Automated pre-publish code review orchestrates a 16-agent process to analyze unpublished git changes, validating code correctness, semver compliance, and deployment risk across release layers before npm publication.

What does multi-agent automated analysis check for during npm release preparation?

Multi-agent automated analysis uses up to 10 ultrabrain agents for individual change groups and 5 agents for cross-module mining, checking correctness, edge cases, and pattern adherence before npm release.

How do I detect breaking changes across pure components, core logic, and adapter plugins?

Detect breaking changes across multiple release layers by running parallelized ultrabrain and oracle agent analysis on unpublished git changes to synthesize holistic release readiness and versioning strategy.

Can I use automated pre-publish review for large-scale TypeScript codebases?

Automated pre-publish review is suited for large-scale TypeScript codebases, verifying that all 1,200+ files maintain strict TypeScript standards before a complex npm plugin release.

When should I run a multi-agent review gate for npm publishing?

Run a multi-agent review gate before a major npm release to automatically detect breaking changes, verify semver compliance, and mitigate the risk of publishing broken or unstable code to production.