ソース情報
- リポジトリ
- iannuttall/clockwork
- ソースの最終更新活動
- 2026年8月3日 15:30
- 検出された SKILL.md の言語
- 英語
- スター
- 39
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/iannuttall/clockwork --skill release-clockworkコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | release-clockwork |
| description | Build and verify a signed, notarized, auto-updating Clockwork release. |
## X.Y.Z - YYYY-MM-DD section in CHANGELOG.md.MARKETING_VERSION and a strictly increasing BUILD_NUMBER in version.env.Resources/AppIcon.icon contains the final artwork.notarytool profile, and Sparkle keychain key described in docs/releasing.md are available.make check and commit the clean release state.Run make release. Do not run individual signing or notarization commands by hand.
The command creates:
.build/artifacts/Clockwork-X.Y.Z.dmg.build/artifacts/Clockwork-X.Y.Z.dmg.sha256Upload both files to a draft GitHub release tagged vX.Y.Z, then run:
make appcast ARTIFACT=.build/artifacts/Clockwork-X.Y.Z.dmg
Review and commit appcast.xml, then publish the draft release. Verify the GitHub download, checksum, appcast signature, and an update from the previous installed build. Never commit private keys or ship an unnotarized artifact.