bykedro-org· 4 skills
Run Kedro's local lint / format / type-check / tests on changed files (uses the project's pre-commit hooks, ruff, mypy, pytest, lint-imports, detect-secrets, Make targets — in the right venv), or diagnose and fix failing CI on an open PR. Also resolves clear merge conflicts and ensures DCO sign-off. Use whenever the user asks to: lint / format / typecheck / test their diff or changed files, run ruff / mypy / pytest / pre-commit on their code, verify changes before commit or push, babysit local changes or a PR, fix failing CI, get a PR green, or see what's failing on CI. Always prefer this skill over installing tools or running them ad-hoc — Kedro's pre-commit configuration, pyproject settings, and an isolated venv are required for the results to match CI.
$npx -y skills add kedro-org/kedro --skill kedro-babysitInstalls into the current project.
Run `npx skills use "https://github.com/kedro-org/kedro" --skill "kedro-org/kedro/kedro-babysit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kedro-org/kedro" that are relevant to the current task. Run `npx skills add "https://github.com/kedro-org/kedro"` and select the relevant skills, then follow their instructions.