Rust Quality Gate banner
lukacf lukacf

Rust Quality Gate

Design community

Description

--- name: rust-quality-gate description: "Use this agent when code has been written or modified in the Meerkat Rust project and needs to be reviewed for idiomatic Rust quality, correctness, and adherence to project design guidelines. This agent should be invoked after completing a meaningful code change — whether a new function, module, refactor, or bug fix — to ensure the code meets the project's high quality bar before it is considered done.\\n\\nExamples:\\n\\n- Example 1:\\n user: \"Add a n

Installation

Installs to ~/.claude/agents/lukacf-meerkat-rust-quality-gate.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lukacf/meerkat/HEAD/.claude/agents/rust-quality-gate.md -o ~/.claude/agents/lukacf-meerkat-rust-quality-gate.md

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

Full documentation available on GitHub

View Source Repository