reviewer

Coordinate automated code testing, peer review, and documentation generation.

Updated May 15, 2026
One-click install
npx skills add https://github.com/j-show/ai-everything --skill reviewer-j-show
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reviewer
Source: https://github.com/j-show/ai-everything/tree/main/skills/reviewer
Command: npx skills add https://github.com/j-show/ai-everything --skill reviewer-j-show

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of inconsistent code quality and documentation by enforcing a mandatory, multi-stage verification pipeline that ensures tests, reviews, and documentation are always synchronized.

Core Features & Use Cases

  • Automated Pipeline: Orchestrates test-helper, review-helper, and doc-helper in a strict, non-interactive sequence.
  • Quality Guardrails: Prevents code delivery unless tests pass, reviews are completed, and documentation is updated.
  • Use Case: Use this when you need to ensure a feature branch is production-ready by automatically running the full suite of quality checks without manual intervention.

Quick Start

Invoke the reviewer skill to perform a full quality audit on the current project scope.

Frequently Asked Questions about reviewer

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

FAQPage Schema
How do I automate code review and testing workflows for production readiness?▼

Automate code review and testing workflows by orchestrating a multi-stage pipeline that verifies implementation, enforces quality standards, and updates documentation before delivery.

What is a multi-stage code quality pipeline and how does it work?▼

A multi-stage code quality pipeline coordinates automated testing, peer review, and documentation generation in a strict sequence to ensure code branches are production-ready.

Do I need additional tools to run automated quality assurance checks?▼

Yes, executing the integrated validation pipeline requires installing test-helper, review-helper, and doc-helper to perform the automated testing, review, and documentation tasks.

Can I prevent code delivery unless tests pass and documentation is updated?▼

Yes, quality guardrails prevent code delivery unless tests pass, reviews are completed, and documentation is updated, enforcing mandatory verification across the lifecycle.

How do I ensure technical documentation stays synchronized with code changes?▼

Ensure technical documentation stays synchronized by running an automated pipeline that includes doc-helper to verify and update documentation alongside testing and review checks.

What is the best way to run a full quality audit on a feature branch?▼

Run a full quality audit by invoking the automated pipeline to execute the strict sequence of testing, review, and documentation checks without manual intervention.