---
title: "Quality Gate Command"
description: "Run the ECC quality pipeline on demand for a file or project scope."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/quality-gate
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:37:22.807Z
license: CC-BY-4.0
attribution: "Quality Gate Command — Claudary (https://claudary.paisolsolutions.com/skills/quality-gate)"
---

# Quality Gate Command
Run the ECC quality pipeline on demand for a file or project scope.

## Overview

# Quality Gate Command

Run the ECC quality pipeline on demand for a file or project scope.

## Usage

`/quality-gate [path|.] [--fix] [--strict]`

- default target: current directory (`.`)
- `--fix`: allow auto-format/fix where configured
- `--strict`: fail on warnings where supported

## Pipeline

1. Detect language/tooling for target.
2. Run formatter checks.
3. Run lint/type checks when available.
4. Produce a concise remediation list.

## Notes

This command mirrors hook behavior but is operator-invoked.

## Arguments

$ARGUMENTS:
- `[path|.]` optional target path
- `--fix` optional
- `--strict` optional

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/quality-gate) · https://claudary.paisolsolutions.com
