·precommit-setup
</>

precommit-setup

配置具有 linting、类型检查和测试挂钩的三层预提交系统。用于质量门设置和代码标准。如果预提交已最佳配置,则跳过。

30安装·0热度·@athola

安装

$npx skills add https://github.com/athola/claude-night-market --skill precommit-setup

如何安装 precommit-setup

通过命令行快速安装 precommit-setup AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/athola/claude-night-market --skill precommit-setup
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:athola/claude-night-market。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from athola/claude-night-market

快速解答

什么是 precommit-setup?

配置具有 linting、类型检查和测试挂钩的三层预提交系统。用于质量门设置和代码标准。如果预提交已最佳配置,则跳过。 来源:athola/claude-night-market。

如何安装 precommit-setup?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/athola/claude-night-market --skill precommit-setup 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/athola/claude-night-market