oxsecurity

45 mods across 1 repository, 2.6k stars between them.

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 3d ago A 224 tokens AGPL-3.0

grafana-promql

26

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 3d ago A 202 tokens AGPL-3.0

implement

27

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 3d ago A 46 tokens AGPL-3.0

kibana-dashboards

28

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 3d 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 3d ago A 49 tokens AGPL-3.0

pr-watch-fix

30

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 3d ago A 43 tokens AGPL-3.0

prepare-release

31

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 3d ago A 46 tokens AGPL-3.0

renovate-rebase

32

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 3d ago A 52 tokens AGPL-3.0

review-descriptor

33

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 3d ago A 27 tokens AGPL-3.0

sync-dashboards

34

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 3d ago A 51 tokens AGPL-3.0

test

35

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 3d 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 3d ago A 29 tokens AGPL-3.0

oxsecurity/megalinter

Instructions file

Claude Code instructions for oxsecurity/megalinter, covering claude.md, project overview, development setup, shell commands — use rtk and key commands.

2.6k 3d ago A 2,723 tokens AGPL-3.0

megalinter-fixer

38

oxsecurity/megalinter

Agent

Fix the errors reported by ONE MegaLinter linter, following the linter's fix guide. Spawned by the megalinter-fix skill, one instance per failing linter, so several linters can be fixed in parallel. Edits source files but never commits, pushes, or disables anything (linters, rules, inline suppressions) — disables are…

2.6k 3d ago A 87 tokens AGPL-3.0

megalinter-runner

39

oxsecurity/megalinter

Agent

Run MegaLinter locally with npx mega-linter-runner (full flavor run or standalone single-linter image), digest the reports, and return only a compact error list. Use to keep verbose linter output out of the main context. Runs and reports only — never fixes source files.

2.6k 3d ago A 65 tokens AGPL-3.0

megalinter-watcher

40

oxsecurity/megalinter

Agent

Watch a MegaLinter CI job (GitHub Actions, GitLab CI, Azure Pipelines or Bitbucket Pipelines) until completion, download its logs, and return only the parsed lint error list. Use to keep large CI logs out of the main context. Observes only — never fixes, edits or pushes.

2.6k 3d ago A 70 tokens AGPL-3.0

megalinter-check

41

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 3d ago A 96 tokens AGPL-3.0

megalinter-fix

42

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 3d ago A 91 tokens AGPL-3.0

megalinter-setup

43

oxsecurity/megalinter

Skill Claude CodeCodex

Install or upgrade MegaLinter on a repository. Use when the user wants to add MegaLinter to a project, set up linting CI, update MegaLinter configuration or version, or says "install megalinter", "setup linting", "add code quality checks", "update megalinter skills". Always goes through npx mega-linter-runner…

2.6k 3d ago A 131 tokens AGPL-3.0

INSTALL

44

oxsecurity/megalinter

Agent

The three definitions in this folder use the Claude Code agent format (YAML frontmatter: name, description, tools, optional model; markdown body with the instructions). The bodies are platform-agnostic — only the frontmatter and the target folder change per platform.

2.6k 3d ago A 0 tokens AGPL-3.0

megalinter

45

oxsecurity/megalinter

Skill Claude CodeCodex

Entry point for everything MegaLinter. Use when the user wants to lint their repository, set up MegaLinter, check or fix lint errors, make CI lint jobs pass, or says "run megalinter", "fix lint errors", "make the linters happy", "clean up code quality". Detects the repository state and orchestrates the…

2.6k 3d ago A 101 tokens AGPL-3.0