team-analysis

Analyzes Jira and Azure DevOps history into team velocity, estimation, and AI-adoption profiles.

4|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/yeaboi-ai/yeaboi.ai --skill team-analysis-yeaboi-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: team-analysis
Source: https://github.com/yeaboi-ai/yeaboi.ai/tree/main/claude-plugin/yeaboi/skills/team-analysis
Command: npx skills add https://github.com/yeaboi-ai/yeaboi.ai --skill team-analysis-yeaboi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams lack objective data on how they actually deliver: velocity, estimation accuracy, sprint completion, AI-tool adoption, and documentation clarity are usually guessed rather than measured. This Skill turns Jira/Azure DevOps history, GitHub/Azure Repos activity, and Confluence/Notion pages into a calibration profile that grounds planning and coaching in real delivery data. ## Core Features & Use Cases - Delivery Analysis: Computes velocity with standard deviation, story-point calibration, estimation accuracy, and sprint completion per tracker (Jira and Azure DevOps kept separate, with a comparison table when both run). - AI Adoption & Docs Scanning: Detects AI-tool markers in commits/PRs as a lower-bound adoption footprint, and scores Confluence/Notion pages for clarity plus stylometric AI-likelihood. - Coaching Insights & Calibration: Produces start/stop/keep/try coaching insights and saves a profile that automatically calibrates future plan generation; supports member subsets and component-scoped runs (delivery/code/docs). - Use Case: A scrum master asks how the team is really performing before sprint planning. The Skill pages the tracker, analyzes the last 8 closed sprints, and returns velocity, estimation accuracy, AI-usage footprint, and coaching insights. ## Quick Start Ask the assistant to analyze the team's Jira history over the last eight sprints and show velocity, estimation accuracy, and AI adoption.

Frequently Asked Questions about team-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze my team's velocity from Jira data?▼

Run the team analysis over your Jira history to compute velocity with standard deviation, estimation accuracy, and sprint completion across closed sprints. The default window is 8 closed sprints, adjustable via the sprint_count option.

Can I analyze Jira and Azure DevOps together in one run?▼

Yes, set the source option to 'both' to analyze Jira and Azure DevOps in a single run. Each tracker gets its own delivery profile since velocity scales are not comparable, and a comparison table is provided when both run.

How does AI adoption detection work in commit history?▼

It scans commit messages and PR descriptions on GitHub and Azure Repos for AI-tool markers like Co-Authored-By trailers from Claude, Copilot, or Cursor. This is a lower bound only, since inline IDE assistance leaves no trace in the repository.

Can I scope the analysis to specific team members?▼

Yes, pass a members object such as {"jira": ["Alice"]} to scope velocity, calibration, and contributor stats to those people. Sprint completion rate remains board-level, which is surfaced in the run warnings.

Why does the analysis say no LLM was reachable?▼

When llm_mode is 'fallback', no LLM was available and insights are deterministic skeletons rather than generated analysis. Run yeaboi --setup to configure your API key, then re-run the analysis.

Does the documentation scan detect AI-written pages?▼

It reports a stylometric AI-likelihood estimate, not a detection, since prose carries no reliable AI marker. It also provides a clarity score from 0 to 100 and counts explicit AI markers as a lower bound.