rust-api-reviewer

Community

Review Rust APIs for async correctness & middleware.

Authorphysics91
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill reviews Rust web APIs (Actix-web/Axum/Rocket) focusing on async handlers, extractors, state management, and middleware for robust API design.

Core Features & Use Cases

  • Async handlers & extractors: ensures correct and safe extraction of inputs.
  • State management: promotes clean and testable shared state patterns.
  • Error handling: standardizes error responses across endpoints.
  • Middleware patterns: suggests reusable layers and error handling.
  • Use Case: Improve a microservice by centralizing error handling and state access.

Quick Start

Run the rust-api-reviewer on a Rust API project to surface async patterns and middleware improvements.

Dependency Matrix

Required Modules

None required

Components

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: rust-api-reviewer
Download link: https://github.com/physics91/claude-vibe/archive/main.zip#rust-api-reviewer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository