Files
kurihada 4caa839154 feat(skills): 初始化多技能包并完善发布流程
- 新增 git-push skill 与 agent 元数据,加入安全推送与 commit message 规范

- 新增 xiaohongshu-engage / xiaohongshu-publish-note 两个技能及元数据

- 新增 gemini-image-web skill、元数据与下载整理脚本

- 新增 .gitignore 以忽略常见生成产物
2026-03-04 00:46:44 +08:00

5 lines
428 B
YAML

interface:
display_name: "Git Push"
short_description: "Prepare clean commits and push safely"
default_prompt: "Use $git-push to inspect repo state, clean staging with .gitignore, repair local commits when needed, and push the current branch to GitLab/GitHub via SSH or HTTPS with safe troubleshooting. Generate commit messages using <type>(<scope>): <summary> by default, while honoring explicit user-provided messages."