← Back to list

tm-definition-of-done
by JonWhiteFang
⭐ 1🍴 0📅 Jan 12, 2026
SKILL.md
name: tm-definition-of-done description: Enforce Tavern Master definition of done (lint + tests + formatting + plan updates).
When to use
Use for any change that modifies code, UI, data, sync, or build configuration.
Operating rules
- Follow
AGENTS.md(ask clarifying questions when required; don’t guess). - Keep changes reviewable: small, focused commits; avoid sweeping refactors unless explicitly requested.
Definition of done checklist
After making changes (or before presenting a final patch):
- Run:
npm run lintnpm run testnpm run format:check
- If scope or sequencing changed, update
IMPLEMENTATION_PLAN.md(keep it a living checklist). - If UI changed, ensure:
- labels match the screen’s intent
- keyboard focus order is reasonable
- no obvious contrast regressions (per existing theme)
- Summarize:
- what changed
- commands run + results
- any follow-up items and where they’re tracked
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