在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用bump
星标1
分支0
更新时间2026年6月25日 00:29
Version bump checklists for npm/Bun and dprint plugins.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Version bump checklists for npm/Bun and dprint plugins.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | bump |
| description | Version bump checklists for npm/Bun and dprint plugins. |
| disable-model-invocation | true |
| user-invocable | true |
Check outdated packages
bun outdated
minimumReleaseAgefrombunfig.tomlis enforced automatically.
Update each package to the version shown in the "Latest" column
bun update {package}@{version}
Do NOT edit
package.jsondirectly —bun updatehandles bothpackage.jsonandbun.lock.
Validate — build must pass clean
bun run build
Done when: build succeeds with no new errors or warnings. If a warning has an upstream cause, leave a TODO and proceed.
Update plugins
dprint config update
Validate
dprint check
Done when: zero formatting differences reported.
When a commit is requested, use short messages in this format. Split npm and dprint updates into separate commits.
chore(deps): bump {npm/dprint} deps
- {package}: {old version} to {new version}
- {package}: {old version} to {new version}