elixir-performance-reviewReviews Elixir code for performance issues including GenServer bottlenecks, memory usage, and concurrency patterns. Use when reviewing high-throughput code o...
Install via ClawdBot CLI:
clawdbot install anderskev/elixir-performance-reviewGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Apr 21, 2026
An Elixir-based API gateway handling thousands of requests per second from mobile apps, where GenServer bottlenecks could cause latency spikes and mailbox overflows. This scenario involves reviewing concurrency patterns and memory usage to ensure efficient request routing and data transformation.
A system processing large streams of IoT sensor data in Elixir, requiring checks for binary handling and task supervision to avoid memory bloat and unbounded process spawning. Performance issues here could lead to data loss or delayed insights.
An Elixir backend managing order processing and inventory updates during peak sales events, where database queries and GenServer state must be optimized to prevent N+1 issues and ensure consistent throughput under high load.
A low-latency trading system built in Elixir that handles concurrent market data feeds and order executions, requiring strict review of ETS usage and blocking calls to maintain performance and avoid bottlenecks in critical paths.
An analytics service processing large log files from video streaming platforms in Elixir, where stream usage and memory management are key to efficiently transform data without accumulating unbounded data in processes.
Offering performance review services as part of a subscription-based platform for tech companies using Elixir in production. Revenue is generated through tiered pricing based on usage volume and support levels.
Providing one-time or ongoing consulting to businesses for Elixir code audits and optimization, with revenue from project-based fees or retainer agreements. This targets companies scaling their Elixir applications.
Developing a free basic performance analysis tool for Elixir developers, with premium features like automated reporting and integration into CI/CD pipelines driving revenue through upgrades and enterprise licenses.
💬 Integration Tip
Integrate this skill into CI/CD pipelines to automate performance checks during code reviews, ensuring issues are caught early before deployment to production environments.
Scored Jun 29, 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.