← スキル一覧に戻る

backlog
by Mental-NV
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: backlog description: Automates the process of updating task and epic statuses in roadmap.md
Backlog Skill
This skill automates the maintenance of /docs/roadmap.md by transitioning item statuses based on the work lifecycle.
Status Mapping
- InProgress: Set when work starts on a task or epic. Format:
**[InProgress]** - InReview: Set when a PR is opened. Format:
**[InReview]** - Done: Set when a PR is merged or the task is finished. Format:
**[Done]** - New: The default state for unstarted tasks. Format:
**[New]**
Rules
- Consistency: Ensure the brackets and bolding are preserved exactly:
**[Status]**. - Task-to-Epic Propagation:
- If any child task in an epic becomes
InProgress, the parent epic must also becomeInProgress. - If all child tasks in an epic become
Done, the parent epic must becomeDone.
- If any child task in an epic becomes
- Regex Search: Use precise matching to avoid changing similar text. Patterns usually follow the format:
[Task Link](path/to/task.md) **[Status]**. - Scope Constraint: This skill and its status propagation rules MUST ONLY be enforced if the current task is explicitly tracked in Roadmap.
Procedure
- Locate the entry for the task/epic in
/docs/roadmap.md. - Replace the current status string (e.g.,
**[New]**) with the target status. - If the item is a task, check its sibling tasks under the same Epic.
- Update the parent Epic status if the propagation rules are met.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です