data-pipeline-design-reviewUse when a data engineer needs a structured design review of a proposed data pipeline, ETL/ELT flow, or dbt/SQL model before it ships. Produces severity-rate...
Install via ClawdBot CLI:
clawdbot install archlab-space/data-pipeline-design-reviewGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Jul 27, 2026
A data engineer proposes a daily batch pipeline that ingests orders from a transactional database and loads them into a data warehouse for analytics. The pipeline uses upsert logic but lacks handling for late-arriving data. Review identifies potential duplicate records and incorrect revenue totals if order status updates arrive after the batch window.
A streaming pipeline processes click events from a mobile app using Kafka and Spark Streaming. The design uses at-least-once semantics with no deduplication key, leading to possible double-counting of ad impressions under restart scenarios. Review highlights watermarking gaps and cost implications of reprocessing.
An ETL pipeline transforms raw claims data from multiple sources into a star schema for reporting. The design has a fan-out join on claim line items causing row multiplication, leading to inflated payment totals. Idempotency is broken because the pipeline truncates and reloads without respecting incremental load markers.
A dbt model incrementally builds a daily risk exposure table using a SQL merge statement. The incremental predicate is misaligned with source data timestamps, causing gaps during backfill. Schema evolution is unhandled; adding a new column would break downstream dashboards.
A pipeline ingests high-volume sensor readings every minute into a data lake. The design uses full refresh of daily partitions, causing redundant computation and high costs. Late-arriving sensor data is discarded due to a strict cutoff, leading to data quality gaps. Observability lacks alerting on missing partitions.
Offer the design review as a monthly subscription for data teams, providing recurring value through continuous oversight of pipeline changes. Revenue comes from tiered subscription fees based on review volume or team size.
Charge per review engagement, suitable for teams that need periodic deep dives before major releases. Revenue scales with number of reviews and complexity of pipelines reviewed.
Embed the review capability into existing data platform tools (e.g., dbt, Airflow) via plugin or API, and charge a per-call or license fee. Revenue comes from platform integrations and volume-based pricing.
💬 Integration Tip
Integrate with CI/CD pipelines to automatically trigger reviews on pull requests containing pipeline code changes.
Scored May 20, 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.