スキル一覧に戻る
venikman

fpf-skilltelemetry-verify-compliance

by venikman

AI-Powered Observability with .NET Aspire + MCP

0🍴 0📅 2026年1月10日
GitHubで見るManusで実行

SKILL.md


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: []

telemetry/verify-compliance Kernel

Context

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".

Instructions

Analyze the provided Span JSON and verify the following invariants:

1. 4D Completeness

Check for the presence of all mandatory FPF Anchors:

  • fpf.spec_ref
  • fpf.performer_ref
  • fpf.context_ref
  • fpf.system_ref

2. Validity Checks

  • Spec Validity: fpf.spec_ref must start with method: or compatible scheme.
  • Context Validity: fpf.context_ref must start with ctx: or U.BoundedContext.

3. Output

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.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です