From qult
Temporarily disable or re-enable quality gates (lint, typecheck, test, review), or clear false-positive pending fixes. Use when a gate is broken, irrelevant for current work, or producing false positives. NOT for permanently removing gates (edit .qult/gates.json instead).
npx claudepluginhub hir4ta/qult --plugin qultThis skill uses the workspace's default tool permissions.
Manage gate overrides and pending-fix state for the current session.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Guides systematic root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.
Manage gate overrides and pending-fix state for the current session.
The user will specify what they want:
mcp__plugin_qult_qult__disable_gate({ gate_name: "<name>" })mcp__plugin_qult_qult__enable_gate({ gate_name: "<name>" })mcp__plugin_qult_qult__clear_pending_fixes()review is a special gate name that skips the independent review requirement.qult/gates.json (lint, typecheck, test, etc.) plus review/qult:status/qult:config.qult/gates.json