بنقرة واحدة
assess-team-code-review
analyze code review participation and quality by developer
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
analyze code review participation and quality by developer
التثبيت باستخدام 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
assess AI tool adoption and usage patterns in the team
orchestrate comprehensive team assessment using parallel specialist analysis
analyze documentation contributions and patterns by developer
| name | assess-team-code-review |
| description | analyze code review participation and quality by developer |
Analyze code review patterns — who reviews, who doesn't, review quality, turnaround time.
IMPORTANT: Local git CANNOT verify PR reviews.
| Data | Local Git | Requires API |
|---|---|---|
| Who merged | YES | — |
| Who reviewed | NO | gh pr list, az repos pr list |
| Approval status | NO | GitHub/GitLab API |
| Review comments | NO | API |
When data not available:
[confidence: MEDIUM - requires API to verify]Use bash git commands (simple patterns only):
git log --merges --format="%ae|%ae" -n 100 # merged PRs
git log --format="%ae" | sort | uniq -c | sort -rn # author commit counts
Always include a "Data Availability" section noting what requires API access.
Score authors on what can be verified:
Save to: docs/assessment/team-<YYYY-MM-DD>-code-review.md
# Team Assessment: Code Review
## Data Availability
- PR review data: **NOT available from local git** [confidence: LOW - requires API]
- Review approval data: **NOT available from local git** [confidence: LOW - requires API]
- To get full data: run `gh pr list --state merged --limit 100` or `az repos pr list`
## Review Participation (local git only)
| Author | Merges | Co-authored | Participation Rate | Score |
|--------|--------|-------------|---------------------|-------|
| ... | N | N | X% | A-F |
## Review Distribution
[Analysis of review load distribution from available data]
## Key Findings
1. [Finding with evidence] [confidence: HIGH/MEDIUM/LOW]
2. [Finding with evidence] [confidence: HIGH/MEDIUM/LOW]
## Score: A-F (one line rationale)
## Recommendations
1. Run `gh pr list --state merged --limit 100` for full review data
2. [Priority]
Return max 5 lines: