tokio-async-code-reviewReviews tokio async runtime usage for task management, sync primitives, channel patterns, and runtime configuration. Covers Rust 2024 edition changes includi...
Install via ClawdBot CLI:
clawdbot install anderskev/tokio-async-code-reviewGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Apr 19, 2026
A trading system processing real-time market data with low-latency async tasks for order execution and risk calculations. This skill ensures non-blocking I/O, proper channel patterns for data distribution, and optimized runtime configuration to minimize latency and prevent deadlocks in critical sections.
A chat service handling concurrent user connections, message broadcasting, and presence updates using tokio's async runtime. The skill reviews channel usage for fan-out patterns, sync primitives for shared state, and task management to handle user sessions without blocking.
A system collecting sensor data from thousands of devices, processing streams with async tasks, and storing results in a database. The skill checks for proper spawn_blocking for synchronous I/O, bounded channels to manage back-pressure, and timeout handling to prevent hangs from faulty devices.
A gateway routing HTTP requests to backend services using hyper and tower middleware. The skill analyzes runtime setup for multi-threaded workloads, sync primitives for rate limiting, and structured concurrency to manage request lifecycles and cancellation safely.
A multiplayer server handling player actions, state synchronization, and matchmaking with async tasks. The skill reviews task spawning for player sessions, mutex usage for game state updates across awaits, and broadcast channels for real-time event propagation to clients.
Offer this skill as part of a code review platform targeting Rust developers, with tiered pricing based on usage frequency and report depth. Revenue is generated through monthly subscriptions, providing automated async code analysis to improve application reliability and performance.
Provide expert consulting to companies integrating tokio in production systems, using the skill to audit codebases and recommend optimizations. Revenue comes from project-based fees or retainer contracts, focusing on reducing latency and preventing concurrency bugs in critical applications.
License the skill to large organizations for internal use in their CI/CD pipelines, ensuring code quality across development teams. Revenue is generated through annual licenses with support and customization options, targeting industries like finance and IoT where async reliability is paramount.
💬 Integration Tip
Integrate this skill into CI/CD pipelines to automatically flag async issues during code reviews, and pair it with existing linters for comprehensive Rust analysis.
Scored Apr 19, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions