Documentation v1.0
Docs GitHub Integration Development Dashboard

Development Dashboard

The Development Dashboard gives you an at-a-glance view of your repository's commit and PR activity directly inside SprintVibe.

Requirements

  • Pro or Teams subscription
  • A linked GitHub repository

Accessing the dashboard

  1. Navigate to your project
  2. Click the Development tab

What's shown

Stats cards

Four key metrics for the selected time period: - Commits — Total commits pushed - PRs Opened — Pull requests created - PRs Merged — Pull requests merged - Reviews — Code reviews submitted

Recent Activity feed

A chronological feed of the last 20 events combining commits and PR actions. Each event shows the author, action, and timestamp.

Top Contributors

The 10 most active contributors by commit count for the selected period.

API and MCP access

Activity data is also available programmatically:

  • REST API: GET /api/v1/projects/:project_id/activity?days=30
  • MCP Tool: get_repo_activity with project_id and optional days

How data is collected

Commit data is captured from GitHub push webhooks. Every time someone pushes to any branch in your linked repository, the commits are stored automatically. PR data comes from pull request webhooks (opened, merged, closed) and review webhooks.

Last updated July 18, 2026