跳到主要内容
知仓学习社ZHICANG

universal-quality-gate

Multi-language code quality gate with auto-detection and linters.

不碰外部(只输出文字)无严重或高危命中notque/vexjoy-agent

它会碰到什么

扫了多少2 个文本文件,6 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Universal quality gate

Run configured lint, format, type, and security checks across project languages. Tests and builds remain separate checks.

Run

Read repository instructions and configuration first. Use the repository's prescribed checks when present; the adapter below supplies multi-language detection through hooks/lib/language_registry.json and hooks/lib/quality_gate.py.

python3 ~/.claude/skills/code-quality/universal-quality-gate/scripts/run_quality_gate.py

| Option | Use |

|---|---|

| --staged | Check staged files before commit |

| --lang python | Focus on one language |

| --fix | Apply configured fixes within authorized scope |

| -v | Expanded diagnostics |

| --no-patterns | Skip informational pattern scanning |

Check before fixing, review git diff afterward, and rerun affected checks. Do not add tools, change rules, or make required tools optional to get a pass.

Detection

The registry is authoritative; these are its language families:

| Language | Markers | Tools |

|---|---|---|

| Python | pyproject.toml, requirements.txt | ruff, mypy, bandit |

| Go | go.mod | gofmt, golangci-lint, go vet |

| JavaScript | package.json | eslint, biome |

| TypeScript | tsconfig.json | tsc, eslint, biome |

| Rust | Cargo.toml | clippy, cargo fmt |

| Ruby | Gemfile | rubocop |

| Java | pom.xml, build.gradle | PMD |

| Shell | .sh, .bash | shellcheck |

| YAML | .yml, .yaml | yamllint |

| Markdown | *.md | markdownlint |

Results and recovery

Capture output and exit status. Report checked scope, required failures, optional skips, and useful file:line diagnostics. Keep full logs available without pasting every successful result. A gate pass means required tools passed; it does not prove tests, builds, or business behavior passed.

  • Required tool missing or failed: report a blocked or failed check. Use the project environment and declared dependency setup; do not downgrade the requirement.
  • Optional tool unavailable: report it as skipped, not passed. [WARNING] pattern matches are informational; inspect them for actual defects.
  • No files: check project root, marker files, and git diff --cached --name-only for staged mode. Empty scope is not evidence of code quality; do not stage unrelated work to populate it.
  • Timeout: inspect generated or large files and I/O. Use --staged or --lang for diagnosis, but state reduced coverage and complete required checks before claiming a full pass.
  • Conflicting configuration: read project instructions and package scripts to identify the intended tool. Do not silently remove checks or edit the registry.

When explicitly adding a language, extend hooks/lib/language_registry.json with extensions, markers, and tools; each tool declares cmd, optional fix_cmd, description, and required. The adapter reads the registry on the next run.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 419
本站分层T2
该仓技能数122
原文件路径skills/code-quality/universal-quality-gate/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 122 个技能