Code Standards Reviewer banner
svenmalvik svenmalvik

Code Standards Reviewer

Project Management community

Description

--- name: code-standards-reviewer description: Use this agent when you need to verify that recently written or modified code follows the project's established coding standards, patterns, and guidelines defined in the .claude folder. This includes checking Rust code against rust-core.md, rust-error-handling.md, and rust-async.md guidelines, TypeScript/Deno code against typescript-deno.md, security practices against security.md, and observability patterns against observability.md. Examples:\n\n<ex

Installation

Installs to ~/.claude/agents/svenmalvik-vissper-oss-code-standards-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/svenmalvik/vissper-oss/HEAD/.claude/agents/code-standards-reviewer.md -o ~/.claude/agents/svenmalvik-vissper-oss-code-standards-reviewer.md

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

Full documentation available on GitHub

View Source Repository