بنقرة واحدة
lint-rules
Linter and formatter command reference table by file extension. Referenced by other skills.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Linter and formatter command reference table by file extension. Referenced by other skills.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Set up the development environment with all required tools and dependencies
Conventional Commits message generation rules. Referenced by other skills.
Stage changes and create a Conventional Commits compliant commit
Create a feature branch and implement changes based on a GitHub issue or text instruction
Run all linters and formatters with auto-fix, then report results
Push committed changes and create or update a pull request
| name | lint-rules |
| description | Linter and formatter command reference table by file extension. Referenced by other skills. |
This is a reference skill. It is not invoked directly by the user; other skills read this file when running linters.
Run the appropriate linters and formatters in auto-fix mode based on the file extensions of changed files:
| Extension / File | Command |
|---|---|
.sh | shellcheck <files> then shfmt -w <files> |
.toml | taplo format <files> |
.md | markdownlint-cli2 <files> |
.yaml, .yml | yamlfmt <files> then yamllint -c .yamllint.yaml <files> |
Dockerfile* | dockerfmt <files> then hadolint --failure-threshold warning <files> |
.github/workflows/*.yaml | actionlint |
gitleaks detect --no-banner for secret detectionWhen auto-fixes are applied:
When there are unfixable errors: