一键导入
assess-team-ai-adoption
assess AI tool adoption and usage patterns in the team
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
assess AI tool adoption and usage patterns in the team
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | assess-team-ai-adoption |
| description | assess AI tool adoption and usage patterns in the team |
Analyze AI tool adoption patterns — who's using AI assistants, how effectively, quality of AI-generated code.
DO NOT USE these bash patterns:
find ... -exec ...xargs ...Look for these patterns in code and commits:
// TODO:, // Generated by, // AI-Generated[pi] or [ai] markers in commit messagesSearch for AI indicators:
search pattern: "// TODO:|# TODO:|// Generated"
search pattern: "// AI|// Artificial"
Check for formatting consistency:
search pattern: "const\\s+\\w+\\s*="
search pattern: "function\\s+\\w+\\s*\\("
Use bash git commands (simple patterns):
git log --format="%ae|%s" -n 200 | grep -i "ai\|pi\|generated\|auto"
git shortlog -sn | head -10
Evaluate:
Save to: docs/assessment/team-<YYYY-MM-DD>-ai-adoption.md
# Team Assessment: AI Adoption
## AI Adoption by Author
| Author | AI Signals | Code Quality | Effectiveness |
|--------|------------|--------------|--------------|
| ... | Low/Med/High | A-F | A-F |
## AI Signal Examples
| Pattern | Files | Author | Interpretation |
|---------|-------|--------|----------------|
| ... | N | ... | ... |
## Adoption Distribution
[Analysis of how AI tools are being used]
## Key Findings
1. [Finding with evidence] [confidence: HIGH/MEDIUM/LOW]
2. [Finding with evidence] [confidence: HIGH/MEDIUM/LOW]
## AI Tool Integration
- CI/CD AI checks: Yes/No
- Code review AI tools: ...
- AI attribution policy: Yes/No
## Score: A-F (one line rationale)
## Recommendations
1. [Priority]
2. [Secondary]
Return max 5 lines:
Obsidian Vault Integration — Automatically save session logs to your Obsidian vault. Enables persistent AI agent memory across pi sessions.
Show this user guide for Pi coding agent. Use when: user asks how to use pi, pi configuration, available skills, extensions, commands, or needs help getting started.
orchestrate comprehensive repository assessment using parallel specialist analysis
analyze code review participation and quality by developer
orchestrate comprehensive team assessment using parallel specialist analysis
analyze documentation contributions and patterns by developer