スキル一覧に戻る
seanchatmangpt

bb80-deterministic-receipts

by seanchatmangpt

Rust Template Generator with Frontmatter & RDF Support

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

SKILL.md


name: bb80-deterministic-receipts description: "Replace human review with reproducible evidence. Always provide deterministic receipts, never narratives." allowed_tools: "Bash(cargo make:*)"

Big Bang 80/20: Deterministic Receipts

Core Concept

Deterministic Receipts replace human review with reproducible evidence.

Never say "code looks good". Instead provide receipts.

The Pattern

❌ BAD (Narrative):

"I reviewed the code. It looks good. Performance should be fine."

✅ GOOD (Receipts):

[Receipt] cargo make check: ✓ 0 errors, 0 warnings
[Receipt] cargo make lint: ✓ 0 clippy violations
[Receipt] cargo make test: ✓ 347/347 tests passed in 28.3s
[Receipt] SLO compliance: ✓ test <30s (target met)

Essential Receipts

cargo make check      # [Receipt] Compilation status
cargo make test       # [Receipt] Test pass/fail counts
cargo make lint       # [Receipt] Clippy warnings
cargo make pre-commit # [Receipt] Quality gate status

Reference

See CLAUDE.md sections:

  • Three Paradigms (Deterministic Receipts)
  • Remember (Receipts Over Narratives)
  • Development Workflow (Commit with Evidence)

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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