用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jamiebrynes7/obsidian-todoist-plugin --skill write-git-commit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | write-git-commit |
| description | Create a git commit following repository conventions |
Create git commits following the repository's established conventions.
<scope>: <subject>
[optional body]
The scope indicates which part of the codebase is affected:
plugin - Plugin source code changes (most common)docs - Documentation changesscripts - Build/release script changes.github - GitHub workflows and actions.claude - Claude configuration and skills.vscode - VS Code settings* - Changes spanning multiple packages/areasFor focused changes within a scope, you may use a more specific prefix like plugin api, plugin settings, etc.
Examples:
plugin: add support for task filteringdocs: update query-blocks documentation*: bump versions across the board.github: add separate build jobExample:
plugin: restore react & react-dom dedupe
While the tests pass after aligning react versions between docs/ and
plugin/, the build still breaks at runtime without this.
DO NOT add Claude as a coauthor to the commit.
git status to see staged and unstaged changesgit diff --staged to review what will be committedgit add <files> (prefer specific files over git add -A)基于 SOC 职业分类