valorvie/ai-dev-skills

custom-skills-upstream-ops

Unified upstream repo operations: audit commit drift, check UDS file-level drift, detect repo overlap with local project, and perform sync maintenance.

View source
Original skill document

Rendered from the source repository. Headings, examples, code, tables, links, and referenced images are preserved.

Upstream Ops | 上游操作統一入口

管理所有跟上游 repo 相關的操作。依 argument 路由到 modes/<name>.md

用法

bash
/custom-skills-upstream-ops                           # 預設 = audit
/custom-skills-upstream-ops audit [--source <name>] [--archive]
/custom-skills-upstream-ops uds-check [--verbose] [--report]
/custom-skills-upstream-ops overlap <repo-path-or-source-name>
/custom-skills-upstream-ops maintenance <sub>

Mode 選擇表

我想……用哪個 mode
看上游有哪些變動、該怎麼同步audit(預設)
知道 .standards/ 跟 UDS 有哪些檔案不一致uds-check
評估某個 repo 跟本專案有多少重疊功能overlap
同步完成後更新 last-sync.yaml、清理舊報告maintenance

Modes

  • audit — 讀 upstream/sources.yaml + last-sync.yaml,對每個上游跑 git log / git diff --stat,輸出同步決策清單。見 modes/audit.md
  • uds-check — UDS 的 .standards/ 與鏡像 skills/<id>/ 檔案級 SHA-256 比對。用 scripts/check_uds.py。見 modes/uds-check.md
  • overlap — 任一 repo vs 本專案的功能重疊偵測;輸出可複製到 overlaps.yaml 的 YAML 片段(不寫檔)。見 modes/overlap.md
  • maintenanceupdate-last-syncarchive-reportslist-orphans 三個子命令。見 modes/maintenance.md

References

  • references/install-methods.md — 各上游 install_method 的同步命令 one-liner
  • references/decision-patterns.md — audit 結果判讀規則(取代舊 upstream-compare 的 reading guide)

相關

  • ai-dev update --only repos — 拉取上游檔案
  • ai-dev clone — 分發 .standards/skills/
  • custom-skills-tool-overlap-analyzer — 分析本專案內部工具重疊(不同職責)
from this repository

More skills

All skills
valorvie
Community

custom-agent-router

為目標、範圍與授權已明確的非簡單 Agent 工作選擇互動模式、能力層級、風險、派工形狀、審查與有限備援。適用於需要在主 Agent 直接處理、單一工作代理與有限平行之間選擇,或需要依複雜度與風險決定能力層級及審查強度的工作;Codex 專案缺少已驗證的 Agent 設定時,也用本 Skill 引導使用者選擇建立、預覽或略過。簡單問答、唯讀確認與可直接驗證的小修改不要使用。

installs
1
GitHub stars
0
Updated
Sep 17
valorvie
Community

custom-skills-dev

Guide development of the ai-dev framework and its first-party skill collection. Use when modifying ai-dev CLI code, npx skill integration, copy/distribution logic, commands, agents, plugins, first-party skills, tests, or release documentation. Triggers: "develop custom-skills", "modify ai-dev", "add skill", "update distribution", "release version", "開發 custom-skills", "修改 ai-dev", "新增 skill", "發布版本".

installs
1
GitHub stars
0
Updated
Sep 17
valorvie
Community

custom-skills-doc-updater

Maintain documentation for the ai-dev framework and ai-dev-skills collection. Use when code or skill changes affect documented behavior, commands, agents, plugins, version releases, repository structure, README content, or changelogs. Triggers: "update docs", "sync documentation", "update README", "update changelog", "documentation audit", "doc sync", "更新文檔", "同步文件", "文檔檢查", "/doc-updater".

installs
1
GitHub stars
0
Updated
Sep 17
valorvie
Community

custom-skills-doc-writer

依讀者任務與可驗證主線撰寫、重構及整理技術文件,並依專案慣例處理文件類型、路徑、檔名、frontmatter、索引與生命週期。技術文件另保護中英混合內容中的事實、命令、路徑與識別字,英文說明文字採 ASD-STE100 大原則;使用者同時提供合法標準 PDF 與本機檢查器時可自動輔助檢查。只要使用者要新增或實質改寫計畫、調查、分析、研究、進度、指南、維運手冊、教學、參考資料、原理解釋、決策、事件、會議、變更日誌或規範,就應使用本技能;整理 docs 目錄與主題索引時也適用。單純翻譯、一小段文字潤飾、只改程式碼或只查一個事實時不要使用。

installs
1
GitHub stars
0
Updated
Sep 17