Skill | Added | Review |
|---|---|---|
worktree-make-dev Set up a dev environment in an existing worktree (make dev + copy secrets) | 77% | |
worktree-from-issue Create a git worktree with a new branch for implementing a fix or feature for a GitHub issue | 77% | |
switch-worktree Switch the current session to work in an existing git worktree | 70% | |
review-pr Analyze a GitHub pull request including diff, comments, related issues, and local code context | 67% | |
release-notes Generate release notes between two git tags with categorized PR summaries and author attribution | 83% | |
optimize-code Analyze and optimize Python code performance in critical paths | 67% | |
implement-issue Triage, plan, and implement a fix or feature for a GitHub issue end-to-end | 67% | |
dashboard Use when reading, editing, or creating files in dlt/_workspace/helpers/dashboard/ or tests/workspace/helpers/dashboard/ or tests/e2e/ | 63% | |
create-worktree Create or reuse a git worktree for a pull request or branch so reviews and work happen in isolation | 85% | |
auto-write-test-rules Use when adding or proposing a new test ONLY if the test rules are not present | 44% | |
auto-import-rules Enforces dlt import conventions and ordering. Use when writing or modifying Python imports in dlt/ or tests/. | 91% | |
auto-docstring-rules Enforces dlt docstring conventions. Use when writing or modifying docstrings, classes, or function signatures in Python files. | 99% |