# Commit Prefix By Path Zenobius

> Use when composing Conventional Commit messages in this repo. Prioritizes commit prefixes by changed-file paths.

- Skill: `zenobi-us/commit-prefix-by-path-zenobius` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zenobi-us/commit-prefix-by-path-zenobius`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zenobi-us/commit-prefix-by-path-zenobius/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zenobi-us (https://skillmd.com/u/zenobi-us)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zenobi-us/commit-prefix-by-path-zenobius

---


# Commit Prefix by Path (zenobi.us)

Pick the Conventional Commit prefix from changed files using this priority order:

1. `content/**/*` → `fix(content): ...`
2. `app/{area}/**/*` → `fix(app/{area}): ...`
3. `e2e/**/*` → `fix(tests): ...`
4. `.memory/**/*` → `chore(memory): ...`

If multiple paths are changed, use the highest-priority matching rule above.

