بنقرة واحدة
lint-fix
Run ESLint and Prettier to find and auto-fix code style issues
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run ESLint and Prettier to find and auto-fix code style issues
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Add a WordPress AJAX handler to a plugin, with nonce verification, input sanitisation, and JSON response.
Register a block pattern in a theme or plugin, using the WordPress 6.0+ file-based pattern system.
Add a new Gutenberg block to an existing plugin or theme.
Register a WP-CLI command in a plugin using a command class, following Dekode conventions.
Add a WordPress action or filter hook to a plugin or theme.
Scaffold a new must-use plugin in packages/mu-plugins/ - either a simple utility or a service-class integration.
| name | lint-fix |
| description | Run ESLint and Prettier to find and auto-fix code style issues |
| allowed-tools | Read, Bash, Glob |
Run linting and formatting tools, auto-fix what's possible, report the rest.
npx eslint . --fix 2>&1 — auto-fix lint issuesnpx prettier --write "src/**/*.ts" "tests/**/*.ts" 2>&1 — format