OutlineDriven

Miri For UB Detection — Testing & QA agent for Claude Code

Testing & QA community intermediate

cargo +nightly miri run RUSTFLAGS="-Z sanitizer=address" cargo build --target x86_64-unknown-linux-gnu RUSTFLAGS="-Z sanitizer=thread" cargo build LOOM_MAX_THREADS=4 cargo test --features loom valgrin.

How to install Miri For UB Detection

This entry records only its repository, not the path inside it, so there is no exact command to give. Open OutlineDriven/odin-claude-plugin and copy the folder into ~/.claude/agents/.

What Miri For UB Detection does

cargo +nightly miri run RUSTFLAGS="-Z sanitizer=address" cargo build --target x86_64-unknown-linux-gnu RUSTFLAGS="-Z sanitizer=thread" cargo build LOOM_MAX_THREADS=4 cargo test --features loom valgrin.

One of 15 entries listed from OutlineDriven/odin-claude-plugin. The repository README describes the whole collection, not this agent — read it on GitHub.

Alternatives in Testing & QA

  • Kraken — You are a specialized implementation agent 3.6k ★
  • Lens Reviewer — Use this agent for severity-rated code review with 2-stage protocol (spec compliance first, then code quality) 523 ★
  • Code Reviewer Spec — Use this agent to verify that a pull request or set of changes fully implements its stated requirements — chec 186 ★