بنقرة واحدة
lint-javascript
Run JavaScript/React lint tools, then check custom coding rules. Severity labels in Japanese.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run JavaScript/React lint tools, then check custom coding rules. Severity labels in Japanese.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run Python lint tools, then check custom coding rules. Severity labels in Japanese.
Run shell lint tools, then check custom coding rules. Severity labels in Japanese.
Run TypeScript/React lint tools, then check custom coding rules. Severity labels in Japanese.
Generates commit messages and checks code quality for staged changes. Prefer gcmA alias for fast use.
| name | lint-javascript |
| description | Run JavaScript/React lint tools, then check custom coding rules. Severity labels in Japanese. |
| allowed-tools | bash, write, edit |
Detect available tools (make, npm, npx, eslint), then choose ONE branch:
Branch A — Makefile has lint: target:
make lint 2>&1
Branch B — package.json has lint script:
npm run lint 2>&1
Branch C — fallback to direct ESLint:
npx eslint --fix . 2>&1 || true
Then scan custom rules (fix iteratively):
[高] Must fix:
t() (i18n)// prefix)# ------------------------------------------------------------------------------ (80 chars)[中] Should fix:
use prefix[低] Nice to fix:
console.log left in production codePrint summary:
==================================================
Lint complete (JavaScript)
==================================================
Files checked : <N>
[高] Critical : <N>
[中] Important : <N>
[低] Minor : <N>
==================================================