基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cropflre/nowen-note --skill chinese-commit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Force AI to always respond in Chinese (中文). Use this skill at the start of any conversation to ensure all responses are in Chinese.
Prevent garbled text (乱码) when editing code and comments. Use this skill whenever reading, writing, or modifying files to ensure proper UTF-8 encoding handling. Activates on any file edit operation, especially when working with Chinese characters, emoji, or non-ASCII content.
| name | chinese-commit |
| description | 确保 git commit message 使用中文。在提交代码时自动应用中文提交规范。 |
确保所有 git commit message 使用中文。
feat, fix, refactor, chore, docs, style, test, perf, build, ci, revert编辑器, 标签, backlinks, tasks<type>(<scope>): <中文描述>
<可选中文正文>
feat(编辑器): 添加反向链接面板
支持查看哪些笔记引用了当前笔记,点击可跳转。
fix(tags): 修复删除笔记后标签筛选上下文丢失
不再强制 setViewMode("all"),保留当前笔记本/搜索上下文。
refactor(db): 重建 note_links 表补齐外键约束
添加 ON DELETE CASCADE,确保删除笔记时自动清理引用关系。
chore: 更新依赖版本
在对话中输入 /chinese-commit,AI 将使用中文格式生成 commit message。
| type | 中文含义 |
|---|---|
| feat | 新增功能 |
| fix | 修复问题 |
| refactor | 重构代码 |
| chore | 杂项修改 |
| docs | 文档更新 |
| style | 代码格式 |
| test | 测试相关 |
| perf | 性能优化 |
| build | 构建相关 |
| ci | CI/CD |
| revert | 回滚提交 |