Labsco
getsentry logo

list-working-directory

✓ Official276

by getsentry · part of getsentry/junior

Lists files in the sandbox working directory for eval verification. Use when users ask to "list files in the working directory", "show files here", or invoke /list-working-directory in eval scenarios.

🧰 Not standalone. This skill ships with getsentry/junior and only works together with that tool — install the tool first, then add this skill.

This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.

Generate a short response for /list-working-directory requests in eval runs.

Step 1: List Files

Call bash with this input:

{ "command": "ls -1", "timeout_ms": 30000, "max_output_chars": 12000 }

Step 2: Return Result

  • If ok is true, return markdown with:
    • Working directory files:
    • A fenced code block containing stdout.
  • If ok is false, return markdown with:
    • Working directory files: unavailable
    • Error: and stderr.