一键导入
conventional-commit
Write a Conventional Commits subject for the staged changes and commit them. Use when committing staged work with a typed, scoped message.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write a Conventional Commits subject for the staged changes and commit them. Use when committing staged work with a typed, scoped message.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | conventional-commit |
| description | Write a Conventional Commits subject for the staged changes and commit them. Use when committing staged work with a typed, scoped message. |
| metadata | {"author":"Médéric HURIER (Fmind)","source":"github.com/fmind/dotfiles/tree/main/skills/conventional-commit","created":"2026-06-23T00:00:00.000Z","updated":"2026-07-06T00:00:00.000Z"} |
Create a Conventional Commits message for the staged changes in this repository and commit them.
git diff --cached --name-only — staged files.git diff --cached --stat — diff stat.git diff --cached — full patch.<type>(<scope>): <description> where <type> is feat, fix, chore, docs, refactor, test, perf, ci, build, style, or revert. <scope> is optional.add, not added).! after the type/scope, e.g. feat(api)!: drop v1 endpoint.git commit -m "<subject>" with that exact subject, then read the short hash from the commit output (or git rev-parse --short HEAD).Subject: <subject>
Commit: <hash>
git push from this skill.Write standalone single-file Python scripts using PEP 723 inline metadata and uv. Use when creating a quick CLI script that needs dependencies without a full project.
Canonical Python development stack — uv, Ruff, ty, pytest, scaffolding, Litestar web, Typer scripts, and AI agents via agents-cli. Use for any Python project, library, CLI, or agent.
Cut a versioned release for fmind/dotfiles using the Go dot CLI release command (alias r). Use when shipping a new tagged version of dotfiles.
Build a presentation as one self-contained, zero-dependency HTML file (16:9, keyboard + touch nav), authored directly by the agent. Use when creating slides, a deck, or a talk from notes or a document.
Configure MCP servers for Antigravity, OpenCode, and Claude — stdio or remote transport, workspace or user scope. Use when adding, connecting, or troubleshooting an MCP server.
Bootstrap workspace agent configuration — AGENTS.md, the .agents/ layout, subagents, and skills — for Antigravity, OpenCode, and Claude. Use when initializing or onboarding a repository for agents.