release

โดย openai

สร้าง Symphony release โดยการ bump เวอร์ชันที่ commit ไว้ นำไป merge แท็ก commit ที่รวมแล้ว และตรวจสอบ Burrito release workflow ใช้เมื่อถูกขอให้…

npx skills add https://github.com/openai/symphony --skill release

Release

  1. Start from fresh origin/main in a clean worktree. Never disturb unrelated local changes.

  2. Pick the requested version. If none is given, use the next patch after the latest vX.Y.Z tag.

  3. Update elixir/mix.exs so version: "X.Y.Z" matches the intended tag. Search the old version and change other files only when they are true release-version sources, not examples.

  4. Run make -C elixir all, then commit, push, create a PR, and land it.

  5. Fetch the merged main commit. Verify its mix.exs version, then create an annotated tag on that exact commit:

    git tag -a vX.Y.Z <merged-commit> -m "Symphony vX.Y.Z"
    git push origin vX.Y.Z
    
  6. Watch burrito-release until it finishes. Verify the build, smoke, and release jobs pass and that the GitHub release has all expected assets.

Do not tag an uncommitted or unmerged revision. Do not move a published tag without explicit user approval.

Skills เพิ่มเติมจาก openai

test-coverage-improver
openai
Improve test coverage in the OpenAI Agents JS monorepo: run `pnpm test:coverage`, inspect coverage artifacts, identify low-coverage files and branches, propose…
ukb-topmed-phewas-skill
openai
ดึงข้อมูลสรุป UKB-TOPMed PheWAS แบบกระชับสำหรับตัวแปรเดี่ยว โดยรับอินพุต rsID, GRCh37 หรือ GRCh38 และแปลงเป็นรูปแบบการค้นหา GRCh38 ที่จำเป็น ใช้เมื่อ...
pull
openai
ดึง origin/main ล่าสุดเข้าสู่ branch ท้องถิ่นปัจจุบันและแก้ไข merge conflicts (หรือที่เรียกว่า update-branch) ใช้เมื่อ Codex จำเป็นต้องซิงค์ feature branch กับ…
code-review-context
openai
บริบทที่โมเดลมองเห็นได้
push
openai
ผลักดันการเปลี่ยนแปลงของสาขาปัจจุบันไปยัง origin และสร้างหรืออัปเดตคำขอ pull request ที่เกี่ยวข้อง ใช้เมื่อถูกขอให้ผลักดัน เผยแพร่การอัปเดต หรือสร้างคำขอ pull request
debug
openai
ตรวจสอบรันที่ค้างและความล้มเหลวในการดำเนินการโดยการติดตามล็อกของ Symphony และ Codex ด้วยตัวระบุปัญหา/เซสชัน ใช้เมื่อรันหยุดชะงัก ลองใหม่ซ้ำๆ หรือล้มเหลว…
signing-entitlements
openai
ตรวจสอบปัญหาเกี่ยวกับการลงนาม การอนุญาต รันไทม์ที่แข็งแกร่ง และ Gatekeeper สำหรับแอป macOS ใช้เมื่อถูกขอให้วินิจฉัยความล้มเหลวในการลงนามโค้ด การอนุญาตที่ขาดหายไป…
swiftui-view-refactor
openai
ปรับโครงสร้างและตรวจสอบไฟล์มุมมอง SwiftUI ด้วยค่าเริ่มต้นที่แข็งแกร่งสำหรับมุมมองย่อยเฉพาะขนาดเล็ก การไหลของข้อมูลแบบ MV-over-MVVM ต้นไม้มุมมองที่เสถียร การพึ่งพาที่ชัดเจน…