Generates consistent git commit messages following project conventions. Use when committing changes, creating PRs, or when asked to write commit messages.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
name: git-commit-messages description: Generates consistent git commit messages following project conventions. Use when committing changes, creating PRs, or when asked to write commit messages.
Git Commit Message Generator
Format
type(scope): subject in imperative mood
- Body bullet in past tense with period.
- Another change description.
Types
| Type | When to Use |
|---|---|
feat | Added new functionality |
fix | Fixed a bug |
refactor | Restructured code, no behavior change |
chore | Dependencies, tooling, configs |
docs | Documentation |
test | Tests |
cicd | CI/CD pipelines, deployment |
ai | AI/Claude configurations |
Rules
- Subject: Imperative mood, lowercase after colon, no period, max 72 chars
- Scope: Derived from path. When changes span multiple scopes, omit the scope entirely
authz– Authorization stack and FGA modelsinfra– Kraftfiles, Dockerfiles, deployment configsnix– Flake and Nix configuration
- Body: Past tense, capital start, period at end
- No attribution: Never include "Co-Authored-By", "Generated with", or any AI/author attribution
- AI-only changes: When changes are exclusively AI-related (skills, prompts, Claude configs), always use
aitype—neverrefactor,chore, or other types - Preview before commit: Always show the proposed commit message to the user for confirmation before executing the commit
Examples
feat(authz): add task permissions with list inheritance
refactor(authz): split monolithic model into modules
- Separated projects.fga and tasks.fga into distinct files.
- Created fga.mod manifest to declare included modules.
chore(nix): update flake inputs to latest versions
- Bumped nixpkgs to 2025-12-21.
- Updated unikraft-nur to v0.12.5.
feat(infra): add Caddy reverse proxy for Unikraft deployment
- Added Kraftfile and rootfs for Caddy unikernel.
- Configured TLS termination and playground proxy.
docs: restructure README for improved clarity
chore: update dependencies and documentation
- Bumped openfga-cli to v0.7.8.
- Updated AGENTS.md with README references.
ai: secure Claude settings by restricting dangerous permissions
More by majiayu000
View allDeploys PostgreSQL on Kubernetes using the CloudNativePG operator with automated failover. Use when setting up PostgreSQL for production workloads, high availability, or local K8s development. Covers operator installation, cluster creation, connection secrets, and backup configuration. NOT when using managed Postgres (Neon, RDS, Cloud SQL) or simple Docker containers.
Use when Codex needs to run CI/CD or cross-service automations through the Composio MCP server.
Clean up git branches by analyzing merged/unmerged status, archiving completed work, and organizing active branches. This skill should be used when the user wants to clean up branches, organize their git repository, or review branch status. Triggered by "/clean-branches", "/branches", "clean branches", "check branches", "check branch", or "branches".
Develop with Nix including packages, flakes, NixOS, and derivations. Activate when working with .nix files, flake.nix, flake.lock, or user mentions Nix, nixpkgs, NixOS, derivations, flakes, nix-shell, nix develop, home-manager, or packaging.
