.agents/skills/rust-quality-gates/SKILL.md
Repository quality gates for Rust and generated artifacts. Use when validating changes locally or before committing Rust, schema, or documentation updates.
npx skillsauth add axone-protocol/contracts rust-quality-gatesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run the full local gate sequence with:
./.agents/skills/rust-quality-gates/scripts/run-all.sh
By default the script runs:
format
lint
test
test-coverage
schema
docs
Pass explicit task names to run only a subset:
./.agents/skills/rust-quality-gates/scripts/run-all.sh lint test schema
schema and docs when message types, response types, doc comments, or metadata.json changed.development
Patterns for Rust testing in Axone CosmWasm contracts. Use when adding unit tests, integration tests, data-driven cases, or coverage-oriented test scenarios.
development
Domain-driven modeling patterns for Axone contracts. Use when introducing domain concepts, encoding invariants, or deciding boundaries between domain, handlers, services, gateways, queries, and state.
development
Guide for regenerating Axone contract schemas and rendered Markdown docs. Use when contract APIs or metadata change, when checking generated-doc drift, or when preparing documentation commits.
development
Axone deployment workflows with cargo-make, cw-orch, and Abstract. Use when publishing modules, installing them on accounts, running local chain tasks, or inspecting deployments.