Review Rust Docs
Helps with code review, Rust as part of developing backend services and APIs workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add review-rust-docs npx -- -y @trustedskills/review-rust-docs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"review-rust-docs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/review-rust-docs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The review-rust-docs skill enables AI agents to analyze Rust documentation, verifying code examples against the official source and checking for consistency with current language standards. It ensures that generated or reviewed technical content remains accurate within the specific ecosystem of the Redisearch project.
When to use it
- Validating Rust code snippets before publishing them in a blog post or tutorial.
- Ensuring API documentation matches the latest version of the Redisearch library.
- Auditing existing Markdown files for outdated syntax or incorrect usage patterns.
- Preparing release notes by cross-referencing changelogs with current doc strings.
Key capabilities
- Parses and analyzes Rust documentation files.
- Verifies code examples against official source repositories.
- Checks consistency with current language standards and library versions.
- Identifies discrepancies between documentation and implementation details.
Example prompts
- "Review the
redisearchRust documentation for any outdated code examples." - "Analyze the latest changes in the Redisearch docs and flag inconsistencies with the source code."
- "Verify if the usage examples in the Rust docs align with the current stable release."
Tips & gotchas
Ensure your AI agent has access to the official Redisearch repository or documentation files, as the skill relies on comparing content against these specific sources. This tool is specialized for Rust projects; applying it to other languages may yield irrelevant results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.