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