一键导入
git-commit
Create atomic commits prepended with emojis
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create atomic commits prepended with emojis
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Search local markdown knowledge bases, notes, and docs with qmd. Use when users ask to research on local notes, retrieve documents semantically, or mentions qmd access.
Resources and guidelines for awesome frontend UX and design.
Guide for creating effective skills
Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.
Interview the user relentlessly about a plan or design.
Write and edit prose in a plain style: simple everyday words, complete sentences, no dashes, no jargon, no analogies, no filler, and full clear explanations. Use this whenever the user ask you to draft or revise documents, reports, summaries, README files, research notes, commit and PR descriptions. Also use it whenever the user asks to simplify, clean up, tighten, reword, or make writing clearer or easier to read.
| name | git-commit |
| description | Create atomic commits prepended with emojis |
Create atomic commits prepended with emojis using only non-interactive commands.
git status and git --no-pager diff HEAD.git add ....git --no-pager diff --cached) to confirm what’s included.git commit -m "…") following the style below.<emoji> <description>feat:, network:, chore:.Split into multiple commits when: