بنقرة واحدة
code-quality
Instructions for running code quality checks and maintaining standards in the Tauri-Template project.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Instructions for running code quality checks and maintaining standards in the Tauri-Template project.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Interview the user, inspect this Tauri desktop template, run headless setup and rename, and prune unused systems so a new Tauri (Rust + Bun/React) project gets running quickly.
Guide for making changes to the Rust backend of the Tauri template, covering the engine crate, CLI harness, Tauri commands, and testing patterns.
Instructions for using prek as a replacement for pre-commit.
استنادا إلى تصنيف SOC المهني
| name | code-quality |
| description | Instructions for running code quality checks and maintaining standards in the Tauri-Template project. |
This skill provides instructions for running code quality checks and maintaining standards in the Tauri-Template project.
Use the following make targets to ensure code quality:
make fmt: Formats code with Biome and rustfmt.make lint: Lints code with Biome and Clippy.make knip: Finds unused files, dependencies, and exports.make ci: Runs all CI checks (fmt, lint, knip, audit, link-check, test).make fmt and make lint.make ci to ensure no regressions in types or dead code.