ワンクリックで
cmd-quality-gate
Run the ECC quality pipeline on demand: lint, format, and type-check a file or project scope.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the ECC quality pipeline on demand: lint, format, and type-check a file or project scope.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Scan installed skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files.
Audit all installed OpenClaw skills for quality: content overlap, freshness, and uniqueness. Supports Quick Scan (changed only) and Full Stocktake modes.
Cluster MEMORY.md entries by theme and optionally generate SKILL.md drafts.
Export MEMORY.md to a timestamped markdown file for sharing or backup.
Import memory entries from a markdown export file, merging with MEMORY.md without duplicating.
Show current workspace memory: MEMORY.md contents, pending recalls, and index status.
| name | cmd_quality_gate |
| description | Run the ECC quality pipeline on demand: lint, format, and type-check a file or project scope. |
| user-invocable | true |
| origin | openclaw-mas |
| argument-hint | <project-path> |
The first argument is the project path. Before doing anything else:
Run the ECC quality pipeline on demand for a file or project scope.
/quality-gate [path|.] [--fix] [--strict]
.)--fix: allow auto-format/fix where configured--strict: fail on warnings where supportedThis command mirrors hook behavior but is operator-invoked.
$ARGUMENTS:
[path|.] optional target path--fix optional--strict optional