ワンクリックで
fpf-skillmetric-evaluate-cslc
Evaluates a value against an FPF CSLC (Characteristic/Scale/Level/Coordinate) definition (A.18).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Evaluates a value against an FPF CSLC (Characteristic/Scale/Level/Coordinate) definition (A.18).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.
Calculates the SkillUsabilityScore (U.Metric) for Zero-Shot Enactment.
| name | fpf-skill:metric-evaluate-cslc |
| description | Evaluates a value against an FPF CSLC (Characteristic/Scale/Level/Coordinate) definition (A.18). |
| version | 0.1.0 |
| allowed_tools | [] |
This skill implements FPF Pattern A.18 (Metrics & Scales). To avoid "averaging nonsense", every metric must have a strictly defined Scale Type: Nominal, Ordinal, Interval, or Ratio.
Given a value and a scale_definition, validate the value and return its normalized Coordinate.
Handle the following types strictly:
{pass, fail}). No ordering.1-5). Order matters, but distance is undefined. You CANNOT average these (use median).Temperature C). You can average.Time in seconds). You can average and divide.If the value is valid for the scale, return:
{
"valid": true,
"coordinate": number | string,
"scale_type": string
}
If invalid (e.g., "7" on a 1-5 scale), return valid=false.