u9401066/copilot-capability-manager · Archived

roadmap-updater

Auto-update ROADMAP.md status based on completed features. LOAD THIS SKILL WHEN: User says "更新 roadmap", "完成功能", "里程碑" | features completed | planning new milestones | before releases.

First seen Feb 6, 2026

Installation

$ npx skills add u9401066/copilot-capability-manager --skill roadmap-updater

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from u9401066/copilot-capability-manager · top by installs.

npx skills add u9401066/copilot-capability-manager

Browse all from u9401066/copilot-capability-manager

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch master
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,075 B
  • docs SUMMARY.md 342 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

ROADMAP 更新技能

描述

根據完成的功能自動更新 ROADMAP.md。

觸發條件

  • 「更新 roadmap」
  • 被 git-precommit 編排器調用
  • 完成規劃中的功能後

功能

1. 狀態標記

📋 計劃中 → 🚧 進行中 → ✅ 已完成

2. 自動偵測

分析 commit 內容,匹配 ROADMAP 中的項目

3. 建議新增

如果完成了 ROADMAP 未列出的功能,建議添加

輸出格式

🗺️ ROADMAP 更新

匹配到的項目:
  ✅ 用戶認證 → 標記為已完成
  🚧 API 文檔 → 保持進行中

建議新增:
  - 新增「密碼重設」到已完成

預覽:
## 已完成 ✅
+ - [x] 用戶認證 (2025-12-15)