with one click
assess-team-ai-adoption
assess AI tool adoption and usage patterns in the team
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
assess AI tool adoption and usage patterns in the team
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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: