什么是 precommit-setup?
配置具有 linting、类型检查和测试挂钩的三层预提交系统。用于质量门设置和代码标准。如果预提交已最佳配置,则跳过。 来源:athola/claude-night-market。
配置具有 linting、类型检查和测试挂钩的三层预提交系统。用于质量门设置和代码标准。如果预提交已最佳配置,则跳过。
通过命令行快速安装 precommit-setup AI 技能到你的开发环境
来源:athola/claude-night-market。
Configure a detailed three-layer pre-commit quality system that enforces linting, type checking, and testing before commits.
This skill implements a technical quality system based on three distinct layers. Layer 1 consists of fast global checks that perform quick linting and type checking on all files in approximately 50 to 200 milliseconds. Layer 2 focuses on component-specific checks, running detailed linting, type checking, and testing for changed components only, which typically takes between 10 and 30 seconds. Finally, Layer 3 uses...
For monorepos, plugin architectures, or projects with multiple components, add per-component quality checks.
配置具有 linting、类型检查和测试挂钩的三层预提交系统。用于质量门设置和代码标准。如果预提交已最佳配置,则跳过。 来源:athola/claude-night-market。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/athola/claude-night-market --skill precommit-setup配置具有 linting、类型检查和测试挂钩的三层预提交系统。用于质量门设置和代码标准。如果预提交已最佳配置,则跳过。 来源:athola/claude-night-market。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/athola/claude-night-market --skill precommit-setup 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/athola/claude-night-market