Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

megalinter

يحتوي megalinter على 16 من skills المجمعة من oxsecurity، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
16
Stars
2.5k
محدث
2026-07-05
Forks
300
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

pr-watch-fix-renovate
مطوّرو البرمجيات

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.

2026-07-05
fix-security-issue
محللو أمن المعلومات

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.

2026-07-05
pr-watch-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.

2026-07-05
prepare-release
مطوّرو البرمجيات

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.

2026-06-28
add-flavor
مطوّرو البرمجيات

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

2026-05-24
add-linter
مطوّرو البرمجيات

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

2026-05-24
add-reporter
مطوّرو البرمجيات

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

2026-05-24
analyze
محللو أنظمة الحاسوب

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

2026-05-24
design
مطوّرو البرمجيات

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

2026-05-24
diagnose-config
مطوّرو البرمجيات

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

2026-05-24
fix-issue
مطوّرو البرمجيات

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.

2026-05-24
fix-linter-test
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-24
implement
مطوّرو البرمجيات

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.

2026-05-24
review-descriptor
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-24
test
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-24
update-linter-version
مطوّرو البرمجيات

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

2026-05-24