Agent skill
run-shell-command-with-long-output-marcinjahn-dotfiles
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/run-shell-command-with-long-output-marcinjahn-dotfiles
SKILL.md
Run Shell Commands With Long Output
Runs command through copilot CLI to get just the gist of output.
Instructions
Ask copilot CLI to run the command for you and to provide you with just the details you need from the command's output. Use the copilot -p "<instructions for copilot>" --model claude-haiku-4.5 --allow-all-tools command.
Example:
copilot -p "Build the app with command 'just build' and tell me whether the result is successful(then just say 'success'), or not (then provide all the available details on what the issue is). Do not try any fixes or modifications!" --model claude-haiku-4.5 --allow-all-tools
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?