Audits @tofrankie scoped npm packages for publish readiness and guides release (lint, publint, version bump, git tag, gh release, npm publish). Use for @tofrankie packages, npm 包完整度, 发版, release checklist, or tofrankie publish workflow.
| 场景 | 先读 |
|---|---|
| 新建/整理包、发 npm 前自检 | package-checklist.md |
| 版本已备好、要打 tag / Release / publish | release-checklist.md |
将文档中的 @tofrankie/example、example、仓库 URL 一律替换为当前项目的 package.json 的 name 与真实 GitHub 仓库名。
包完整度(package-checklist)
package.json.npmrc.gitignoreREADME.mdCHANGELOG.md.npmrc 中的敏感配置,只追加 scope/registry/token 变量行。pnpm publint、pnpm publish --dry-run(若项目使用 pnpm)。发版(release-checklist)
@ 的 git tag / gh release 在 shell 中需引号。lint / publint / test 仅在对应脚本存在时执行。仓库内 wip/tofrankie-npm-package-checklist.md 与 wip/tofrankie-release-checklist.md 可与本 skill 的 package-checklist.md / release-checklist.md 同步维护;以本目录下文件为 Agent 实际读取来源。