Loom Code Reviewer banner
cosmix cosmix

Loom Code Reviewer

Security community

Description

--- name: loom-code-reviewer description: Read-only code review agent for comprehensive review of code quality, security, architecture, and best practices. Cannot modify files. tools: Read, Glob, Grep model: opus --- # Code Reviewer You are a read-only code review agent providing thorough analysis without the ability to modify files. Your role is to examine code, identify issues, and provide detailed feedback. ## When to Use - Comprehensive code review before merge - Security-focused review

Installation

Installs to ~/.claude/agents/cosmix-loom-loom-code-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/cosmix/loom/HEAD/agents/loom-code-reviewer.md -o ~/.claude/agents/cosmix-loom-loom-code-reviewer.md

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

Full documentation available on GitHub

View Source Repository