oxsecurity/megalinter

🦙 MegaLinter analyzes 50 languages, 22 formats, 21 tooling formats, excessive copy-pastes, spelling mistakes and security issues in your repository sources with a GitHub Action, other CI tools or locally.

2.6kStars on the repository
45Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
AGPL-3.0Licence, which decides whether bodies are shown

add-flavor

01

oxsecurity/megalinter

Skill Claude CodeCodex

Add a new MegaLinter flavor (language-specific Docker image). Use when creating a new specialized Docker image variant.

2.6k 2d ago A 27 tokens AGPL-3.0

add-linter

02

oxsecurity/megalinter

Skill Claude CodeCodex

Guided workflow for adding a new linter to MegaLinter. Use when a contributor needs to add support for a new linting tool.

2.6k 2d ago A 33 tokens AGPL-3.0

add-reporter

03

oxsecurity/megalinter

Skill Claude CodeCodex

Add a new output reporter to MegaLinter. Use when adding support for a new CI system or output format.

2.6k 2d ago A 27 tokens AGPL-3.0

analyze

04

oxsecurity/megalinter

Skill Claude CodeCodex

Gather requirements for a MegaLinter change by asking clarifying questions until the problem is fully understood. First step of the contribution workflow.

2.6k 2d ago A 30 tokens AGPL-3.0

datadog-dashboards

05

oxsecurity/megalinter

Skill Claude CodeCodex

Manage Datadog dashboards including listing, viewing, creating, updating, and deleting dashboards with their widgets and configurations. Official Datadog content, vendored from https://github.com/DataDog/datadog-api-claude-plugin (agents/dashboards.md), Apache-2.0.

2.6k 2d ago A 66 tokens AGPL-3.0

design

06

oxsecurity/megalinter

Skill Claude CodeCodex

Design a MegaLinter solution and write a technical specification. Second step of the contribution workflow, use after /analyze.

2.6k 2d ago A 27 tokens AGPL-3.0

diagnose-config

07

oxsecurity/megalinter

Skill Claude CodeCodex

Diagnose MegaLinter .mega-linter.yml configuration issues. Use when linters aren't running as expected or configuration seems wrong.

2.6k 2d ago A 30 tokens AGPL-3.0

fix-issue

08

oxsecurity/megalinter

Skill Claude CodeCodex

End-to-end workflow to fix a GitHub issue — collect context, analyze, implement on a branch, open a PR, then hand off to /pr-watch-fix until CI is green.

2.6k 2d ago A 43 tokens AGPL-3.0

fix-linter-test

09

oxsecurity/megalinter

Skill Claude CodeCodex

Debug and fix a failing MegaLinter linter test. Use when a linter test fails in CI or locally.

2.6k 2d ago A 29 tokens AGPL-3.0

fix-security-issue

10

oxsecurity/megalinter

Skill Claude CodeCodex

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.

2.6k 2d ago A 59 tokens AGPL-3.0

oxsecurity/megalinter

Skill Claude CodeCodex

Build, modify, and ship Grafana dashboards as JSON via the HTTP API — panel types (timeseries / stat / gauge / table / heatmap / logs / traces / node-graph), gridPos 24-column layout, units, thresholds, template + datasource + chained variables, transformations (organize / calculateField / filterByValue), panel +…

2.6k 2d ago A 224 tokens AGPL-3.0

grafana-promql

12

oxsecurity/megalinter

Skill Claude CodeCodex

Write, validate, and optimize PromQL for Prometheus / Grafana Mimir / Grafana Cloud Metrics. Covers rate vs irate vs increase, label matchers and regex, sum / avg / topk / by / without aggregation, classic + native histogramquantile, ratios with divide-by-zero guards, absent / changes for staleness, time offsets and…

2.6k 2d ago A 202 tokens AGPL-3.0

implement

13

oxsecurity/megalinter

Skill Claude CodeCodex

Implement a feature, bug fix, or code change in MegaLinter. Use whenever the user asks to add a feature, fix a bug, or make a code change - with or without a prior /design phase.

2.6k 2d ago A 46 tokens AGPL-3.0

kibana-dashboards

14

oxsecurity/megalinter

Skill Claude CodeCodex

Create and manage Kibana Dashboards and visualizations. Use when you need to define dashboards and visualizations declaratively, version control them, or automate their deployment.

2.6k 2d ago C 40 tokens AGPL-3.0

oxsecurity/megalinter

Skill Claude CodeCodex

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.

2.6k 2d ago A 49 tokens AGPL-3.0

pr-watch-fix

16

oxsecurity/megalinter

Skill Claude CodeCodex

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.

2.6k 2d ago A 43 tokens AGPL-3.0

prepare-release

17

oxsecurity/megalinter

Skill Claude CodeCodex

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.

2.6k 2d ago A 46 tokens AGPL-3.0

renovate-rebase

18

oxsecurity/megalinter

Skill Claude CodeCodex

Tick the Renovate "Dependency Dashboard" issue checkboxes (Rate-Limited + Open sections) to force creation of rate-limited PRs and rebase of all open Renovate PRs. Runs autonomously, no confirmation.

2.6k 2d ago A 52 tokens AGPL-3.0

review-descriptor

19

oxsecurity/megalinter

Skill Claude CodeCodex

Audit a linter descriptor YAML for completeness, correctness, and best practices. Checks all properties against the full schema.

2.6k 2d ago A 27 tokens AGPL-3.0

sync-dashboards

20

oxsecurity/megalinter

Skill Claude CodeCodex

Keep the MegaLinter observability dashboards (docs/dashboards/) in sync with the ApiReporter v2 payload and metrics contract. Use after modifying ApiReporter.py, megalinter/apiproviders/, or the dashboards themselves.

2.6k 2d ago A 51 tokens AGPL-3.0

test

21

oxsecurity/megalinter

Skill Claude CodeCodex

Build the MegaLinter Docker image and run the targeted linter tests to verify the implementation. Fourth step of the contribution workflow, use after /implement.

2.6k 2d ago A 33 tokens AGPL-3.0

oxsecurity/megalinter

Skill Claude CodeCodex

Update a linter's pinned version in its descriptor YAML. Use when upgrading a linter tool to a new release.

2.6k 2d ago A 29 tokens AGPL-3.0

megalinter-check

23

oxsecurity/megalinter

Skill Claude CodeCodex

Collect MegaLinter lint errors for the current repository. Use when the user wants to know if the code passes linting, why the MegaLinter CI job fails, or before/after fixing lint errors. Two modes - watch a CI job (GitHub Actions, GitLab CI, Azure Pipelines, Bitbucket Pipelines) and parse its logs, or run MegaLinter…

2.6k 2d ago A 96 tokens AGPL-3.0

megalinter-fix

24

oxsecurity/megalinter

Skill Claude CodeCodex

Fix the errors reported by MegaLinter. Use after megalinter-check found errors, or when the user pastes MegaLinter/CI lint errors and wants them fixed. Applies safe fixes automatically (auto-fix linters first, then guided manual fixes using per-linter fix guides), asks the user when fixing is ambiguous, and can…

2.6k 2d ago A 91 tokens AGPL-3.0