# Commit Rules

> When making a Git commit, provide the subject of the commit and the rules to follow before committing. Use when this capability is needed.

- Skill: `tomevault-io/commit-rules` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/commit-rules`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/commit-rules/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/commit-rules

---


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

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/t0k0sh1) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

