원클릭으로
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)