shell-analyzer/SKILL.md
Run shell commands and analyze output with validated summaries. Use for build logs, test output, or any command with substantial output. Protects context by returning concise summaries with grep-validated citations.
npx skillsauth add memgrafter/skills-flatagents shell-analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run immediately with the shell command to execute:
$HOME/.agents/skills/shell-analyzer/run.sh "<command>"
Use --style=<style> to control output verbosity:
| Style | Description | Use Case |
|-------|-------------|----------|
| compact | Brief summary + key findings (default) | General use |
| minimal | Single line status | Quick checks |
| detailed | Full markdown sections | Debug/investigation |
| errors-only | Only output if problems found | CI/build monitoring |
# Default compact style
run.sh "npm run build"
# Minimal - just pass/fail
run.sh --style=minimal "cargo test"
# Detailed - full analysis
run.sh --style=detailed "pytest -v"
# Errors only - silent on success
run.sh --style=errors-only "make check"
development
Deterministically fixes broken OpenAI Deep Research markdown citations without using an LLM: creates a .bkp backup, rewrites citation markers, rebuilds references, and runs strict regex validation.
tools
Use this as the default toolset for coding sessions when you want faster navigation, search, file inspection, and git workflow execution with lower command overhead: tools: - fzf - ripgrep - bat - delta - lazygit - starship - zoxide - eza - atuin - yazi
development
Turn a URL into a durable knowledge artifact: searchable markdown summary + local raw text archive, so you can recall it later without revisiting the web.
development
Search the web and refine results to key findings. Use when the user asks to search and summarize, find and refine web results, or wants concise research summaries.