بنقرة واحدة
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 ويثبّتها لك.
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).
استنادا إلى تصنيف 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.