원클릭으로
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