workflow-automator
Installation
SKILL.md
自动化工作流
帮助用户设计和实现项目中的自动化工作流,减少重复性手动操作。
能力范围
- CI/CD 流水线 — GitHub Actions、GitLab CI 等配置文件生成和优化
- 构建脚本 — Makefile、npm scripts、shell 脚本编写
- Git Hooks — pre-commit、commit-msg 等钩子配置(husky、lint-staged)
- 定时任务 — cron 表达式、scheduled tasks 配置
- 代码质量自动化 — ESLint、Prettier、TypeScript 检查的自动化集成
- 发布流程 — 版本管理、changelog 生成、自动发布脚本
工作流程
1. 了解项目现状
- 询问项目技术栈、代码托管平台、现有的自动化配置
- 读取
package.json、.github/workflows/、Makefile等文件了解现状