gcloudやbqコマンド実行時に認証エラー(Reauthentication required等)を検出した場合に使用。エージェントが自動で認証コマンドを実行することを防ぎ、ユーザーに認証を依頼します。
/plugin marketplace add syou6162/claude-code-commands/plugin install syou6162-plugin@syou6162-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
このスキルは、gcloudやbqコマンドの実行時に認証エラーを検出し、エージェントが勝手に認証コマンドを実行することを防ぎます。認証はブラウザ操作が必要なため、ユーザーに明示的に依頼します。
以下のエラーパターンを検出した場合にこのスキルを発動してください:
パターン1: bqコマンドでの再認証要求
Reauthentication required. と Please enter your password: が出力された場合パターン2: gcloud認証でブラウザが開く
Your browser has been opened to visit: と accounts.google.com URLが出力された場合即座に作業を中断: 認証エラーを検出したら、関連するgcloud/bqコマンドの実行を停止する
ユーザーに通知: 以下の内容をユーザーに伝える
gcloud auth application-default login)認証完了を待つ: ユーザーが認証を完了するまで、関連するコマンドを実行しない
% bq ls
Reauthentication required.
Please enter your password:
対応:
認証が切れています。以下のコマンドで認証を完了してください:
gcloud auth application-default login
認証完了後、作業を再開します。
</example>
% gcloud auth application-default login
Your browser has been opened to visit:
https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=XXX&redirect_uri=XXX&scope=XXX&state=XXX&access_type=offline&code_challenge=XXX&code_challenge_method=S256
対応:
ブラウザで認証フローが開始されました。
ブラウザで認証を完了してください。
認証完了後、作業を再開します。
</example>
</examples>
✅ すべきこと:
❌ してはいけないこと:
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.