with one click
generate-changelog
Auto-generate project changelog
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Auto-generate project changelog
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.