소스 정보
- 저장소
- pactkit/claude-code-plugin
- 최근 소스 활동
- 2026년 5월 26일 09:35
- 감지된 SKILL.md 언어
- 영어
- 스타
- 5
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/pactkit/claude-code-plugin --skill pactkit-release명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| 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.