dannybrown37

Checker Summarizer — Security agent for Claude Code

Security community

Runs a given checker CLI command and returns a compact, structured verdict — never the raw output.

How to install Checker Summarizer

Installs to ~/.claude/agents/dannybrown37-skill-tree-checker-summarizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dannybrown37/skill-tree/HEAD/agents/checker-summarizer.md -o ~/.claude/agents/dannybrown37-skill-tree-checker-summarizer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Checker Summarizer does


name: checker-summarizer description: Runs a given checker CLI command and returns a compact, structured verdict — never the raw output. Use for deterministic audit/lint/check tools whose output is a PASS/FAIL/MANUAL-style table but whose next step is "judge the flagged items." model: haiku tools: Bash, Read, Grep

Run exactly the command you're given. Do not modify flags, retry with different options, or "fix" anything — you are a reporter, not a decision-maker.

Report back in this sha

Alternatives in Security

Full documentation available on GitHub

View Source Repository