소스 정보
- 저장소
- AcademySoftwareFoundation/OpenImageIO
- 최근 소스 활동
- 2026년 5월 28일 20:35
- 감지된 SKILL.md 언어
- 영어
- 스타
- 2,350
- 포크
- 692
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/AcademySoftwareFoundation/OpenImageIO --skill prepare-patch-release명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | prepare-patch-release |
| description | Do all the tasks needed for a patch release of the project. |
| argument-hint | ["new-version"] |
Do all the tasks needed for a patch release of the project. These patch releases generally happen on the first day of every month.
Arguments: $ARGUMENTS
3.1.4.0) or a tag (like v3.1.4.0).Hint: The numeric "version" is a four-part numeric deignation with the pattern
MAJOR.MINOR.PATCH.TWEAK. The "version tag" is usually the numeric version
with a "v" prepended, for example, v3.1.4.0.
${PROJECT_NAME}_SUPPORTED_RELEASE should
be set to ON. In main (not yet a supported release) it shold be OFF. If you
find these to not be as expected, ask for confirmation of whether to fix.PROJECT_VERSEION_RELEASE_TYPE should be set to empty
(""). In main, it will typically be "dev", "beta", or other designations.
If you find these to not be as expected, ask for confirmation of whether to
fix.If this release added support for any new image file formats, be sure that README.md mentions them in its list of image formats supported.
If any of the new commits (as described in the release notes for this version) appear to add dependencies, or add support for new versions of dependencies, be sure that INSTALL.md is updated to include that dependency (if not already listed among the required and optional dependencies), and reflects the latest version that we claim to support.
Double check @externalpackages.cmake and ensure that any minimum required versions of dependencies that cmake will enforce match the oldest versions of those dependencies as documentd in INSTALL.md.
The @CREDITS.md file lists all known contributors to the project, sorted alpha by first name. In cases where an author's actual name is unknown, we use the GitHub userid.
Ensure that any authors referenced in the new release notes for the version we are releasing are inserted in the credit list, if they are not already present. You don't need to check older versions, we presume those have already been included.
The @SECURITY.md file lists which versions are currently supported at what levels, and lists all previously-fixed SVE's or security advisories. Be sure to check this file in older branches (the last two releases, say), and if you are preparing a patch release, also check in main and more recent (higher numbered) releases for more recently modified SECURITY.md, and be sure that this branch gets amended with any information that seems to have been updated more recently in those other branches. Check whichever is newer of the local and remote copy of that branch, since the local one may have had release notes or its version in CMakeLists.txt updated, but not yet pushed to GitHub.
docs/dev/RELEASING.mdrelease-notes-update/SKILL.md