Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/AsiaOstrich/universal-dev-standards --skill audit명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
[UDS] 以 Claude 原生 Agent tool 编排多任务执行计划(DAG-based,无外部引擎)。 Use when: executing a plan.json file with parallel/sequential task dependencies. Keywords: orchestrate, plan, execute, DAG, task plan, 编排, 执行计划, 并行.
[UDS] 从 Spec 文档、OpenSpec 变更或自由文本需求生成 plan.json。 Use when: converting specifications into executable task plans for /orchestrate. Keywords: plan, spec, task plan, 计划, 规格, 任务, plan.json, DAG.
[UDS] AI 辅助 git push 安全层:质量门禁 + 协作护栏。 Use when: pushing commits, force pushing, pushing to protected branches, pushing feature branches. Keywords: git push, force push, protected branch, quality gate, push receipt, PR automation, 推送, 保护分支, 质量门禁.
SKILL.md 표시 중
SOC 직업 분류 기준
| source | ../../../../skills/audit-assistant/SKILL.md |
| source_version | 1.0.0 |
| translation_version | 1.0.0 |
| last_synced | "2026-03-04T00:00:00.000Z" |
| status | current |
| description | [UDS] UDS 健康檢查與回饋系統,診斷安裝完整性與偵測開發模式 |
| name | audit |
| allowed-tools | Read, Grep, Glob, Bash(git log, uds audit) |
| scope | universal |
| argument-hint | [--health | --patterns | --friction | --report] |
| disable-model-invocation | true |
語言: English | 繁體中文
版本: 1.0.0 最後更新: 2026-03-04
診斷 UDS 安裝健康狀態、偵測值得規範化的開發模式、識別與現有標準的摩擦點,並向 UDS 儲存庫提交結構化回饋。
DIAGNOSE ──► ANALYZE ──► REPORT
診斷健康 分析模式 回報回饋
執行 UDS 安裝健康檢查。
| 檢查項目 | 說明 |
|---|---|
.standards/ 存在 | 驗證目錄與檔案 |
manifest.json 有效 | 解析驗證 manifest |
| 檔案完整性 | 比對雜湊與 manifest |
| AI 設定引用 | 驗證 AI 設定檔引用 .standards/ |
偵測模式與摩擦點。
| 分析方法 | 說明 |
|---|---|
| 目錄模式 | 掃描已知標準類別 |
| Commit 模式 | 分析近 100 筆 commit 的重複主題 |
| 已修改標準 | 比對檔案雜湊(差異比對式) |
| 未使用標準 | 檢查 AI 設定引用 |
| 孤立檔案 | 找出 .standards/ 中未追蹤的檔案 |
將發現以結構化 GitHub issue 提交。
| 方法 | 條件 |
|---|---|
gh issue create | gh CLI 已安裝 |
| 瀏覽器連結 | 退回至預填 URL |
| 剪貼簿複製 | 最終手段 |
# 完整審計(所有層級)
uds audit
# 僅健康檢查
uds audit --health
# 僅模式偵測
uds audit --patterns
# 僅摩擦偵測
uds audit --friction
# JSON 輸出
uds audit --format json
# 僅摘要(適用於腳本)
uds audit --quiet
# 互動式提交回饋
uds audit --report
# 預覽報告不提交
uds audit --report --dry-run
當被其他技能(如 /checkin、/commit、/code-review、)建議時, 可根據情境執行針對性的檢查:
/sdd/audit| 情境 | 建議指令 |
|---|---|
/checkin 失敗後診斷 | /audit --health |
/commit 後回報發現 | /audit --report |
/code-review 發現摩擦時 | /audit --friction |
/sdd 規格建立後檢查覆蓋率 | /audit --patterns |
| 發現 | 建議動作 |
|---|---|
| 健康 ERROR | 執行 uds init 或 uds check --restore |
| 偵測到模式 | 考慮透過 --report 請求新標準 |
| 已修改標準 | 檢視標準是否需要更多彈性 |
| 未使用標準 | 考慮以 uds uninstall 移除 |
| 版本 | 日期 | 變更 |
|---|---|---|
| 1.0.0 | 2026-03-04 | 初版 — 三層審計系統 |
CC BY 4.0 — 詳見 LICENSE。