rmc-attribute-audit
CommunityAudit Rust attributes and doc comments fast.
Software Engineering#codebase analysis#rust#doc comments#symbol usage#attribute audit#deprecation migration
Authormolaco
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It identifies where Rust items carry specific attributes or doc-comment markers and helps you prioritize follow-up by pairing that metadata with usage signals.
Core Features & Use Cases
- Per-item attribute fingerprint: Extracts all
#[...]attributes and///doc-comment lines for a target item to render precise context without reading the full file. - Workspace-wide attribute search: Finds matching attributes and doc-comment bodies across a crate/workspace with match location tagging for clean triage.
- Usage-aware combination: Correlates each finding with
who_uses/who_uses_summaryso you can assess whether deprecations or must-use contracts still have real consumers. - Common audit recipes: Deprecation rollout, serialization surface inventory, must-use compliance, forward-compat checks (
non_exhaustive), and test-only detection (cfg(test)).
Quick Start
Build the hypergraph for your codebase and then search for all deprecated items in crate X by running the attribute search using the pattern #[deprecated.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: rmc-attribute-audit Download link: https://github.com/molaco/rust-code-mcp/archive/main.zip#rmc-attribute-audit Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.