用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/pactkit/claude-code-plugin --skill pactkit-release命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | pactkit-release |
| description | Version release: snapshot, archive, Git tag, and GitHub Release |
| model | sonnet |
Version release management — update versions, snapshot architecture, create Git tags, and publish GitHub Releases.
/project-release command: VERSION is passed explicitly from the command's pre-flight check.pyproject.toml.VERSION is provided (e.g., by /project-release): use it directly, skip auto-detection.git diff HEAD~1 pyproject.toml | grep version and extracting the new value.pyproject.toml, package.json, __init__.py).pactkit backfill-release $VERSION to replace Release: TBD in completed specs.visualize (all four modes: file, class, call, module).snapshot "$VERSION" via pactkit-board skill.docs/architecture/snapshots/{version}_*.mmd.pactkit lint (falls back to ruff check src/ tests/).pactkit regression (falls back to pytest tests/ -q).Pre-tag gate: PASS or Pre-tag gate: FAIL (details).archive via pactkit-board skill.git commit -am "chore(release): $VERSION".git tag $VERSION.pactkit.yaml for release.github_release.
release.github_release: true: proceed with GitHub Release creation.release.github_release: false or section missing: log "GitHub Release: SKIP — not configured" and stop.[$VERSION] section from CHANGELOG.md as release notes.gh release create $VERSION --title "$VERSION" --notes "$NOTES".gh release view $VERSION confirms the release exists and is marked Latest.