en un clic
generate-changelog
Auto-generate project changelog
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Auto-generate project changelog
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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.