بنقرة واحدة
lint
Check formatting and lint rules for OpenFirma Rust, TOML, and Markdown changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Check formatting and lint rules for OpenFirma Rust, TOML, and Markdown changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | lint |
| description | Check formatting and lint rules for OpenFirma Rust, TOML, and Markdown changes. |
Check formatting and lint rules before finishing a change.
Run this skill after editing .rs, .toml, or .md files.
just fmt
This runs dprint check for Rust, TOML, and Markdown.
If formatting needs to be fixed, run:
dprint fmt
just lint
.unwrap()..expect().panic!().unsafe.Result<T, E> with thiserror for recoverable failures.For quicker iteration on one crate:
cargo clippy -p <crate-name> --all-features --all-targets
docs-site/ uses its own toolchain; dprint does not format that subtree.Review Rust changes for correctness, robustness, documentation quality, and test coverage.
Guidelines for writing Rust tests in OpenFirma.
Write Rust tests for OpenFirma crates while avoiding redundant coverage.
Review changes ahead of opening a new PR, modifying an existing one or on demand by the user.
Edit a pre-existing GitHub pull request for OpenFirma. Use whenever you are asked to make changes to commits, branches or bookmarks that would affect an open GitHub PR.
Open a GitHub pull request for OpenFirma. Use whenever you are asked to open a PR.