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 Jun 27, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.