Agent Skills
› shixin-guo/picot
shixin-guo/picot
GitHub本地构建助手,执行build.sh生成macOS DMG或Windows exe+zip产物供QA测试,不涉及版本管理与发布流程。
Install All Skills
npx skills add shixin-guo/picot --all -g -y
Skills in Collection (4)
本地构建助手,执行build.sh生成macOS DMG或Windows exe+zip产物供QA测试,不涉及版本管理与发布流程。
本地构建 Picot for Apple Silicon
build picot windows
构造一个 universal 的 Mac 版本,分发测试
npx skills add shixin-guo/picot --skill build-picot -g -y
用于自动化执行软件版本发布流程及撰写、发布 GitHub Release Notes。涵盖版本递增打标签、等待 CI 构建完成,以及基于提交记录生成符合规范的发布说明文档并发布至 GitHub。
用户要求切割新版本或发布 release
用户要求更新或编写 release notes
运行 /skill:release-notes <version> 命令
npx skills add shixin-guo/picot --skill release-notes -g -y
Picot 故障排查助手,用于收集诊断信息以定位启动失败、卡死、崩溃等问题。负责展示日志、内存/进程状态及版本号,提供初步诊断方向,但不执行自动修复或发布操作。
应用崩溃或无法启动
界面白屏或卡死
内存占用过高
查询当前版本信息
npx skills add shixin-guo/picot --skill troubleshoot-picot -g -y
用于发布 Picot 版本及撰写 GitHub Release Notes。包含自动版本号递增、打标签、推送触发 CI 构建,以及收集提交记录、生成符合规范的发布说明草稿并确认发布的完整流程。
用户请求发布新版本或增加版本号
用户要求编写或更新 Release Notes
执行 /skill:release-notes <version> 命令
npx skills add shixin-guo/picot --skill release-notes -g -y


