Reviewing and Shipping

Coordinate multi-agent reviews, auto-fix issues, generate atomic commits, and ship PRs.

20|2|Updated Jul 8, 2025
One-click install
npx skills add https://github.com/jeanluciano/quaestor --skill reviewing-and-shipping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Reviewing and Shipping
Source: https://github.com/jeanluciano/quaestor/tree/main/src/quaestor/skills/reviewing-and-shipping
Command: npx skills add https://github.com/jeanluciano/quaestor --skill reviewing-and-shipping

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill validates quality across multiple domains, fixes small issues, generates atomic commits, coordinates multi-agent reviews, and crafts PRs with rich context to help you ship confidently with less manual toil.

Core Features & Use Cases

  • Smart Validation & Auto-Fix: Runs cross-domain checks (tests, linting, security) and fixes common issues automatically where possible.
  • Atomic Commit Generation: Groups related changes into clear, conventional commits linked to specifications.
  • Multi-Agent Review: Orchestrates parallel, domain-specific reviews by specialized agents (refactorer, security, qa, implementer).
  • Rich PR Creation: Produces PR descriptions with quality metrics, review insights, and spec references to speed review and approval.

Quick Start

Use the skill to automatically validate, fix, commit, review, and open a PR:

  • "Review and ship this feature" to run the full 5-phase workflow.
  • "Create a PR for spec-feature-001" to skip validation and open a PR with existing commits.
  • "Generate commits from my changes" to produce organized commits without shipping.

Frequently Asked Questions about Reviewing and Shipping

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

FAQPage Schema
How do I automate code review and PR generation across multiple domains?

Automate code review by orchestrating parallel, domain-specific agent reviews that validate tests, linting, and security in parallel, then generate atomic commits and open a PR with quality metrics and spec references automatically.

Can I automatically fix common issues and generate conventional commits from my changes?

Yes, the skill runs cross-domain validation checks and fixes common issues automatically, then groups related changes into conventional commits linked to specifications without manual reorganization.

What does a multi-agent code review workflow do differently than manual review?

Multi-agent review coordinates specialized agents—refactorer, security, QA, implementer—to validate different domains in parallel, catching issues faster and producing richer PR context than sequential manual review.

Does this work for feature work, bug fixes, and documentation updates across different languages?

Yes, the skill applies to feature work, bug fixes, documentation updates, and major system changes across languages and repositories, with optional architecture reviews when needed.

How do I create a PR with quality metrics and spec linkage without running full validation?

Skip validation by using the PR creation mode with existing commits, which produces a PR description with quality metrics, review insights, and spec references without re-running checks.