スキル一覧に戻る
DazedtilDawn

edge-eval

by DazedtilDawn

Mechanical enforcement system for Claude Code - YAML state tracking, hook-based enforcement, Three Gears autopilot

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

SKILL.md


name: edge-eval description: Run eval snapshots, checks, or reports for Operator's Edge.

Edge Eval

Run eval snapshots, invariant checks, and reports.

Usage

  • $edge-eval snapshot
  • $edge-eval check
  • $edge-eval run-bank
  • $edge-eval report

Instructions

  1. Load active_context.yaml and read evals config.
  2. If evals.enabled is false, explain and stop.
  3. For snapshot:
    • Capture state_before in .proof/evals/<date>/run-<n>/before.json
  4. For check:
    • Capture state_after, compute diff, run invariant checks
    • Log eval_run entry to .proof/session_log.jsonl
  5. For run-bank:
    • Iterate evals.task_bank (default trials = evals.trials.count)
    • Run snapshot+check for each trial
    • Summarize pass/fail
  6. For report:
    • Summarize last eval_run (pass/fail + failed invariants)

Warnings:

  • Deterministic checks only.
  • If snapshots are truncated, skip invariants and surface a warning.

スコア

総合スコア

50/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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