ワンクリックで
gist-update
Update an existing GitHub Gist from a local file. Use when user says "/gist-update", "update the gist", or "sync gist".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Update an existing GitHub Gist from a local file. Use when user says "/gist-update", "update the gist", or "sync gist".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Watch Slack
Automate macOS apps via the accessibility tree using the agent-desktop CLI. Snapshot UI, click/type/select by element ref, manage windows, screenshot. Use when asked to control, drive, or automate a Mac app, read or act on on-screen UI, "snapshot an app", or "/agent-desktop".
Install and configure the agent-desktop CLI for macOS accessibility automation, honoring Eric's aube supply-chain hardening. Use when asked to install agent-desktop, fix "Native binary not found", or "/setup-agent-desktop".
Set up the Renaissance AR CLI tool. Use when user says "/setup-renaissance" or when renaissance commands fail with config errors.
Set up the unanet CLI tool for timesheet automation. Use when user says "/setup-unanet" or needs to configure Unanet credentials.
Set up the wengage CLI tool for checking school grades. Use when user says "/setup-wengage" or needs to configure Wengage credentials.
| name | gist-update |
| description | Update an existing GitHub Gist from a local file. Use when user says "/gist-update", "update the gist", or "sync gist". |
| tools | Bash, Read |
Update an existing GitHub Gist from a local file: $ARGUMENTS
Arguments can be:
gh gist list --limit 100 and search for the filenamegh gist edit <gist_id> <filepath>gh api /gists/<gist_id>/comments --jq '.[0].id'gh api -X PATCH /gists/<gist_id>/comments/<comment_id> -f body='<updated_readme>'Note: Use single quotes around the body and escape any single quotes in the content with '''