Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

dbt-tools-ts

dbt-tools-ts 收录了来自 yu-iskw 的 28 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
28
Stars
0
更新
2026-06-01
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

refresh-snapshot
软件开发工程师

Reload in-memory artifacts after dbt run or a known artifact change. Use on the same target without restarting MCP.

2026-06-01
bind-target
软件开发工程师

Establish the dbt artifact root for this session (local path, s3://, or gs://). Use before any other dbt-tools analysis primitive.

2026-05-22
check-session
软件开发工程师

Check MCP session state—target, load time, stale flag, runs, warehouse type. Use as a gate before analysis primitives.

2026-05-22
bind-target
软件开发工程师

Establish the dbt artifact root for this session (local path, s3://, or gs://). Use before any other dbt-tools analysis primitive.

2026-05-21
check-session
软件开发工程师

Check whether dbt artifacts exist, are fresh, and which readiness level applies. Use as a gate before manifest- or run_results-based analysis.

2026-05-20
describe-resource
软件开发工程师

Return metadata and context for one dbt resource by unique_id. Use when explaining what a model, source, or test does.

2026-05-20
find-resources
软件开发工程师

Find dbt resources by name, type, tag, package, or path. Use to resolve unique_id before describe-resource, trace-dependencies, or query-executions.

2026-05-20
query-executions
软件开发工程师

Filter and sort run_results node executions by status, time, and warehouse metrics. Use for post-run triage and slow-node investigation.

2026-05-20
refresh-snapshot
软件开发工程师

Confirm artifacts are up to date after dbt run or a known artifact change. Use before re-running analysis on the same target.

2026-05-20
summarize-run
软件开发工程师

Summarize a dbt run (status breakdown, bottlenecks, adapter totals) without listing every node execution. Use before drill-down with query-executions.

2026-05-20
trace-dependencies
软件开发工程师

Trace upstream or downstream dependencies for a dbt resource. Use for lineage, build order, or downstream blast radius.

2026-05-20
describe-resource
软件开发工程师

Return metadata for one dbt resource by uniqueId. Use when explaining what a model, source, or test does.

2026-05-20
find-resources
软件开发工程师

Find dbt resources by name, type, tag, package, or path. Use to resolve uniqueId before describe-resource, trace-dependencies, or query-executions.

2026-05-20
query-executions
软件开发工程师

Filter and sort node executions from run_results by status, time, and warehouse metrics. Use for post-run triage.

2026-05-20
summarize-run
软件开发工程师

Summarize the loaded dbt run (status breakdown, bottlenecks, adapter totals) without per-node execution rows.

2026-05-20
trace-dependencies
软件开发工程师

Trace upstream or downstream dependencies for a dbt resource. Use for lineage, build order, or downstream blast radius.

2026-05-20
dbt-tools-cli-plugin-skill
软件开发工程师

Author a new agent skill under plugins/dbt-tools-cli/skills for @dbt-tools/cli; layout, plugin README index, and structural verification.

2026-05-20
setup-dev-env
软件开发工程师

Set up the development environment for the project. Use when starting work on the project, when dependencies are out of sync, or to fix environment setup failures.

2026-05-20
bump-workspace-versions
软件开发工程师

Bump synchronized semver versions across the root and @dbt-tools workspace package.json files. Use when asked to "bump package version", "release patch", "set all packages to X.Y.Z", "sync semver across workspace", or "prepare npm publish version bump".

2026-05-14
build-and-fix
软件开发工程师

Build the project and automatically fix any build errors, compilation failures, or type mismatches. Use when the project fails to build, shows "broken" states, or after making significant changes.

2026-05-13
check-directory-structure
软件开发工程师

Inspect repository layout with tree and find, compare to AGENTS.md conventions, and fix misplaced or overly flat generated files. Use when auditing folder structure, after scaffolding or bulk file generation, when output looks flat, or when asked where code/tests/docs should live. Supports inspecting the repository root or a specified subdirectory.

2026-05-13
codeql-fix
信息安全分析师

Run CodeQL security/quality analysis and fix findings. Use when the user asks to run CodeQL, security scan, static analysis, or fix CodeQL findings.

2026-05-13
dbt-tools-web-e2e-fix
软件质量保证分析师与测试员

Run Playwright E2E for @dbt-tools/web and fix failures. Use when the user asks to run E2E tests, fix E2E, fix Playwright failures, green test:e2e, or debug failing web app E2E—not unit tests (Vitest).

2026-05-13
dbt-tools-web-e2e
软件质量保证分析师与测试员

Implement and extend deterministic Playwright E2E tests for @dbt-tools/web (packages/web). Use when adding or changing E2E specs, user-journey tests, analyze flow coverage, Playwright selectors, or fixtures aligned with the real UI—not autonomous browser LLM exploration.

2026-05-13
dbt-tools-web-pack-npx-smoke
软件质量保证分析师与测试员

Pack @dbt-tools/web to a tarball and smoke-test the published dbt-tools-web CLI via npx without npm publish. Use when verifying the npm distribution, pre-release checks, bin/dist-serve layout, or fixing pack/npx failures for the web package.

2026-05-13
initialize-project
软件开发工程师

Initialize a new project from the TypeScript template by renaming packages, updating metadata, and cleaning up documentation. Use when starting a new project, "bootstrapping" from this template, or setting up a fresh repository.

2026-05-13
test-and-fix
软件质量保证分析师与测试员

Run unit tests and automatically fix code failures, regression bugs, or test mismatches. Use when tests are failing, after implementing new features, or to repair "broken" tests.

2026-05-13
ui-feature-verify
软件质量保证分析师与测试员

Lightweight verification for UI-only changes to @dbt-tools/web. Runs lint, unit tests, coverage, a fresh build, Playwright E2E, and a coverage gap report. Use instead of the full verifier when changes are confined to packages/web/src/ and/or packages/web/e2e/. Skips CodeQL and pack+npx smoke.

2026-05-13