CodeSkills
← 返回发现

code-qc

Run a structured quality control audit on any codebase. Use when asked to QC, audit, review, or check code quality for a project. Supports Python, TypeScript, GDScript, and general projects. Produces a standardized report with PASS/WARN/FAIL verdict, covering tests, imports, type checking, static analysis, smoke tests, and documentation. Also use when asked to compare QC results over time.

来自 GitHub查看原文 →2026-03-24

# Code QC

Structured quality control audit for codebases. Delegates 静态 analysis to proper tools (ruff, ESLint, gdlint) and focuses on what AI adds: semantic understanding, cross-模块 consistency, and 动态 冒烟测试 generation.

## 快速开始

1. Detect project 类型 (read the profile for that language) 2. 加载 `.qc-配

相关 Skills