ワンクリックで
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)