← スキル一覧に戻る

upgrade-oxc
by rolldown
upgrade-oxcは、ソフトウェア開発を効率化するスキルです。開発ワークフロー全体をサポートし、チームの生産性向上とコード品質の改善を実現します。
⭐ 12,682🍴 683📅 2026年1月23日
SKILL.md
name: upgrade-oxc description: 'Upgrade oxc, run codegen, and fix any breaking changes.'
Upgrade OXC
CRITICAL: Run each step sequentially ONE AT A TIME. Wait for each command to FULLY COMPLETE before proceeding to the next step. DO NOT run multiple commands in parallel - they have dependencies on each other.
Steps
git checkout main && git pull origin mainjust setupnpm view @oxc-project/types version- note the version- Edit
pnpm-workspace.yaml: update@oxc-project/runtime,@oxc-project/types,oxc-minify,oxc-parser,oxc-transformto the version from step 3 (use=x.y.zformat) cargo search oxc_allocator --limit 1- note the versioncargo search oxc_resolver --limit 1- note the version- Edit
Cargo.toml: updateoxc,oxc_allocator,oxc_ecmascript,oxc_minify_napi,oxc_parser_napi,oxc_transform_napi,oxc_traverseto version from step 5; updateoxc_resolver,oxc_resolver_napito version from step 6 cargo update oxc oxc_allocator oxc_ecmascript oxc_minify_napi oxc_parser_napi oxc_transform_napi oxc_traverse oxc_resolver oxc_resolver_napi oxc_sourcemap oxc_indexpnpm install- install updated npm packagescargo check- if there are errors, fix all breaking changes before proceeding. Common breaking changes include renamed types, changed method signatures, or removed APIs. Study the error messages carefully and update the code accordingly.just update-generated-codejust test-updatejust uedjust roll- run the full build, lint, and test suite. Fix any remaining breaking changes or test failures before proceeding.git status --short && git diff --stat- verify expected files changed- Summarize the upgrade by reporting: (a) the old and new versions, (b) number of files changed, (c) any breaking changes that were fixed, and (d) notable changes in the diff
スコア
総合スコア
80/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 1000以上
+15
✓最近の活動
3ヶ月以内に更新
+5
✓フォーク
10回以上フォークされている
+5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

