一键导入
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 职业分类
| 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 changedReview 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.