pre-publish-review

Orchestrate a 16-agent pre-publish release gate for npm packages.

67.6k|5.5k|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/code-yeongyu/oh-my-openagent --skill pre-publish-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pre-publish-review
Source: https://github.com/code-yeongyu/oh-my-openagent/tree/main/.opencode/skills/pre-publish-review
Command: npx skills add https://github.com/code-yeongyu/oh-my-openagent --skill pre-publish-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill acts as a rigorous, multi-layered gatekeeper before publishing code to npm, ensuring code quality, correctness, and release readiness by leveraging multiple specialized AI agents.

Core Features & Use Cases

  • Automated Release Gate: Orchestrates a 16-agent review process to catch issues before they reach production.
  • Multi-Layered Analysis: Includes per-change deep dives, holistic code reviews, and final release synthesis.
  • Use Case: Before every npm publish, trigger this Skill to automatically detect unpublished changes, have specialized agents analyze each change group, perform a comprehensive code quality and security review, and get a final go/no-go decision with a recommended version bump and changelog draft.

Quick Start

Initiate a pre-publish review for the upcoming 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 before an npm publish?

To automate code review before an npm publish, this Skill orchestrates a 16-agent process that detects unpublished changes and performs deep per-change analysis to ensure release readiness.

What is multi-agent orchestration for release quality gates?

Multi-agent orchestration for release quality gates involves spawning specialized agents to analyze code changes, perform holistic reviews, and synthesize a final go/no-go decision before publishing.

Can I get an automated version bump recommendation after a code review?

Yes, after analyzing unpublished changes, the release synthesis oracle provides a final go/no-go decision along with a recommended version bump and a drafted changelog.

How do I detect unpublished changes in my npm package?

You can detect unpublished changes in your npm package by triggering the pre-publish review process, which automatically identifies pending modifications and groups them for analysis.

Does this pre-publish review require external dependencies to run?

No, this pre-publish review does not require external dependencies to run, allowing you to orchestrate the multi-agent release gate directly within your existing environment.