返回 Skill 列表
extension
分类: 开发与工程无需 API Key

commit-rules

在进行Git提交时,提供提交的主题以及在提交前需要遵循的规则。

person作者: jakexiaohubgithub

This skill provides guidelines for commit targets and pre-commit checks.

Commit targets

  • All files managed by the repository are subject to commit.
  • Please include files in the dist/ directory in the commit target (as this is required when importing by specifying the repository directly).

Instructions

  1. Run pnpm build to ensure there are no build errors
  2. Run pnpm lint to ensure there are no lint errors
  3. Run pnpm test to ensure all tests pass
  4. If steps 1 through 3 all pass, commit the changes