بنقرة واحدة
generate-changelog
Auto-generate project changelog
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
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.