بنقرة واحدة
write-rust-tests
Write Rust tests for OpenFirma crates while avoiding redundant coverage.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Write Rust tests for OpenFirma crates while avoiding redundant coverage.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Review Rust changes for correctness, robustness, documentation quality, and test coverage.
Guidelines for writing Rust tests in OpenFirma.
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.
Dirty repo, uncommitted changes, commit, amend, split, changeset, PR history: inspect repository state and prepare atomic Git commits or jj changesets. Use whenever the worktree is already dirty or you are about to commit or rewrite history.
| name | write-rust-tests |
| description | Write Rust tests for OpenFirma crates while avoiding redundant coverage. |
Write new Rust tests for OpenFirma code.
<path>: path to a crate or Rust file<path1> <path2>: multiple crate or file pathstests/ integration suite as required by the test guidelines.rust-tests-guidelines for test quality and organization rules.After adding tests, run the smallest relevant test command first. Use
run-rust-tests for command selection.