slow-command-running
Installation
SKILL.md
Command Output Logging
When to use this skill
Use it whenever running commands that:
- are slow or long-running or expensive in any way
- are likely to need multiple analyses of their output
- involve API calls or other network operations
- are GitHub CLI commands (
gh) or similar
How it works
Always pipe these commands through tee(1) to capture output to a file while
still displaying it in real-time.