← スキル一覧に戻る
name: dev-workflow
description: Development workflow for this repository. Run

dev-workflow
by whilp
⭐ 9🍴 3📅 2026年1月21日
SKILL.md
name: dev-workflow
description: Development workflow for this repository. Run make help to see available targets.
allowed-tools: [Bash, Read, Write, Edit]
Development workflow
This project uses a Makefile-based build system.
Getting started
Run make help to see all available targets and understand the build workflow.
make help
Pull request descriptions
CRITICAL: You MUST create and maintain a PR description file for every branch.
This file describes what's happening on the branch. Update it before every push.
- Create
.github/pr/<slug>.mdwith a descriptive slug (e.g.,add-auth-logging.md,fix-parser-edge-case.md) - Use this format:
# component: verb explanation
Brief description of what this change does and why.
## Changes
- `path/to/file.lua` - what it does
- `path/to/other.lua` - what it does
Guidelines:
- Choose a descriptive, kebab-case slug
- Title format:
component: verb explanation(sentence case) - Keep descriptions concise but include key decisions and tradeoffs
- Update the file before every push to reflect the current state of the branch
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です