一键导入
changelog
Update CHANGELOG.md with recent changes following Keep a Changelog format
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update CHANGELOG.md with recent changes following Keep a Changelog format
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Prepare and publish a new crate release
Format code according to specified style guide
Write Architecture Decision Records (ADRs) and technical documentation. Use when documenting design decisions, architectural choices, or technical specifications.
Senior Rust code reviewer. Use proactively after implementing features to review for correctness, safety, performance, and best practices.
Analyze Rust dependencies for security, quality, and maintenance status. Use proactively to audit Cargo.toml, check for outdated crates, or evaluate new dependencies.
Run and analyze Rust tests. Use when running test suites, debugging test failures, or analyzing test coverage.
| name | changelog |
| description | Update CHANGELOG.md with recent changes following Keep a Changelog format |
Current changelog state:
!cat CHANGELOG.md
Recent changes to document:
!jj log --limit 10 -T 'description ++ "\n---\n"'
Update CHANGELOG.md following Keep a Changelog format.
Add entries under ## [Unreleased] section
Group changes by type:
### Added - new features### Changed - changes to existing functionality### Deprecated - features to be removed### Removed - removed features### Fixed - bug fixes### Security - vulnerability fixesEach entry should:
(See ADR-NNNN)### Added
- Add `Xyz` and `Lms` color spaces as foundation for color representation
- Add chromatic adaptation transforms: Bradford, CAT02, CAT16, Von Kries, and others (See ADR-0002)
- Add `illuminant` module with CIE standard illuminants (D65 always available, others feature-gated)