ワンクリックで
verify
Final verification for OpenFirma changes, including per-commit or per-changeset validation when work is split into atomic revisions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Final verification for OpenFirma changes, including per-commit or per-changeset validation when work is split into atomic revisions.
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.
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.
| name | verify |
| description | Final verification for OpenFirma changes, including per-commit or per-changeset validation when work is split into atomic revisions. |
Run comprehensive verification before finalizing changes.
Use this skill before opening a PR, handing work back to a reviewer, or finalizing a stack of commits or changesets.
Run the repository's full local verification target:
just check
Ensure the new code adheres to the policies defined in rust-tests-guidelines and rust-docs-guidelines.
When preparing commits or jj changesets, verify each atomic unit when feasible, not only the final combined state.
This commonly pairs with
commit-guidelines
when the work was split into checkpoint commits or changesets.
just check for each commit or changeset.just check is too expensive during iteration, run the narrowest relevant
verification and state what was not run.Before finalizing, confirm that any required docs updates are present:
docs-site/docs-site/public/llms.txt when discovery or integration guidance changed