Satoru314
- 9 skills
- 0 followers
- 8 hours ago last updated
- ▌ Slides · satoru314 bundleBuild, edit, render, import, and export presentation decks with the preloaded @oai/artifact-tool JavaScript surface through the artifacts tool.
- ▌
- ▌ Chrome MCP Devtools · satoru314 bundleConnect Codex to Windows Chrome through Chrome DevTools MCP, verify the remote debugging port, and continue browser inspection or interaction. Use when the user asks to use chromeMCP or Chrome DevTools MCP, wants browser-based verification, or needs Chrome launched from WSL with remote debugging on port 19222.
- ▌ Spreadsheets · satoru314 bundleBuild, edit, recalculate, import, and export spreadsheet workbooks with the preloaded @oai/artifact-tool JavaScript surface through the artifacts tool.
- ▌
- ▌ Copilot Review Trigger · satoru314現在のブランチに紐づくPRでCopilotレビューを実行する最小ワークフロー。PR有無を判定し、Copilotレビュー履歴の有無を確認したうえでCopilot reviewerを追加し、実行結果を明確に報告するときに使う。
- ▌ Git Worktree Workspace · satoru314`git worktree` で現在の GitHub リポジトリから追加ワークスペースを作成し、Codex の作業ディレクトリをその worktree に切り替えて作業したり、不要になった worktree を削除してメインのワークスペースへ戻ったりするときに使う。ブランチを作る感覚で一時ワークスペースへ移動したい依頼で使う。
- ▌ Ec2 Bastion Postgres Setup · satoru314 bundle踏み台サーバー経由で private EC2 に SSH 接続する手順と、外向き通信が弱い private Amazon Linux 上で PostgreSQL を構築する手順を説明・運用する Skill。bastion SSH、agent forwarding、秘密鍵の権限エラー、RPM の持ち込みインストール、PostgreSQL 初期化と設定、あるいは生ログを機密を除いて再利用可能な手順に変換したいときに使う。
- ▌ Copilot Review Fix Push Loop · satoru314現在ブランチのPRでCopilotレビューを起動し、到着待ち・指摘取得・修正・コミット・push・必要なら再実行までを行うワークフロー。