.gemini/skills/ai-collaboration-standards/SKILL.md
--- source: ../../../../skills/ai-collaboration-standards/SKILL.md source_version: 1.1.0 translation_version: 1.1.0 last_synced: 2026-01-25 status: current scope: universal --- # AI 協作標準 > **語言**: [English](../../../../skills/ai-collaboration-standards/SKILL.md) | 繁體中文 **版本**: 1.1.0 **最後更新**: 2026-01-25 **適用範圍**: Claude Code Skills --- ## AI 技能層級 此技能是三層 AI 協作系統的一部分: | 層級 | 技能 | 回答的問題 | |------|------|-----------| | **行為層**(即時) | `/ai-collaboration`(此技能) | 「AI 如何準確回應?」 | | **配置層**(會話) | `/
npx skillsauth add asiaostrich/universal-dev-standards .gemini/skills/ai-collaboration-standardsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
語言: English | 繁體中文
版本: 1.1.0 最後更新: 2026-01-25 適用範圍: Claude Code Skills
此技能是三層 AI 協作系統的一部分:
| 層級 | 技能 | 回答的問題 |
|------|------|-----------|
| 行為層(即時) | /ai-collaboration(此技能) | 「AI 如何準確回應?」 |
| 配置層(會話) | /ai-instruction-standards | 「CLAUDE.md 該寫什麼?」 |
| 架構層(長期) | /ai-friendly-architecture | 「如何讓專案對 AI 友善?」 |
此技能確保 AI 助理提供準確、基於證據的回應,避免產生幻覺。
| 標籤 | 使用時機 |
|-----|----------|
| [Confirmed] | 來自程式碼/文件的直接證據 |
| [Inferred] | 基於證據的邏輯推論 |
| [Assumption] | 基於常見模式(需要驗證) |
| [Unknown] | 資訊不可用 |
| [Need Confirmation] | 需要使用者澄清 |
| 來源類型 | 標籤 | 可靠性 |
|-------------|-----|-------------|
| 專案程式碼 | [Source: Code] | ⭐⭐⭐⭐⭐ 最高 |
| 專案文件 | [Source: Docs] | ⭐⭐⭐⭐ 高 |
| 外部文件 | [Source: External] | ⭐⭐⭐⭐ 高 |
| 網路搜尋 | [Source: Search] | ⭐⭐⭐ 中等 |
| AI 知識 | [Source: Knowledge] | ⭐⭐ 低 |
| 使用者提供 | [Source: User] | ⭐⭐⭐ 中等 |
完整標準請參閱:
[Confirmed] src/auth/service.ts:45 - JWT 驗證使用 'jsonwebtoken' 函式庫
[Inferred] 基於 src/repositories/ 中的儲存庫模式,可能使用依賴注入
[Need Confirmation] 新功能是否應支援多租戶?
系統使用 Redis 進行快取(程式碼未審查)
UserService 應該有 authenticate() 方法(API 未驗證)
有三個選項:
1. Redis 快取
2. 記憶體快取
3. 檔案快取
**建議:選項 1 (Redis)**:鑑於專案已有 Redis 基礎設施
且需要跨實例快取共享,Redis 是最合適的選擇。
有三個選項:
1. Redis 快取
2. 記憶體快取
3. 檔案快取
請選擇一個。
在做出任何陳述之前:
[Source: Code]、[Source: External] 等?[Confirmed]、[Inferred] 等?此技能支援專案特定的確定性標籤語言設定。
CONTRIBUTING.md 中的「Certainty Tag Language」章節如果未找到設定且情境不明確:
CONTRIBUTING.md 中記錄:## Certainty Tag Language
This project uses **[English / 中文]** certainty tags.
<!-- Options: English | 中文 -->
在專案的 CONTRIBUTING.md 中:
## Certainty Tag Language
This project uses **English** certainty tags.
### Tag Reference
- [Confirmed] - Direct evidence from code/docs
- [Inferred] - Logical deduction from evidence
- [Assumption] - Based on common patterns
- [Unknown] - Information not available
- [Need Confirmation] - Requires user clarification
| 版本 | 日期 | 變更 | |---------|------|---------| | 1.0.0 | 2025-12-24 | 新增:標準章節(目的、相關標準、版本歷史、授權) |
此技能依據 CC BY 4.0 釋出。
來源: universal-dev-standards
development
[UDS] 扫描代码库的调试残留与代码质量问题;可自动修正安全模式。 Use when: before committing, during PR review, or periodic codebase cleanup. Keywords: sweep, debug cleanup, console.log, debugger, TODO, ts-any, code quality, 扫描, 清理.
tools
[UDS] 从规格衍生 BDD 场景、TDD 骨架或 ATDD 表格
development
[UDS] 识别重复流程并以正确的开发深度构建 Skill
tools
[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, 推送, 保护分支, 质量门禁.