publish-review

Automates a publish-readiness review for the Queuert library using five parallel agents.

24|1|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/kvet/queuert --skill publish-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: publish-review
Source: https://github.com/kvet/queuert/tree/main/.claude/skills/publish-review
Command: npx skills add https://github.com/kvet/queuert --skill publish-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of validating publish readiness by orchestrating a parallel multi-agent review of documentation, API design, implementation, and overall feature completeness to ensure a clean release.

Core Features & Use Cases

  • Launches five specialized review agents in parallel to assess documentation coherence, API design, implementation verification, feature completeness, and API consistency.
  • Generates a consolidated publish-readiness report and saves it to docs/publish-readiness-report.md.
  • Provides a concise in-conversation summary to guide release decisions and next steps.

Quick Start

Invoke the publish-review skill to start the pre-release assessment. It will run all five agents in parallel, produce a combined report, and present a summary in the chat.

Frequently Asked Questions about publish-review

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

FAQPage Schema
How do I automate publish-readiness reviews for API documentation and implementation?▼

Automated publish-readiness review runs five parallel agents to assess documentation coherence, API design, implementation verification, and feature completeness, generating a combined report and an in-conversation summary.

What is a multi-agent parallel review for pre-release validation?▼

A multi-agent parallel review dispatches specialized agents simultaneously to evaluate API consistency, documentation coherence, and implementation verification, consolidating their findings into a single publish-readiness report.

How do I check API design consistency and feature completeness before publishing?▼

Checking API design consistency and feature completeness involves launching parallel review agents that analyze implementation verification and documentation coherence, outputting results to a markdown report.

Can I use a parallel multi-agent review for my library's release validation?▼

Yes, the parallel multi-agent review validates library release readiness by assessing documentation coherence, API design, and feature completeness without requiring external dependencies.

Where does the publish-readiness report get saved after the review completes?▼

The publish-readiness report is saved directly to docs/publish-readiness-report.md, while a concise summary of the release validation results is also displayed in the conversation.