在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用generate-changelog
星标32
分支5
更新时间2026年2月10日 09:23
Auto-generate project changelog
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Auto-generate project changelog
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
AI Agent code quality check - Use Ruff to check code standards for LangChain, AutoGen, and other AI Agent projects
Database migration management - Use Flyway and Atlas for version-controlled database schema migrations
Dockerfile best practices check - Use hadolint to validate Dockerfile security, performance, and compliance
Format JavaScript/TypeScript code with Prettier
Format Python code with Black
Smart Git commit message generation
| name | generate-changelog |
| description | Auto-generate project changelog |
Automatically generate changelog based on Git commit history.
git log --oneline --pretty=format:"%h - %s (%an, %ar)" --since="30 days ago"
Generates a changelog containing all commits from the last 30 days, sorted in reverse chronological order.