combine-code-reviewReviews Combine framework code for memory leaks, operator misuse, and error handling. Use when reviewing code with import Combine, AnyPublisher, @Published,...
Install via ClawdBot CLI:
clawdbot install anderskev/combine-code-reviewGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Apr 18, 2026
Review Combine code in an iOS app that uses CurrentValueSubject for state management and PassthroughSubject for user events, ensuring no memory leaks from subscriptions and proper error handling to maintain app stability during network calls.
Analyze Combine operators like combineLatest and flatMap in a trading app to handle real-time market data streams, verifying that UI updates occur on the main thread and error chains are preserved to prevent data loss.
Check Combine code for search functionality using switchToLatest to debounce user input, ensuring subscriptions are retained in a Set to avoid cancellations and that subjects are properly exposed as AnyPublisher.
Review Combine publishers in an IoT system that uses tryMap and catch operators to handle sensor data errors, ensuring Futures are wrapped in Deferred for retry logic and no retain cycles from sink closures.
Analyze Combine code for media playback using PassthroughSubject for control events and CurrentValueSubject for player state, verifying assign(to: &$property) is used over assign(to:on:self) to prevent memory issues.
Offer this skill as part of a subscription-based platform that automatically reviews Combine code in client projects, helping development teams reduce bugs and improve app performance through regular audits.
Provide expert consulting and training sessions using this skill to help companies optimize their Combine implementations, focusing on memory management and error handling to enhance code reliability.
License this skill to IDE or CI/CD tool developers for integration into their products, enabling real-time code reviews during development and automated checks in pipelines to catch issues early.
💬 Integration Tip
Integrate this skill into code review workflows by triggering it automatically when Combine imports are detected, and use the checklist to generate actionable feedback in pull requests.
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.