XiHan.BasicApp 提交信息
SkillDev toolsLets your agent write a one-line commit message from a repo's staged changes.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the XiHan.BasicApp 提交信息 skill
About this capability
Use when generating a one-line commit message from XiHan.BasicApp's current staging area. Suitable for triggers '提交信息', 'commit msg', 'msg', or summarizing staged changes before committing; only generates the message, does not handle staging, conflict resolution, or performing the commit.
What this skill tells your AI
The instructions your AI receives, as published by xihanfun/xihan.basicapp in .agents/skills/commit-msg/SKILL.md and read by ahel’s review.
- 检查
git status --short --branch;存在冲突、merge 或 rebase 时先报告。 - 只读取
git diff --cached --stat、完整 staged diff 和最近 20 条提交。暂存区为空时不从未暂存内容猜测。 - 将全部暂存变化归纳为一个意图,输出一行 Conventional Commit。
格式:<type>(<scope>): <中文说明>。type 使用 feat、fix、refactor、perf、docs、style、test、build、ci、chore、revert。
scope 优先使用 backend、frontend、saas、ai、chat、codegen、printing、workflow、webhost、docs;跨前后端同一功能可以使用业务模块 scope,不逐文件罗列。
改变 Dynamic API、DTO、权限码、菜单路径、数据库结构或公开配置时使用 !,除非仓库当前兼容策略明确证明非破坏。只要求消息时最终只输出一行标题。
Signals
- GitHub stars
- 225
- Forks
- 58
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
xihan-basicapp-commit-msg- Source
- github.com/xihanfun/xihan.basicapp