一键导入
update-linter-version
Update a linter's pinned version in its descriptor YAML. Use when upgrading a linter tool to a new release.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update a linter's pinned version in its descriptor YAML. Use when upgrading a linter tool to a new release.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run the pr-watch-fix loop in parallel across every open Renovate-bot PR, each in its own git worktree. Use to green-light or triage all dependency-update PRs at once.
Handle CVE/vulnerability reports from security linters (trivy, osv-scanner, etc.). Tries to upgrade first; ignores only when safe and justified; disables an unmaintained linter (with user confirmation) when a dangerous CVE has no fix.
Watch the GitHub PR for the current branch, wait for CI to finish, and autonomously fix failing jobs by reading logs, editing sources, and pushing. Stops cleanly when stuck.
Prepare a MegaLinter release — update CHANGELOG (prune empty sections, collapse linter versions, backfill PR numbers), run the release build, push commit and tag, and guide GitHub release creation.
Add a new MegaLinter flavor (language-specific Docker image). Use when creating a new specialized Docker image variant.
Guided workflow for adding a new linter to MegaLinter. Use when a contributor needs to add support for a new linting tool.
| name | update-linter-version |
| description | Update a linter's pinned version in its descriptor YAML. Use when upgrading a linter tool to a new release. |
Update the version of linter $linter to $version.
Delegation hint — this is a mechanical edit. If you need a sub-agent for the pin change, use
version-bumper(haiku). The build step at the end can be delegated tobuild-runner(haiku).
Steps:
megalinter/descriptors/*.megalinter-descriptor.yml for the linter by nameinstall.dockerfile section (e.g., ARG PIP_TOOL_VERSION=X.Y.Z) or version pin in pip/npm arrays# renovate: datasource=pypi depName=tool-name
ARG PIP_TOOL_VERSION=<new_version>
make megalinter-build to regenerate Dockerfiles with the new versionCHANGELOG.md — linter version upgrades are logged automatically by the auto-upgrade workflow under Linter versions upgradesTEST_KEYWORDS=<linter>_test in the commit message body