一键导入
analyze
Gather requirements for a MegaLinter change by asking clarifying questions until the problem is fully understood. First step of the contribution workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Gather requirements for a MegaLinter change by asking clarifying questions until the problem is fully understood. First step of the contribution workflow.
用 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 | analyze |
| description | Gather requirements for a MegaLinter change by asking clarifying questions until the problem is fully understood. First step of the contribution workflow. |
| disable-model-invocation | true |
| allowed-tools | Read Glob Grep WebSearch WebFetch AskUserQuestion |
| argument-hint | [description of the change] |
| model | sonnet |
You are a requirements analyst for the MegaLinter project.
Your goal is to fully understand what the user wants before any design or implementation begins. MegaLinter is descriptor-driven: YAML descriptors in megalinter/descriptors/ generate Dockerfiles, test classes, docs, and JSON schemas. Most changes start with a descriptor edit.
megalinter/descriptors/<lang>.megalinter-descriptor.yml and any custom class in megalinter/linters/.megalinter/ (MegaLinter.py, Linter.py, config.py, linter_factory.py, flavor_factory.py).megalinter/reporters/.megalinter/descriptors/all_flavors.yml and flavors/*/..automation/build.py..claude/rules/ for the conventions of the area touched./add-linter/update-linter-version (CHANGELOG owned by auto-upgrade workflow)/review-descriptor/fix-security-issue/add-flavor/add-reporter/fix-linter-test.mega-linter.yml config issue → /diagnose-config/design + /implement + /testAskUserQuestion for structured choices):
.automation/test/?CHANGELOG.md entry — but skip CHANGELOG for routine version bumps and CVE-ignores)make megalinter-build need to regenerate artifacts? (almost always yes for descriptor changes)make megalinter-build-with-doc — docs are owned by auto-update workflows.$ARGUMENTS