원클릭으로
release-management
Use this skill when working on releases, version numbers, or release preparation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this skill when working on releases, version numbers, or release preparation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
ALWAYS load when working in pwiz_tools/Osprey (C# port), on maccoss/osprey (Rust), or debugging Osprey-Rust parity issues.
ALWAYS load before git commit, push, or PR - team-specific commit format differs from standard conventions.
ALWAYS load when working on LabKey Server modules (MacCossLabModules, targetedms), in a LabKey enlistment directory, or on GitHub issues/PRs in LabKey repositories.
ALWAYS load when working in pwiz_tools/Skyline, on GitHub issues labeled 'skyline', or TODOs referencing Skyline code.
Invoke when starting an autonomous overnight session ("this is a nighttime autonomous session"). Sets a deep-investigation posture - premium on progress and high-definition findings, expects 5-8 hours of work without check-ins.
ALWAYS load when investigating bugs, failures, or unexpected behavior - ensures root cause analysis before attempting fixes.
SOC 직업 분류 기준
| name | release-management |
| description | Use this skill when working on releases, version numbers, or release preparation. |
Full documentation: ai/docs/release-guide.md
/home/developmentYY.N.B.DDD where:
YY = Year - 2000 (25, 26, etc.)N = Release ordinal within year (0=unreleased, 1=first official)B = Branch type: 0=release, 1=daily, 9=feature completeDDD = Day of year, zero-padded (001-365), from git commit date| Type | Version | Branch |
|---|---|---|
| Daily (beta) | YY.N.1.DDD | master |
| Feature Complete | YY.N.9.DDD | Skyline/skyline_YY_N |
| Major Release | YY.N.0.DDD | Skyline/skyline_YY_N |
| Patch | YY.N.0.DDD | Skyline/skyline_YY_N |
| Type | Format | Example |
|---|---|---|
| Major | Skyline-YY.N.0.DDD | Skyline-26.1.0.045 |
| Daily | Skyline-daily-YY.N.B.DDD | Skyline-daily-26.0.9.004 |
git fetch --tags origin
git tag -l "*25.1*"
git show Skyline-daily-25.1.1.147 --no-patch
installers - Installer overviewrelease-prep - Pre-release checklistClickOnce-installers - ClickOnce deploymentWIX-installers - MSI installerstest-upgrade - Upgrade testing/home/software/Skyline wiki page Release%20Notes/home/software/Skyline/daily → announcement.Announcement table# Get installer documentation
get_wiki_page(page_name="release-prep", container_path="/home/development")
# Get major release notes
get_wiki_page(page_name="Release%20Notes", container_path="/home/software/Skyline")
Planned: /pw-release <type> where type is:
complete - FEATURE COMPLETE release (fully documented)major - Major release (26.1.0)patch - Patch to existing releaserc - Release candidateSee ai/docs/release-guide.md "Future Automation" section for details.