ワンクリックで
start-challenge
Starts a challenge playground session. Use when you need to launch a challenge for testing or solving.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Starts a challenge playground session. Use when you need to launch a challenge for testing or solving.
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.
Stops the current solution attempt for a challenge. Use when you need to stop a running challenge.
| name | start-challenge |
| description | Starts a challenge playground session. Use when you need to launch a challenge for testing or solving. |
| argument-hint | <challenge-name> |
Start the challenge $0.
Run the following command in the background (it may block waiting for init tasks):
labctl challenge start $0 --no-open --no-ssh
The --no-open flag prevents opening the browser.
The --no-ssh flag prevents starting an interactive SSH session.
This command may take a long time (it waits for all init tasks to complete).
Once the challenge is started, the command will print the corresponding playground ID,
which you can use for further operations (e.g. labctl ssh <id> -- <diagnostic>).