원클릭으로
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 직업 분류 기준
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
| 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: