How this skill is triggered — by the user, by Claude, or both
Slash command
/rust:verify-codeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verify the current changes pass all quality checks. Run these steps in order, attempting to fix any failures or stop if
Verify the current changes pass all quality checks. Run these steps in order, attempting to fix any failures or stop if you are unable to fix the failures:
cargo clippy --all-targets --all-features -- -D warningscargo make coverage (must meet 90% threshold, including 80% branch coverage)cargo fmtReport a summary of results for each step. If any step fails, diagnose the issue and suggest a fix.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub zantarix/claude-code --plugin rust