incident-response-code-reviewer
Reviews code for logic flaws, type safety gaps, error handling issues, architectural concerns, and similar vulnerability patterns. Provides fix design recommendations.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install incident-response-code-reviewer --cli claudewrites the file to.claude/agents/incident-response-code-reviewer.mdListed as compatible
# fetches the source and writes it to:
.claude/agents/incident-response-code-reviewer.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
wshobson/agents sub-agent code-reviewer (model: sonnet) from the incident-response plugin. Reviews code for logic flaws, type safety gaps, error handling issues, architectural concerns, and similar vulnerability patterns. Provides fix design recommendations.
When to use it
Reviews code for logic flaws, type safety gaps, error handling issues, architectural concerns, and similar vulnerability patterns. Provides fix design recommendations.
How to install / invoke
# copy the agent definition into your project's .claude/agents/
curl -sL https://github.com/wshobson/agents/raw/main/plugins/incident-response/agents/code-reviewer.md -o .claude/agents/code-reviewer.md
Notes
Extracted from wshobson/agents. Plugin: incident-response.