quality-gate

Execute independent review agents to identify quality issues in Laravel Livewire/Flux changes.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/ohnotnow/agentic-stuff --skill quality-gate-ohnotnow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-gate
Source: https://github.com/ohnotnow/agentic-stuff/tree/main/skills/quality-gate
Command: npx skills add https://github.com/ohnotnow/agentic-stuff --skill quality-gate-ohnotnow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run independent review agents for a fresh-eyes assessment of recently completed work. Each agent has its own context and reports back without making changes.

Core Features & Use Cases

  • Orchestrated reviews across multiple agents: test-quality-checker, phpmetrics-check, laravel-owasp-reporter, and livewire-flux-reviewer.
  • Consolidated triage and guidance: group findings by severity and provide actionable fixes with context.
  • Guardrails and confirmations: prompts user before launching due to token costs.

Quick Start

Trigger the quality gate after feature completion to launch all reviewers and review the consolidated findings.

Frequently Asked Questions about quality-gate

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

FAQPage Schema
How do I run automated code reviews for Laravel Livewire changes before release?

Independent review agents execute automated code reviews for Laravel Livewire changes by assessing test quality, security, and code metrics. The system orchestrates multiple agents to provide a fresh-eyes assessment of recently completed work without modifying code.

What is a fresh-eyes code quality gate in software development?

A fresh-eyes code quality gate is an automated process that runs independent review agents with isolated context to identify quality issues in recently completed work. It consolidates findings by severity and provides triage guidance with actionable fixes before release.

Does the quality gate review process check security and OWASP compliance?

The quality gate process checks security and OWASP compliance using dedicated agents like the laravel-owasp-reporter. It applies security audits alongside test-quality and code metric checks to identify vulnerabilities in recently completed work.

How do I get triage guidance for code review findings?

Consolidating reports from multiple independent review agents into a grouped summary generates triage guidance for code review findings. Findings are categorized by severity and accompanied by actionable fixes and context-specific considerations.

Are there token costs or limitations when running automated quality gate reviews?

Yes, there are token costs associated with running automated quality gate reviews due to launching multiple independent agents. The system includes guardrails and prompts the user for confirmation before launching to manage these token expenditures.