commits
Defines the standard commit message format and branching conventions required for the Occultus Space codebase.
Install
mkdir -p .claude/skills/commits && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16621" && unzip -o skill.zip -d .claude/skills/commits && rm skill.zipInstalls to .claude/skills/commits
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Conventional Commits and branch naming conventions for Occultus Space.Key capabilities
- →Format commit messages using Conventional Commits
- →Identify correct commit types (feat, fix, refactor, chore, docs, style, test, perf)
- →Determine appropriate commit scopes (auth, chat, rooms, matrix, ui, nav, store, i18n, push, e2ee, media, settings, deps)
- →Follow branch naming conventions
- →Structure Pull Request titles and descriptions
How it works
This skill provides the required format for commit messages and branch names, along with defined types and scopes, to ensure adherence to Occultus Space's Git conventions.
Inputs & outputs
When to use commits
- →Format a commit message correctly
- →Identify the correct scope for a new feature
- →Follow branch naming conventions
- →Ensure CI/CD compatibility through message types
About this skill
Git Conventions — Occultus Space
Commit Messages
Format: <type>(<scope>): <description>
Types
| Type | Description |
|---|---|
feat | New feature |
fix | Bug fix |
refactor | Code refactoring (no feature change) |
chore | Build, deps, CI, tooling |
docs | Documentation only |
style | Formatting (no code logic change) |
test | Tests only |
perf | Performance improvement |
Scopes
| Scope | Area |
|---|---|
auth | Authentication / registration |
chat | Chat screen, messages, timeline |
rooms | Room list, room management |
matrix | matrix-js-sdk integration |
ui | UI components, Tamagui |
nav | Navigation |
store | Zustand stores |
i18n | Localization |
push | Push notifications |
e2ee | Encryption |
media | Media upload/download |
settings | Settings screen |
deps | Dependencies |
Examples
feat(auth): add email registration with referral field
fix(chat): fix timeline scroll position after pagination
refactor(store): migrate roomsStore to new Zustand API
chore(deps): update matrix-js-sdk to 34.x
docs: update architecture.md with navigation flow
Branch Naming
Format: <type>/<short-description>
feat/auth-registration
feat/chat-timeline
fix/dm-encryption
refactor/store-migration
chore/expo-sdk-upgrade
Pull Request
Title follows commit message format.
Description includes:
- What changed
- Why
- Testing notes
- Screenshots (if UI)
When not to use it
- →When the project uses different branch naming conventions
Limitations
- →The conventions are specific to Occultus Space.
- →The skill defines a fixed set of commit types and scopes.
How it compares
This skill enforces specific Conventional Commits and branch naming conventions tailored for Occultus Space, unlike general Git practices.
Compared to similar skills
commits side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| commits (this skill) | 0 | 4mo | No flags | Beginner |
| codex-cli-bridge | 9 | 9mo | Review | Intermediate |
| github-contributor | 1 | 2mo | Review | Intermediate |
| open-source-maintainer | 1 | 7mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
github-contributor
daymade
Strategic guide for becoming an effective GitHub contributor. Covers opportunity discovery, project selection, high-quality PR creation, and reputation building. Use when looking to contribute to open-source projects, building GitHub presence, or learning contribution best practices.
open-source-maintainer
numman-ali
End-to-end GitHub repository maintenance for open-source projects. Use when asked to triage issues, review PRs, analyze contributor activity, generate maintenance reports, or maintain a repository. Triggers include "triage", "maintain", "review PRs", "analyze issues", "repo maintenance", "what needs attention", "open source maintenance", or any request to understand and act on GitHub issues/PRs. Supports human-in-the-loop workflows with persistent memory across sessions.
mflux-release
filipstrand
Prepare a release in mflux (version bump, changelog, uv lock) without tagging/publishing.
code-changelog
bear2u
AI가 만든 모든 코드 변경사항을 reviews 폴더에 기록하고 간단한 HTML 뷰어로 웹 브라우저에서 실시간 확인할 수 있습니다. 매 수정마다 문서가 생성되고 Python 서버로 즉시 확인 가능합니다.
commit-helper
cockroachdb
Help create git commits and PRs with properly formatted messages and release notes following CockroachDB conventions. Use when committing changes or creating pull requests.