スキル一覧に戻る
zeyxx

judge

by zeyxx

κυνικός - Conscience Collective Décentralisée | "φ qui se méfie de φ" | Don't trust, verify

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

SKILL.md


name: judge description: Evaluate any item using CYNIC's 25-dimension judgment system. Use when asked to judge, evaluate, assess, rate, score, or analyze the quality of code, tokens, decisions, patterns, or any content. Returns Q-Score (0-100), verdict (HOWL/WAG/GROWL/BARK), and dimension breakdown. user-invocable: true

/judge - CYNIC Judgment

"φ distrusts φ" - Max confidence 61.8%

Quick Start

/judge <item to evaluate>

What It Does

Evaluates any item across 25 dimensions grouped into 4 axioms:

AxiomDimensionsWeight
PHIGolden ratios, mathematical harmony38.2%
VERIFYSource credibility, fact-checking23.6%
CULTUREPattern alignment, ecosystem fit23.6%
BURNSimplicity, no bloat, efficiency14.6%

Output

  • Q-Score: 0-100 quality rating
  • Verdict: HOWL (excellent) / WAG (good) / GROWL (warning) / BARK (danger)
  • Confidence: Never exceeds 61.8% (φ⁻¹)
  • Breakdown: Per-axiom and per-dimension scores

Examples

Judge Code

/judge this authentication function for security

Judge a Token

/judge $BONK token quality

Judge a Decision

/judge our choice to use PostgreSQL over MongoDB

Implementation

Use the brain_cynic_judge MCP tool:

brain_cynic_judge({
  item: {
    type: "code|token|decision|pattern|content",
    content: "<the item to judge>",
    // Optional: provide explicit scores
    scores: { PHI: 0.7, VERIFY: 0.8 }
  },
  context: {
    source: "<where it came from>",
    type: "<category>"
  }
})

Refinement

For important judgments, use brain_cynic_refine to self-critique:

brain_cynic_refine({
  judgmentId: "jdg_abc123",
  maxIterations: 3
})

See Also

  • dimensions.md - Full 25-dimension breakdown
  • /learn - Provide feedback on judgments
  • /trace - Trace judgment to blockchain

スコア

総合スコア

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

レビュー

💬

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