← スキル一覧に戻る

start-issue
by liberioai
Validation, signing, and verification tools for .ds.md workflow files
⭐ 0🍴 1📅 2026年1月8日
SKILL.md
name: start-issue description: Set up a GitHub issue for development with branch, worktree, and planning doc. Use when user says "start issue", "work on issue #X", "set up issue", or "begin issue".
Start Issue Workflow
When the user wants to start working on a GitHub issue:
Prerequisites
Ensure dossier-tools is installed:
pip install dossier-tools
If not installed, help the user install it first.
Steps
- Extract the issue number from their request
- Run the setup workflow:
dossier run imboard-ai/development/git/setup-issue-workflow - When prompted for issue number, provide the extracted number
- Confirm successful setup with the user
What This Creates
- A properly named branch (
feature/123-titleorbug/123-title) - A git worktree for isolated development
- A
PLANNING.mdfile to track implementation
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です