← スキル一覧に戻る

refactor-dictionaries
by JordanGunn
[DEPRECATED] Collection of agent skills (mostly) targeted at preventing typical issues that surface during agentic programming sessions.
⭐ 6🍴 1📅 2026年1月13日
SKILL.md
name: refactor-dictionaries license: MIT description: | Audit dictionary usage against the Dictionary Usage Doctrine. Produces a severity-grouped report with minimal refactor suggestions. metadata: author: Jordan Godau references: - 01_GOAL.md - 02_DEFINITIONS.md - 03_INVARIANTS.md - 04_SCOPE.md - 05_CHECKS.md - 06_OUTPUT.md keywords: - dictionary - dict - typing - public API - type safety - dataclass - TypedDict
Instructions
Read all references in references/ before using this skill.
Signals
- Reviewing public APIs for improper dict usage
- Detecting dynamic-vs-known structure violations
- Dictionaries crossing module boundaries or encoding state
- The user asks to "audit dictionaries" or "check dict usage"
References
Directory: references/
01_GOAL.md02_DEFINITIONS.md03_INVARIANTS.md04_SCOPE.md05_CHECKS.md06_OUTPUT.md
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です