From qult
Show current qult session status including pending fixes, test/review gates, and changed files. Use to check commit readiness, see what gates are blocking, or confirm all gates are clear before committing. NOT for diagnosing setup issues (use /qult:doctor instead).
npx claudepluginhub hir4ta/qult --plugin qultThis skill uses the workspace's default tool permissions.
Show the current qult quality gate status.
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.
Show the current qult quality gate status.
mcp__plugin_qult_qult__get_pending_fixes() for current lint/typecheck errorsmcp__plugin_qult_qult__get_session_status() for session statemcp__plugin_qult_qult__get_gate_config() for gate configurationPresent a concise summary:
Pending fixes: 2 (lint: foo.ts, typecheck: bar.ts)
Tests: not passed
Review: not completed
Changed files: 5 (3 gated)
Gates: lint (biome), typecheck (tsc), test (vitest)
If no issues, report:
All clear. No pending fixes, tests passed, review completed.