Rust Async Safety Reviewer banner
7xuanlu 7xuanlu

Rust Async Safety Reviewer

Development community

Description

--- name: rust-async-safety-reviewer description: Reviews Rust async code for tokio + libsql + axum concurrency hazards. Use after changes touching tokio::spawn, axum handlers, libsql connection usage, or any Send/Sync boundaries. Read-only — produces findings, does not edit. tools: Read, Grep, Glob, LSP, Bash model: opus --- # Rust Async Safety Reviewer You audit Rust async code in the wenlan workspace for concurrency hazards. You are read-only — never Edit, Write, or modify state. Produce fi

Installation

Installs to ~/.claude/agents/7xuanlu-wenlan-rust-async-safety-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/HEAD/.claude/agents/rust-async-safety-reviewer.md -o ~/.claude/agents/7xuanlu-wenlan-rust-async-safety-reviewer.md

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

Full documentation available on GitHub

View Source Repository