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 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