一键导入
changelog
Generate CHANGELOG.md from git history. Use when user says "update changelog", "generate changelog", or "what's changed in this project".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate CHANGELOG.md from git history. Use when user says "update changelog", "generate changelog", or "what's changed in this project".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Translate Markdown files between Chinese and English. Use when user says "translate this document", "翻译这个文档", "中译英", "英译中".
Generate unit tests for selected code. Use when user says "add tests", "write unit tests", "generate test cases", or highlights code needing test coverage.
Format and optimize SQL queries. Use when user pastes SQL, says "format this SQL", "optimize this query", or "beautify SQL".
Generate release notes from git commits. Use when user says "generate release notes", "write changelog for this release", "summarize what's in vX.X".
Analyze code and suggest refactoring improvements. Use when user says "refactor this", "improve this code", "clean up", or "any suggestions for this code".
Generate project README from codebase analysis. Use when user says "write a README", "create README for this project", or initializing a new repo.
基于 SOC 职业分类
| name | changelog |
| description | Generate CHANGELOG.md from git history. Use when user says "update changelog", "generate changelog", or "what's changed in this project". |
Generate or update CHANGELOG.md following the Keep a Changelog format.
git log or git tag to get version history# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- New feature X (#123)
### Changed
- Updated Y to use Z
### Deprecated
- Old API endpoint `/v1/foo`
### Removed
- Legacy auth module
### Fixed
- Bug where X caused Y (#456)
### Security
- Patched vulnerability in Z
## [1.0.0] - 2025-01-01
### Added
- Initial release