Skills data-engineer
📦

data-engineer

Content revision r2 Medium Risk ⚙️ External commands

Build Reliable Data Pipelines and Warehouses

Data teams need dependable pipelines across fragmented platforms. This skill designs implementation-ready batch, streaming, modeling, orchestration, and quality workflows.

Supports: Claude Codex Code(CC)
📊 69 Adequate

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "data-engineer" from https://skillstore.io/skills/zl2023github-data-engineer.md and its manifest at https://skillstore.io/api/skills/zl2023github-data-engineer/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Agent-readable resources

Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.

Test it

Using "data-engineer". Design a daily incremental pipeline from MySQL orders to ClickHouse.

Expected outcome:

  • Recommended flow: Airflow schedules extraction, transformation, loading, reconciliation, and alerting.
  • Use update time plus primary key as the incremental cursor, with overlap and deduplication.
  • Validate row counts, key uniqueness, totals, freshness, and restart behavior before release.

Using "data-engineer". A Spark join has one slow task and heavy shuffle spill.

Expected outcome:

  • Likely cause: skewed join keys concentrate records in one partition.
  • Confirm with task duration, shuffle size, key frequency, and execution-plan evidence.
  • Test adaptive skew handling, salting, filtered null keys, or a broadcast join.

Using "data-engineer". Plan a Kafka and Flink pipeline for user activity metrics.

Expected outcome:

The plan defines event schemas, partition keys, watermarks, state retention, checkpoints, ClickHouse writes, lag monitoring, and replay procedures.

Security Audit

Medium Risk
v4 • 7/23/2026 Open versioned report

All 42 backtick detections are Markdown fences or inline code, not shell execution. Eight reconnaissance matches are schema identifiers, and multilingual diagrams explain the entropy alert. Destructive delete and overwrite examples still lack confirmation, backup, and environment safeguards.

1
Files scanned
1,058
Lines analyzed
0
Review items
0
False positives ignored

Confirmed security concerns (1)

Medium
Destructive Data Operations Lack Guardrails
The command reference shows an ALTER TABLE DELETE, and the PySpark template uses overwrite mode. Neither example requires confirmation, backup verification, or a dry run.
Both destructive operations appear directly in reusable examples, with no adjacent safety gate. The placeholder targets reduce immediate impact but not reuse risk.
Audited by: codex View Audit History →
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/zl2023github-data-engineer/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/zl2023github-data-engineer/security.svg)](https://skillstore.io/skills/zl2023github-data-engineer?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/zl2023github-data-engineer?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/zl2023github-data-engineer/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/zl2023github-data-engineer.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA · BibTeX · CFF)

APA citation

zl2023github. (2026). data-engineer security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/zl2023github-data-engineer/audits/4

BibTeX citation

@techreport{zl2023github-zl2023github-data-engineer-2026, author = {zl2023github}, title = {data-engineer security audit report (audit version 4)}, institution = {Skillstore}, year = {2026}, number = {4}, url = {https://skillstore.io/skills/zl2023github-data-engineer/audits/4}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "data-engineer security audit report (audit version 4)" version: "unspecified" type: report authors: - name: "zl2023github" date-released: "2026-07-23" url: "https://skillstore.io/skills/zl2023github-data-engineer/audits/4" identifiers: - type: other value: "skillstore:zl2023github-data-engineer:audit:4" description: "Skillstore immutable audit report identifier"

Compare variants

2 installable variants

Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.

Why this variant is first

Highest Skillstore Score
sickn33 Recommended

sickn33-data-engineer

Skillstore Score 79
Evidence Confidence High
Skillstore usage 10
Updated

2026-08-21

zl2023github Current

zl2023github-data-engineer

Skillstore Score 69
Evidence Confidence Medium
Skillstore usage 5
Updated

2026-08-21

Skillstore Score

Why this score Evidence Confidence: Medium
55
Architecture
85
Maintainability
87
Content
65
Community
78
Spec Compliance

What You Can Build

Build an Incremental Warehouse Pipeline

Design source extraction, transformation, loading, scheduling, reconciliation, and recovery for a daily database pipeline.

Launch a Streaming Analytics Platform

Define Kafka topics, Flink processing, checkpoints, warehouse sinks, monitoring, and failure recovery.

Resolve Pipeline Reliability Problems

Analyze delays, skew, failed checks, storage pressure, and inefficient queries using supplied operational evidence.

Try These Prompts

Design a Batch ETL Pipeline
Design a daily pipeline from [source] to [target]. Ask for missing schemas, volume, service levels, security constraints, and incremental keys.
Create a Warehouse Model
Model [business domain] using the provided entities and metrics. Define grain, dimensions, facts, partitions, tests, lineage, and naming conventions.
Implement a Streaming Pipeline
Design Kafka to Flink to [sink] for [event type]. Cover schemas, partitions, watermarks, state, checkpoints, delivery guarantees, monitoring, and recovery.
Diagnose a Production Data Incident
Analyze these logs, metrics, plans, and samples: [evidence]. Rank root causes, propose reversible tests, define safeguards, and provide a recovery sequence.

Best Practices

  • Provide schemas, data volume, latency targets, retention rules, and failure evidence before implementation.
  • Test pipelines with representative data, reconciliation checks, retries, and restart scenarios.
  • Review credentials, permissions, destructive operations, and production deployment steps before execution.

Avoid

  • Do not deploy generated examples directly into production without environment-specific review.
  • Do not use full refreshes or overwrite modes when an incremental and recoverable process is available.
  • Do not optimize from assumptions when execution plans, metrics, logs, and data distributions are available.

Frequently Asked Questions

Which data platforms does this skill cover?
It covers common Spark, Flink, Kafka, Airflow, dbt, warehouse, lakehouse, and data quality workflows.
Can it generate implementation code?
Yes. It can draft Python, SQL, Spark, Flink, dbt, and orchestration templates for review.
Can it deploy pipelines automatically?
Deployment depends on available tools and permissions. Review all commands, credentials, targets, and rollback steps before execution.
What information should I provide?
Provide source and target schemas, volumes, latency goals, incremental keys, security constraints, and current platform details.
Can it diagnose slow Spark or SQL workloads?
Yes. Supply execution plans, task metrics, logs, configurations, and representative data distributions for evidence-based diagnosis.
How does it address data quality?
It defines completeness, uniqueness, validity, consistency, freshness, reconciliation, lineage, and alerting checks.

Developer Details

License

MIT

Skillstore revision

r2

Version notice

The author did not declare a version.

Ref

88a8e9a07f4c54ab105c1c41b6267c287146b07b

Maintenance freshness

7/26/2026

Usage

1 downloads · 0 views

File structure

📄 SKILL.md

More from zl2023github

View all
View all