一键导入
fpf-skilltelemetry-verify-compliance
Verifies that a telemetry span complies with FPF Discipline-Health (G.12).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verifies that a telemetry span complies with FPF Discipline-Health (G.12).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | fpf-skill:telemetry-verify-compliance |
| description | Verifies that a telemetry span complies with FPF Discipline-Health (G.12). |
| version | 0.1.0 |
| allowed_tools | [] |
This skill acts as a Discipline-Health Checkpoint (G.12). It validates that a given telemetry record (Span) contains the necessary evidence to be considered "Lawful Telemetry".
Analyze the provided Span JSON and verify the following invariants:
Check for the presence of all mandatory FPF Anchors:
fpf.spec_reffpf.performer_reffpf.context_reffpf.system_reffpf.spec_ref must start with method: or compatible scheme.fpf.context_ref must start with ctx: or U.BoundedContext.Return a structured Compliance Report:
{
"compliant": boolean,
"missing_anchors": string[],
"violations": string[]
}
If compliant is false, violations must list the specific G.12 rules broken.
Verifies that an execution trace complies with the FPF Behavioral Specification.
Generated skill for design/audit-name.
Generated skill for design/deprecate-name.
Generated skill for design/mint-name.
Minimal reference skill used to validate parsing and loading.
Evaluates a value against an FPF CSLC (Characteristic/Scale/Level/Coordinate) definition (A.18).