diff --git a/docs/capabilities/analytics.mdx b/docs/capabilities/analytics.mdx new file mode 100644 index 000000000..31c7355a9 --- /dev/null +++ b/docs/capabilities/analytics.mdx @@ -0,0 +1,75 @@ +--- +title: "Agent Analytics" +sidebarTitle: "Analytics" +icon: "chart-line" +--- + +Get comprehensive insights into your agent activity with detailed analytics on tool usage, costs, performance, and team productivity. Codegen provides fine-grained visibility into how agents are working across your organization. + +## Key Metrics + +Track the metrics that matter most for your development workflow: + +- **Pull Request Analytics** - Monitor code merged, review velocity, and contributor activity +- **Agent Tool Usage** - See which tools agents use most frequently and their success rates +- **Cost Analysis** - Track spending across different models, agents, and time periods +- **Performance Insights** - Analyze agent response times and task completion rates +- **Team Activity** - Understand how different team members interact with agents + +## Features + +### Pull Request Tracking + +- **Merge velocity** - Track how quickly PRs are created and merged +- **Author activity** - See contributor patterns and productivity trends +- **Status monitoring** - Monitor PR states and resolution times + +### Detailed Filtering + +- **Date range selection** - Analyze data over custom time periods +- **User-specific views** - Filter by individual team members +- **Status filtering** - Focus on specific PR states or outcomes +- **Interactive charts** - Explore data with dynamic visualizations + +### Real-time Insights + +- **Live dashboards** - Get up-to-date metrics on agent activity +- **Trend analysis** - Identify patterns in agent usage and effectiveness +- **Cost optimization** - Make informed decisions about model selection and usage + +## Access Analytics + +View your organization's analytics dashboard to get started: + + + Access detailed analytics on agent performance, costs, and team productivity. + + +## Use Cases + +**Performance Optimization** + +- Identify which agents and tools provide the best ROI +- Optimize model selection based on cost and performance data +- Track improvement in development velocity over time + +**Team Insights** + +- Understand how different team members leverage AI assistance +- Identify opportunities for increased agent adoption +- Monitor the impact of agents on overall productivity + +**Cost Management** + +- Track spending across different LLM providers and models +- Identify high-cost operations and optimize usage patterns +- Budget and forecast AI assistance costs + + + Use analytics to continuously optimize your agent workflows and demonstrate + the value of AI assistance to your organization. + diff --git a/docs/capabilities/checks-autofixer.mdx b/docs/capabilities/checks-autofixer.mdx new file mode 100644 index 000000000..3648e6be3 --- /dev/null +++ b/docs/capabilities/checks-autofixer.mdx @@ -0,0 +1,115 @@ +--- +title: "Check Suite Auto-fixer" +sidebarTitle: "Checks Auto-fixer" +icon: "bell" +--- + +When GitHub checks fail on a Codegen PR, Codegen agents will automatically "wake up", analyze the failure, and push fix commit. + +