skim_run
Run a shell command and get a compact, expandable skeleton of its output, preserving errors and key lines while deduplicating repeated blocks. Expand exact spans on demand.
Instructions
Run a shell command and return a COMPACT, expandable view of its output instead of the full dump.
For verbose commands (test runs, builds, npm/pip, big logs): the skeleton shows the shape with critical lines (errors, codes, numbers) preserved and repeated blocks deduped; skim_expand(handle, ...) pulls exact output spans. Nothing is lost. Returns exit_code + a token report. Runs on your machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| timeout | No |