You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This analysis uses NLP-based clustering to identify common patterns in copilot agent task prompts. We analyzed 986 pull requests and identified 3 distinct task clusters.
Spread scheduled agentic workflows across 24 hours and add 6-hour schedules to smoke tests
Add smoke-outpost workflow for investigating failed smoke test runs
Success Rate by Cluster
Cluster
Theme
Tasks
Success Rate
Avg Files
Top Actions
1
Feature Implementation
496
77.2%
16.8
update, add
2
Documentation Updates
282
79.4%
12.0
update, add
3
Feature Implementation
208
74.0%
10.1
create, add
Key Findings
Feature Implementation dominates: This cluster represents 50.3% of all tasks, indicating it's the most common type of work requested from copilot agents.
Documentation Updates has highest success: With a 79.4% merge rate, tasks in this category are most reliably completed successfully.
Feature Implementation tasks are most complex: Averaging 16.8 files changed, these tasks require the most extensive code modifications.
Workflow-related tasks: Cluster 3 shows a distinct focus on agentic workflow management, with high code additions (1418 lines average) suggesting these are substantial new features.
Recommendations
Based on the clustering analysis:
Optimize for Documentation Updates: These tasks show highest success rates. Consider creating specialized templates or guidelines for similar tasks.
Improve Feature Implementation: With only 74.0% success rate in Cluster 3, this task type needs better prompt engineering or agent capabilities.
Task Complexity Awareness: Tasks requiring more file changes have varying success rates. Consider breaking down complex tasks into smaller, focused subtasks.
Workflow Task Specialization: Given the prevalence of workflow-related tasks in Cluster 3, consider developing specialized agents or prompt templates for agentic workflow operations.
Methodology
Data Collection: Extracted task prompts from 986 copilot-created PRs in the last 30 days
Text Processing:
Cleaned and normalized prompt text
Removed code blocks, URLs, and special characters
Applied TF-IDF vectorization with 100 features
Clustering:
Used K-means clustering with optimal k=3 (determined via elbow method)
Analyzed keyword patterns, action verbs, and success metrics
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
🔬 Copilot Agent Prompt Clustering Analysis
Analysis Date: 2025-12-30
Total PRs Analyzed: 986
Clusters Identified: 3
Overall Success Rate: 77.2%
Summary
This analysis uses NLP-based clustering to identify common patterns in copilot agent task prompts. We analyzed 986 pull requests and identified 3 distinct task clusters.
Most Common Task Types:
Highest Success Rate: Documentation Updates (79.4%)
Most Common Task Type: Feature Implementation (496 tasks, 50.3%)
Full Analysis Report
Cluster Analysis
Cluster 1: Feature Implementation
Size: 496 tasks (50.3% of total)
Success Rate: 77.2% (383/496 merged)
Top Actions: update, add, create
Keywords: update, add, version, cli, make, md
Characteristics:
Example PRs:
Sample Tasks:
Cluster 2: Documentation Updates
Size: 282 tasks (28.6% of total)
Success Rate: 79.4% (224/282 merged)
Top Actions: update, add, create
Keywords: pkg, issue, files, githubnext, code, functions
Characteristics:
Example PRs:
Sample Tasks:
Cluster 3: Feature Implementation
Size: 208 tasks (21.1% of total)
Success Rate: 74.0% (154/208 merged)
Top Actions: create, add, update
Keywords: workflow, agentic, workflows, github, add, file
Characteristics:
Example PRs:
Sample Tasks:
Success Rate by Cluster
Key Findings
Feature Implementation dominates: This cluster represents 50.3% of all tasks, indicating it's the most common type of work requested from copilot agents.
Documentation Updates has highest success: With a 79.4% merge rate, tasks in this category are most reliably completed successfully.
Feature Implementation tasks are most complex: Averaging 16.8 files changed, these tasks require the most extensive code modifications.
Workflow-related tasks: Cluster 3 shows a distinct focus on agentic workflow management, with high code additions (1418 lines average) suggesting these are substantial new features.
Recommendations
Based on the clustering analysis:
Optimize for Documentation Updates: These tasks show highest success rates. Consider creating specialized templates or guidelines for similar tasks.
Improve Feature Implementation: With only 74.0% success rate in Cluster 3, this task type needs better prompt engineering or agent capabilities.
Task Complexity Awareness: Tasks requiring more file changes have varying success rates. Consider breaking down complex tasks into smaller, focused subtasks.
Workflow Task Specialization: Given the prevalence of workflow-related tasks in Cluster 3, consider developing specialized agents or prompt templates for agentic workflow operations.
Methodology
Data Collection: Extracted task prompts from 986 copilot-created PRs in the last 30 days
Text Processing:
Clustering:
Analysis Metrics:
All reactions