一键导入
lint-and-fix
Automated linting and fixing loop using `make lint`. Use when you need to resolve linter violations across the codebase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Automated linting and fixing loop using `make lint`. Use when you need to resolve linter violations across the codebase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Implement or refactor a dbt custom generic data test using this package’s patterns (test block, adapter.dispatch, BigQuery-only implementations, macro property YAML, integration_tests fixtures). Use when adding a new generic test, splitting test/query/validation macros, fixing undefined test_* macros from a package, or aligning with dbt’s generic test docs.
Autonomously run tests, analyze failures, and fix them in the `integration_tests` directory.
| name | lint-and-fix |
| description | Automated linting and fixing loop using `make lint`. Use when you need to resolve linter violations across the codebase. |
This skill provides an autonomous loop to identify, fix, and verify linter violations in the codebase using the project's make lint command (which runs pre-commit).
make lint from the workspace root to list current violations.pre-commit (like black, ruff, prettier) can auto-fix issues.pre-commit auto-fixes files, review the changes.make lint.
make lint exits with code 0 (all checks passed).make lint fails with ruff and black errors.make lint again (some linters auto-fix).make lint passes.