locales/zh-CN/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 --- # AI 协作标准 > **语言**: [English](../../../../skills/ai-collaboration-standards/SKILL.md) | 简体中文 **版本**: 1.1.0 **最後更新**: 2026-01-25 **適用範圍**: Claude Code Skills --- ## 目的 此技能确保 AI 助理提供准确、基於证据的响应,避免产生幻覺。 ## 快速參考 ### 确定性标签 | 标签 | 使用时机 | |-----|----------| | `[Confirmed]` | 來自程序码/文件的直接证据 | | `[Inferred]` | 基於证据的邏辑推論 | | `[Assumption]` |
npx skillsauth add asiaostrich/universal-dev-standards locales/zh-CN/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 助理提供准确、基於证据的响应,避免产生幻覺。
| 标签 | 使用时机 |
|-----|----------|
| [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
After /ai-collaboration completes, the AI assistant should suggest:
AI 協作行為規範已掌握。建議下一步 / AI collaboration behavior standards understood. Suggested next steps:
- 執行
/ai-instructions建立或更新 CLAUDE.md 等 AI 指令檔案 ⭐ Recommended / 推薦 — 將協作標準寫入專案配置 / Write collaboration standards into project configuration- 執行
/ai-friendly-architecture設計 AI 友善架構 — 從長期架構層面優化 AI 協作 / Optimize AI collaboration at the architecture level- 執行
/review運用確定性標籤進行程式碼審查 — 實踐基於證據的分析 / Practice evidence-based analysis
| Version | Date | Changes | |---------|------|---------| | 1.1.0 | 2026-01-25 | Added: Unified Tag System with Certainty and Derivation tag categories | | 1.0.0 | 2025-12-24 | Added: Standard sections (Purpose, Related Standards, Version History, License) |
This skill is released under CC BY 4.0.
Source: 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, 推送, 保护分支, 质量门禁.