بنقرة واحدة
lint
Run linting and formatting checks on codebase
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run linting and formatting checks on codebase
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Debug static, hiss, or noise on embedded I2S audio (ESP32 + MAX98357A / PCM DACs), especially streamed PCM. Measure the signal at each pipeline stage instead of guessing at the amp. Use when audio plays but sounds wrong.
Generate a printable Typst build guide (source + PDF) for an ESP32/MCU project by analyzing its docs, source, and schematic
Register a project in the monorepo — justfile mod, CI matrix, standard file inventory
Standardize credential handling for an ESP32 project (credentials.h.example, .gitignore, pre-commit protection)
Set up ESP-IDF development environment, create new projects, and verify configuration
Generate a CLAUDE.md for a project with build commands, hardware constraints, architecture, and development tasks
| name | lint |
| description | Run linting and formatting checks on codebase |
| argument-hint | [type] |
| allowed-tools | Bash(just:*), Bash(cppcheck:*), Bash(ruff:*), Bash(clang-format:*) |
Run linting on the codebase: $ARGUMENTS
just lintc or cpp - Run C/C++ linting only: just lint-cpython or py - Run Python linting only: just lint-pythonformat - Format all code: just formatformat-check - Check formatting without modifying: just format-checkReport any issues found with file locations and descriptions.
For formatting issues, suggest running just format to auto-fix.