ワンクリックで
push-content-source
Pushes local content source files to the remote server. Use when you need to publish content changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Pushes local content source files to the remote server. Use when you need to publish content changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Debugs an existing challenge by starting it, inspecting tasks, troubleshooting over SSH, fixing source files, and restarting. Use when a challenge's tasks are failing or hanging.
Gets detailed status and output of a specific examiner task on a playground. Use to debug why a task is failing.
Lists all examiner tasks (init and regular) for a playground. Use to check the status of challenge/tutorial tasks.
Executes a command on a playground VM via SSH. Use when you need to run commands on a playground for testing, debugging, or verification.
Applies a scripted solution to a running challenge (single- or multi-VM) and verifies every non-helper task completes. Use to validate a .solution.sh / .solution-NN.sh end-to-end.
Starts a challenge playground session. Use when you need to launch a challenge for testing or solving.
| name | push-content-source |
| description | Pushes local content source files to the remote server. Use when you need to publish content changes. |
| argument-hint | <kind> <name> |
Push local content of kind $0 with name $1 to the remote server.
Detect the local folder first by invoking the detect-local-content-folder skill with arguments $0 $1.
Push the content from the detected folder:
labctl content push $0 $1 --dir <folder> --force
If no local folder was detected, report an error - cannot push content without local source files.
The --force flag overwrites remote files with local ones without confirmation.