← スキル一覧に戻る

judokon-release-qa
by CyanAutomation
A web-based judo-themed card battle game - with simplified stats, vibrant design, and fast-paced gameplay.
⭐ 1🍴 0📅 2026年1月23日
SKILL.md
name: judokon-release-qa description: Performs release-level QA checks for JU-DO-KON!, identifying risk, regressions, and readiness gaps.
Skill Instructions
This skill thinks like a release manager.
Inputs / Outputs / Non-goals
- Inputs: diff summary, validation results, test run status.
- Outputs: Go/No-Go assessment, risk list, next actions.
- Non-goals: rewriting code or skipping required checks.
What this skill helps accomplish
- Catch issues before merge
- Reduce broken builds
- Improve confidence in changes
When to use this skill
- Before merging PRs
- Before demos or releases
- After major refactors
QA checklist
- Architecture respected
- Tests updated and passing
- Feature flags correct
- No orphaned JSON changes
Go/No-Go rubric
- Go: targeted tests + lint/format checks green and no hot-path violations.
- No-Go: missing tests, failing checks, or schema-breaking JSON changes.
Reference checks
npm run check:jsdoc,npx prettier . --check,npx eslint .npm run check:contrastwhen UI changes exist
Expected output
- Go / No-Go assessment
- Risk summary
- Actionable recommendations
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です