Claude Code Plugins

Community-maintained marketplace

Feedback

commit-rules

@t0k0sh1/chronia
0
0

When making a Git commit, provide the subject of the commit and the rules to follow before committing.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name commit-rules
description When making a Git commit, provide the subject of the commit and the rules to follow before committing.

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