https://github.com/Homebrew/homebrew-cask でForkボタンをクリック
# あなたのGitHubユーザー名に置き換えてください
git clone https://github.com/YOUR_USERNAME/homebrew-cask.git
cd homebrew-caskgit checkout -b add-ccmonitorcp /Users/kotahayashi/Workspace/ClaudeCodeMonitor/homebrew/ccmonitor.rb Casks/c/# 構文チェック
brew audit --cask ccmonitor
# スタイルチェック
brew style --cask ccmonitor
# インストールテスト(オプション)
brew install --cask ./Casks/c/ccmonitor.rb
brew uninstall --cask ccmonitorgit add Casks/c/ccmonitor.rb
git commit -m "Add ClaudeCodeMonitor 0.1.5
Real-time monitoring for Claude Code API usage in your menubar.
Short name: ccmonitor"git push origin add-ccmonitorGitHub上で自動的に表示される "Compare & pull request" ボタンをクリック、または:
gh pr create --repo Homebrew/homebrew-cask --title "Add ClaudeCodeMonitor 0.1.5" --body "- **Name**: ClaudeCodeMonitor
- **Short name**: ccmonitor
- **Homepage**: https://github.com/K9i-0/ClaudeCodeMonitor
- **Description**: Real-time monitoring for Claude Code API usage
- **Version**: 0.1.5
This app provides real-time monitoring of Claude Code API usage directly in your macOS menubar. It tracks current session usage, costs, and provides notifications when approaching limits.
## Pre-merge checklist
- [x] The cask is named correctly
- [x] The cask has been audited with \`brew audit --cask <cask>\`
- [x] The cask has been styled with \`brew style --cask <cask>\`
- [x] The cask works with \`brew install --cask <cask>\`"-
署名について: 現在はad-hoc署名のため、初回起動時にGatekeeper警告が表示されます。READMEに手順を記載済み。
-
バージョン更新時: 新しいリリースごとにSHA256の更新が必要です。
-
レビュープロセス: Homebrew maintainerからのフィードバックに迅速に対応してください。
- "Please use a more specific description": descフィールドをより具体的に
- "Please squash commits":
git rebase -iでコミットを1つにまとめる - "CI is failing": CIログを確認して問題を修正