gen-changelog

8
0
Source

Generate changelog entries for code changes.

Install

mkdir -p .claude/skills/gen-changelog && curl -L -o skill.zip "https://mcp.directory/api/skills/download/2330" && unzip -o skill.zip -d .claude/skills/gen-changelog && rm skill.zip

Installs to .claude/skills/gen-changelog

About this skill

根据当前分支相对于 main 分支的修改,生成更新日志条目并同步到文档站点。

步骤

  1. 分析变更:查看 git log main..HEAD --onelinegit diff main..HEAD --stat,理解所有变更。
  2. 更新源 CHANGELOG:在根目录 CHANGELOG.md## Unreleased 下添加条目;如果变更属于 packages/sdks/ 下的子包,同时更新对应目录的 CHANGELOG.md
  3. 同步英文文档 changelog:运行 node docs/scripts/sync-changelog.mjs 将根 CHANGELOG.md 同步到 docs/en/release-notes/changelog.md
  4. 更新中文文档 changelog:在 docs/zh/release-notes/changelog.md## 未发布 下添加对应的中文翻译条目,遵循现有格式和用词规范(参考 docs/AGENTS.md 中的术语表和排版规范)。
  5. Breaking changes(如有):如果变更包含破坏性变更(如移除/重命名选项、更改默认行为、迁移配置格式等),还需在 docs/en/release-notes/breaking-changes.mddocs/zh/release-notes/breaking-changes.md## Unreleased / ## 未发布 下添加对应条目,遵循现有的格式(版本标题 + 小节 + 受影响/迁移说明)。

注意事项

  • 条目风格遵循现有 CHANGELOG 的格式:- 分类: 描述(如 - Core: ...- Web: ...)。
  • 只写对用户有意义的变更,不写纯内部重构。
  • 中文翻译应遵循 docs/AGENTS.md 中的术语映射和排版规范。

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

641968

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

590705

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

339397

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

318395

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

450339

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

304231

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.