← Back to list

judge
by zeyxx
κυνικός - Conscience Collective Décentralisée | "φ qui se méfie de φ" | Don't trust, verify
⭐ 0🍴 0📅 Jan 25, 2026
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:
| Axiom | Dimensions | Weight |
|---|---|---|
| PHI | Golden ratios, mathematical harmony | 38.2% |
| VERIFY | Source credibility, fact-checking | 23.6% |
| CULTURE | Pattern alignment, ecosystem fit | 23.6% |
| BURN | Simplicity, no bloat, efficiency | 14.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
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon