lint-and-validate
Automatic quality control. Run after EVERY code change.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Automatic quality control. Run after EVERY code change.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Structured iterative reasoning framework for deep problem solving, featuring verification loops and refinement stages.
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
Main application building orchestrator. Creates full-stack applications from natural language requests.
Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation.
Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting.
AI operational modes (BRAINSTORM, IMPLEMENT, DEBUG, REVIEW, TEACH, SHIP).
| name | lint-and-validate |
| description | Automatic quality control. Run after EVERY code change. |
| allowed-tools | Read, Glob, Grep, Bash |
MANDATORY: Error-free code before task completion.
cargo clippy --workspace + cargo fmt --check.npm run lint + tsc --noEmit.python execution/parity_guard.py . (Mandatory documentation check).python execution/verify_all.py . --url http://localhost:8000.python .agent/skills/vulnerability-scanner/scripts/security_scan.py..eslintrc/tsconfig.json.Rule: No "done" with red linter output.
scripts/lint_runner.py: Unified runner.scripts/type_coverage.py: Coverage check.