mrveiss

Code Skeptic — Research agent for Claude Code

Research community

Use this agent when you need a critical analysis of code to identify potential failures, edge cases, bugs, and architectural issues.

How to install Code Skeptic

Installs to ~/.claude/agents/mrveiss-autobot-ai-code-skeptic.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mrveiss/AutoBot-AI/HEAD/.claude/agents/code-skeptic.md -o ~/.claude/agents/mrveiss-autobot-ai-code-skeptic.md

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

What Code Skeptic does


name: code-skeptic description: Use this agent when you need a critical analysis of code to identify potential failures, edge cases, bugs, and architectural issues. This agent should be called after writing new functions, implementing features, or before deploying code to production. Examples:\n\n\nContext: The user wants to review recently written code for potential issues.\nuser: "I just implemented a new authentication system"\nassistant: "I'll have the code-skeptic agent analyze

Alternatives in Research

  • Debug Agent — You are a specialized debugging agent 3.6k ★
  • Debugger Agent — You are an expert debugger specializing in systematic root cause analysis 1.3k ★
  • Depth Agent: Edge Case Analysis — You are a depth agent performing targeted follow-up analysis on edge cases and boundary conditions flagged by 215 ★

Full documentation available on GitHub

View Source Repository