CtrlK
BlogDocsLog inGet started
Tessl Logo

dlt

github.com/dlt-hub/dlt

Skill

Added

Review

worktree-make-dev

Set up a dev environment in an existing worktree (make dev + copy secrets)

worktree-from-issue

Create a git worktree with a new branch for implementing a fix or feature for a GitHub issue

switch-worktree

Switch the current session to work in an existing git worktree

review-pr

Analyze a GitHub pull request including diff, comments, related issues, and local code context

release-notes

Generate release notes between two git tags with categorized PR summaries and author attribution

optimize-code

Analyze and optimize Python code performance in critical paths

implement-issue

Triage, plan, and implement a fix or feature for a GitHub issue end-to-end

dashboard

Use when reading, editing, or creating files in dlt/_workspace/helpers/dashboard/ or tests/workspace/helpers/dashboard/ or tests/e2e/

create-worktree

Create or reuse a git worktree for a pull request or branch so reviews and work happen in isolation

auto-write-test-rules

Use when adding or proposing a new test ONLY if the test rules are not present

auto-import-rules

Enforces dlt import conventions and ordering. Use when writing or modifying Python imports in dlt/ or tests/.

auto-docstring-rules

Enforces dlt docstring conventions. Use when writing or modifying docstrings, classes, or function signatures in Python files.