一键导入
rust-verification-profile
Use when configuring RustVerificationProfileHint, verification task mappings, receipts, waivers, or verification-policy tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when configuring RustVerificationProfileHint, verification task mappings, receipts, waivers, or verification-policy tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when modifying rust-lang-project-harness Rust source, tests, policy rules, parser facts, renderers, or snapshots.
Use when a rust-lang-project-harness task touches latency, throughput, allocation behavior, parser/render loops, or Rust performance verification contracts.
| name | rust-verification-profile |
| description | Use when configuring RustVerificationProfileHint, verification task mappings, receipts, waivers, or verification-policy tests. |
Use this skill when editing the verification planner, config surface, receipts, waivers, or documentation for verification responsibilities.
Verification is library-first and parser-native. The authority order is:
Profile hints are useful declarations, not facts. If a hint conflicts with
parser evidence, the planner should keep a responsibility_review task active.
Skill Markdown is a fallback surface. Prefer configuring
RustVerificationSkillBinding for task kinds that have a project-owned adapter;
after that, compact output should stay quiet and only include the skill=<id>
dispatch hint.
RustVerificationProfileHint::new(path, responsibilities) maps an owner path
to responsibility labels.with_task_kinds([...]) is an owner-local override. It wins only for that
owner.without_verification_tasks() is an owner-local suppression. It must be
deliberate and explained when it changes the responsibility-derived default.with_task_contract(kind, contract) overrides the contract only for that
owner and task kind.with_rationale(...) is required when an owner-local override adds, removes,
or suppresses task kinds relative to the responsibility mapping.responsibility_review; otherwise it becomes invisible drift.