Pull Request Explorer

Exploring 173 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
chore: clean up type tests mrazauskas L No 67.3h 0.0h Jun 03, 2026

Summary

Test

Clean up type tests

Improves readability by removing redundant type assertions in the test suite.

Health Assessment

Medium
Low
Low
  • Fast review and minimal changes indicate low complexity and high confidence in the cleanup.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
feat(next): render API view JSON with Monaco editor denolfe XL No 3.5h 3.2h Jun 02, 2026

Summary

Feature

Render API view JSON with Monaco editor

Replaces the hand‑rolled JSON renderer with Monaco, giving admins a read‑only, syntax‑highlighted view that supports folding and search. This enhances clarity and consistency across the admin UI.

Health Assessment

X-Large
Low
Low
  • The PR was merged within 3.5 hours with only a few review comments, indicating a smooth process. The large line change reflects a significant refactor of the API view, but the quick turnaround suggests low risk.

AI Details

Tech Stack

Languages: Typescript, Css
Frameworks: Nextjs, React
feat(ui): add CSS variable theming system for fields, buttons, controls, and popups JarrodMFlesch XL No 25.8h 23.1h Jun 02, 2026

Summary

Feature

Add CSS variable theming system for UI components

Allows administrators to fully customize the admin panel appearance via CSS variables, improving brand consistency and user experience.

Health Assessment

Large
Medium
Medium
  • Multiple commits and fixes indicate iterative refinement; moderate review friction but resolved within a day.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
ci: pull test service images from GHCR instead of Docker Hub denolfe S No 0.3h 0.0h Jun 02, 2026

Summary

CI/CD

Move test service images to GHCR

Eliminates Docker Hub registry timeouts in CI by pulling test service images from GitHub Container Registry, improving reliability and reproducibility.

Health Assessment

Small
Low
Low
  • Fast cycle time (0.3h) with no review friction and a small scope of 12 lines indicates a quick, low‑risk CI improvement.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Docker
feat!: always generate a top-level interface for blocks AlessioGr L No 117.0h 19.8h Jun 02, 2026

Summary

Feature

Generate top-level interface for all blocks

Ensures all block types are exported as top‑level interfaces, enabling safer generic usage and improving developer experience.

Health Assessment

Medium
High
Medium
  • The PR introduced a breaking change to type generation, required multiple commits to resolve review feedback and merge conflicts, indicating moderate complexity and potential impact on downstream consumers.

AI Details

Confidence: 0.75

Tech Stack

chore(ui): remove unused styles from trash document controls PatrikKozak L No 3.7h 3.7h Jun 02, 2026

Summary

Refactor

Remove unused styles from trash document controls

Clean up dead CSS from UI components, improving maintainability without affecting visual behavior.

Health Assessment

Large
Low
Low
  • Quick review and merge within 4 hours, indicating straightforward maintenance change with minimal friction.

AI Details

Tech Stack

Languages: Typescript, Javascript
feat(ui): replace shimmer with DelayedSpinner in IframeLoader JarrodMFlesch M No 4.3h 1.2h Jun 02, 2026

Summary

Feature

Replace Shimmer with DelayedSpinner in IframeLoader

Simplifies IframeLoader component by replacing ShimmerEffect with DelayedSpinner, aligning with UI4 design system.

Health Assessment

Small
Low
Low
  • Fast cycle time and quick review suggest a well-structured and straightforward change.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript, Css
Frameworks: React
test: fix flaky UTC date test in scheduled publish JarrodMFlesch M No 2.0h 1.7h Jun 02, 2026

Summary

Test

Fix flaky UTC date test in scheduled publish

Ensures scheduled publish tests reliably handle UTC dates, preventing CI failures and improving developer confidence. This reduces flaky test failures and speeds up release cycles.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal rework indicate a smooth review process.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(plugin-seo): disable tabs while form initializes and wait for form ready in e2e tests JarrodMFlesch XS No 1.0h 1.0h Jun 02, 2026

Summary

Bug Fix

Disable tabs during form init and sync e2e tests

Ensures SEO plugin tests no longer flake by preventing tab interaction until form loads, improving test reliability and user experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved race condition in tests and component.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat(ui): add command palette to admin dashboard denolfe XL No 92.0h 69.0h Jun 02, 2026

Summary

Feature

Add command palette to admin dashboard

Adds a keyboard-triggered command palette to the Payload admin, enabling quick navigation and creation of documents via shortcuts.

Health Assessment

X-Large
High
High
  • The PR required multiple iterations and a long review cycle, indicating complex changes and potential integration challenges.

AI Details

Tech Stack

Languages: Typescript
perf(ui): skip rendering custom components hidden by admin.condition jacobsfletch L No 17.0h 17.0h Jun 02, 2026

Summary

Refactor

Skip rendering hidden custom UI components

Improves UI performance by avoiding rendering of fields hidden by admin conditions, reducing load time and resource usage.

Health Assessment

Large
Low
Low
  • Fast 17‑hour cycle with minimal review friction; performance optimization with moderate code changes.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
perf(ui): skip rendering custom components hidden by admin.condition jacobsfletch L No 114.7h 114.7h Jun 02, 2026

Summary

Chore

Skip rendering hidden custom UI components

Improves performance by preventing unnecessary rendering of hidden UI components, reducing load times and resource usage.

Health Assessment

Large
High
High
  • Long cycle time and no early review suggest potential bottlenecks; large scope and many commits indicate significant rework.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
ci: fix flaky redis image pulls denolfe S No 11.4h - Jun 02, 2026

Summary

CI/CD

Fix flaky redis image pulls in CI

Ensures reliable CI runs by retrying Redis pulls and pinning image version, reducing build failures.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved intermittent CI failures.

AI Details

Confidence: 0.10

Tech Stack

Languages: Yaml
Frameworks: Github-Actions, Docker-Compose
feat(ui): update API view to v4 design JessRynkar XL No 95.8h 78.7h Jun 02, 2026

Summary

Feature

Update API view to v4 design

Users can now view the API interface styled per the new v4 design, improving consistency and usability.

Health Assessment

X-Large
High
High
  • The PR had a long cycle time and required multiple commits after the initial review, indicating significant rework and potential complexity.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Nextjs
feat(ui): update doc controls to v4 JessRynkar XL No 102.0h 99.8h Jun 01, 2026

Summary

Feature

Update doc controls to v4 design

Enhances document editing interface with updated v4 controls, improving usability and consistency across the platform.

Health Assessment

X-Large
High
High
  • The PR underwent extensive iteration with multiple commits and a prolonged review period, indicating significant complexity and potential risk to the codebase.

AI Details

Tech Stack

Languages: Typescript
chore(ui): removes empty types file in ViewDescription element PatrikKozak XS No 0.9h 0.5h Jun 01, 2026

Summary

Chore

Remove empty types file in ViewDescription element

This PR cleans up the UI codebase by removing an unused types file, improving maintainability.

Health Assessment

Small
Low
Low
  • Cleaned up an empty types file with minimal effort, resulting in a fast review and merge.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
chore(ui): removes unused SortComplex element PatrikKozak M No 0.6h 0.4h Jun 01, 2026

Summary

Chore

Remove unused SortComplex UI component

Eliminates dead code from the UI, reducing bundle size and maintenance overhead.

Health Assessment

Small
Low
Low
  • Quick review and single commit indicate a straightforward cleanup with minimal risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
feat(ui): add SmallIcon support to hierarchy collections for compact contexts JarrodMFlesch M No 1.5h 1.5h Jun 01, 2026

Summary

Feature

Add SmallIcon support for compact hierarchy views

Provides a dedicated small icon for compact UI contexts, improving scalability while preserving backward compatibility.

Health Assessment

Medium
Low
Low
  • Fast cycle time and single review round indicate a straightforward, low-risk change with minimal rework.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: React, Nextjs
ci: fix TransientTransactionError flakes denolfe S No 0.6h - Jun 01, 2026

Summary

Bug Fix

Fix CI MongoDB transaction timeout

Adjusts MongoDB lock timeout in CI to prevent transient transaction errors, ensuring stable E2E tests.

Health Assessment

Small
Low
Low
  • Quick CI environment tweak resolved flaky tests with minimal code changes and a fast review cycle.

AI Details

Tech Stack

Languages: Shell
test: fix group-by suite flakes denolfe S No 2.0h 1.7h Jun 01, 2026

Summary

Bug Fix

Fix group-by E2E suite flakiness

Resolves deterministic CI failures in the group-by end‑to‑end tests, ensuring reliable test suite stability and faster feedback for developers.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved CI flakiness promptly.

AI Details

Tech Stack

Languages: Typescript
feat(ui): update account view to v4 design JessRynkar XL No 6.7h 6.7h Jun 01, 2026

Summary

Feature

Update account view to v4 design

This PR updates the account page to align with the new v4 UI design, improving user experience and consistency across the platform.

Health Assessment

Large
Low
Low
  • The PR was merged within 6.7 hours, indicating efficient review and minimal rework. The changes are confined to the frontend UI, with no backend or infrastructure impact.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
chore(ui): lexical css clean up JessRynkar M No 1.1h 1.1h Jun 01, 2026

Summary

Chore

Clean up Lexical CSS for UI

Improves UI consistency by fixing colors, indentation, and invalid color variables in Lexical components.

Health Assessment

Medium
Low
Low
  • Quick, single‑commit change with minimal review time and no blockers, indicating a low‑risk maintenance task.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
fix(ui): hide entire tabs field when admin.condition is false jacobsfletch M No 2.4h 2.3h Jun 01, 2026

Summary

Bug Fix

Hide tabs field when admin condition false

Fixes a UI bug where tab containers remained visible when the admin condition was false, ensuring the entire tabs field is hidden for a cleaner interface.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal changes indicate low complexity and quick resolution.

AI Details

Tech Stack

Languages: Typescript
fix(ui): hide entire tabs field when admin.condition is false jacobsfletch M No 67.5h 67.4h Jun 01, 2026

Summary

Bug Fix

Hide tabs field when condition false

Ensures tabs field is fully hidden when admin.condition evaluates to false, preventing hidden fields from being displayed and improving UI consistency.

Health Assessment

Medium
Low
Medium
  • PR took over a day to review but required only a single change, indicating a straightforward bug fix with moderate review time.

AI Details

Tech Stack

Languages: Typescript
feat(ui): update version diff view to v4 design JessRynkar XL No 237.7h 104.1h Jun 01, 2026

Summary

Feature

Update version diff view to v4 design

Modernizes the version diff interface, improving readability and mobile responsiveness for users.

Health Assessment

X-Large
Low
Medium
  • Long cycle time due to merge conflicts and mobile styling; single review round suggests changes were straightforward after initial feedback.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Nextjs
feat(plugin-mcp)!: mcp plugin refactor, add stdio mcp AlessioGr XL No 189.0h 0.7h May 30, 2026

Summary

Refactor

Refactor MCP plugin and add stdio support

Refactors the MCP plugin, simplifies its public API, and adds a stdio transport with near-zero setup.

Health Assessment

Large
Medium
Low
  • The PR has a large scope with significant changes to the MCP plugin.
  • The refactor simplifies the public API and reduces the bundle size by about 9x.

AI Details

Tech Stack

Languages: Javascript, Typescript
Frameworks: React
chore: 12x faster TypeScript type-checking across the monorepo AlessioGr L No 1.8h 1.8h May 29, 2026

Summary

Refactor

Improve TypeScript type-checking speed

Significantly reduces TypeScript compilation time, boosting developer productivity and CI performance.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal review friction indicate a smooth, low-risk refactor focused on performance.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
fix: follow redirects when fetching uploaded files for MIME type detection paulpopus XS No 195.1h 195.1h May 29, 2026

Summary

Bug Fix

Fix redirect handling for MIME type detection

Ensures uploaded files are correctly retrieved and processed, preventing MIME type detection errors that could disrupt file uploads and user experience.

Health Assessment

Small
Low
High
  • Long review and merge cycle indicates possible blocker or low priority, but the change is small and low risk.

AI Details

Tech Stack

Languages: Typescript
fix(ui): adds border none comment for live-preview window JarrodMFlesch XS No 0.5h 0.0h May 29, 2026

Summary

Chore

Add comment explaining border none in live-preview window

Improves code readability by explaining the purpose of the border none style.

Health Assessment

Small
Low
Low
  • This PR was quickly reviewed and merged, indicating a straightforward and low-risk change.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Css
fix(ui): add border between live preview window and document fields JarrodMFlesch XS No 0.9h 0.9h May 29, 2026

Summary

Bug Fix

Add border between live preview and document fields

Improves UI by visually separating live preview window from document fields panel, fixing edge cases with missing or doubled borders.

Health Assessment

Small
Low
Low
  • Quick review and merge indicate a straightforward fix with minimal risk.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Css
fix(ui): add white-space nowrap to popup buttons JarrodMFlesch XS No 1.7h 0.1h May 29, 2026

Summary

Bug Fix

Add white-space nowrap to popup buttons

Fixes popup button label wrapping, ensuring single-line layout for better UI consistency.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and fast review, indicating low complexity and high confidence.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

feat(ui): updates column selector to v4 design PatrikKozak XL No 44.9h 44.4h May 29, 2026

Summary

Feature

Update column selector to v4 design

Enhances user experience by enabling drag‑and‑drop column reordering and a cleaner UI, reducing time to customize views.

Health Assessment

X-Large
High
High
  • PR had extensive pre‑review changes and many commits, indicating significant rework before approval.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Nextjs
refactor(next)!: move templates and elements to @payloadcms/ui jacobsfletch XL No 37.1h 22.2h May 29, 2026

Summary

Refactor

Move Next CMS elements to UI package

Consolidates UI components into a single package, simplifying imports and improving maintainability.

Health Assessment

X-Large
High
Medium
  • The PR involved a large refactor moving many UI components into a shared package, requiring multiple commits and a moderate review cycle. The changes were substantial but did not introduce new features or bug fixes, indicating a maintenance refactor with moderate risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript, Javascript
Frameworks: React, Nextjs
refactor(richtext-lexical)!: restructure index.ts, rename outputSchema to jsonSchema AlessioGr XL No 2.1h 1.1h May 29, 2026

Summary

Refactor

Refactor RichText Lexical: Restructure index and rename schema

Improves maintainability of the RichText module, enabling future type‑safe enhancements without breaking changes.

Health Assessment

Medium
Low
Low
  • Quick review and merge with minimal changes indicates a smooth process.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
feat!: rename field typescriptSchema to jsonSchema AlessioGr XL No 2.5h 2.4h May 29, 2026

Summary

Refactor

Rename field typescriptSchema to jsonSchema

Renames the field property to better reflect its purpose and support upcoming plugin updates, improving clarity and future compatibility.

Health Assessment

X-Large
Medium
Low
  • The PR was merged quickly with minimal review, indicating confidence in the change, but the large number of documentation updates suggests a substantial effort was required.

AI Details

Tech Stack

ci: fail publish-prerelease when any package fails to publish denolfe XS No 0.1h 0.1h May 28, 2026

Summary

CI/CD

Fail prerelease publish on any package failure

Ensures internal release failures are surfaced and marked as failed in GitHub Actions, improving visibility and reliability.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, no rework, fast merge.

AI Details

Tech Stack

Languages: Typescript
fix(ui): remove sidebar collapse transition JarrodMFlesch M No 0.8h 0.6h May 28, 2026

Summary

Bug Fix

Remove sidebar collapse transition

Eliminates the animated transition for the admin sidebar, simplifying UI behavior and reducing CSS complexity.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, fast review and merge, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
feat(ui): add TableSection abstraction for list views JarrodMFlesch XL No 27.7h 27.3h May 28, 2026

Summary

Feature

Add TableSection abstraction for list views

Unifies table layout across list views, improving consistency, reducing maintenance effort, and enhancing user experience with a cleaner, theme‑aware pagination and grouping UI.

Health Assessment

X-Large
High
Medium
  • The PR spans 20 files with 858 lines of change, indicating a large refactor. Review and cycle times are moderate, but the breadth of changes suggests a higher risk of regressions and integration effort.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nextjs
feat!: admin server adapter jacobsfletch M No 36.7h 35.6h May 28, 2026

Summary

Feature

Add framework-agnostic server adapter

Enables plugins and server components to use abstracted server APIs, decoupling from Next.js and supporting other frameworks.

Health Assessment

Medium
Medium
High
  • The PR required over a day for the first review, indicating moderate review friction, but the final merge was quick. The change spans 20 files with 115 lines added, reflecting medium scope and a moderate risk level.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nextjs
feat!: admin router adapter jacobsfletch XL No 20.0h 19.7h May 28, 2026

Summary

Feature

Add router adapter for admin panel

Enables swapping the admin panel’s routing layer, removing the hard dependency on Next.js and allowing use of alternative React frameworks, improving flexibility and reducing coupling.

Health Assessment

Medium
Low
Low
  • Fast cycle time of 20 hours and a single review round indicate a smooth, low‑risk change with minimal rework.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: React, Nextjs
fix(next): restore modular dashboard widget drawer spacing GermanJablo M No 188.8h 19.2h May 27, 2026

Summary

Bug Fix

Fix modular dashboard widget drawer spacing

Restores default spacing in the modular dashboard widget drawer, improving user experience.

Health Assessment

Small
Low
Medium
  • The PR had a moderate cycle time and review time, with some back-and-forth discussion about the changes.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Css
Frameworks: Nextjs, React
fix(next): restore modular dashboard widget layout GermanJablo S No 187.4h 187.4h May 27, 2026

Summary

Bug Fix

Restore modular dashboard widget layout

Fixes UI regression in modular dashboard, restoring widget spacing and card layout.

Health Assessment

Small
Low
High
  • Long review time indicates bottleneck; small change but delayed review.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
fix(ui): ui4 paper cuts and improvements JarrodMFlesch XL No 6.6h 0.1h May 26, 2026

Summary

Bug Fix

Fix UI4 paper cuts and improvements

Improves user interface consistency and usability by fixing active states, styling, and filter components, enhancing the overall user experience.

Health Assessment

X-Large
High
High
  • The PR underwent rapid iteration with multiple commits in a short period, indicating a complex UI refactor that required frequent adjustments.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
refactor(ui)!: default drawer depth context to 0 jacobsfletch M No 109.5h 109.0h May 26, 2026

Summary

Refactor

Refactor drawer depth context to zero

Aligns drawer depth semantics with edit depth, eliminating off‑by‑one errors and improving UI consistency for developers.

Health Assessment

Medium
Medium
High
  • Long review cycle and significant changes indicate a complex refactor; breaking changes require manual audit and careful integration testing.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat(ui): updates versions view to v4 design JessRynkar L No 144.8h 29.4h May 26, 2026

Summary

Feature

Updates versions view to v4 design

Enhances the versions UI to align with the new v4 design, improving visual consistency and user experience.

Health Assessment

Small
Low
High
  • The PR was a small UI update with a moderate review cycle and minimal risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
docs: add missing migrations for FileSize, SHA1 algorithm, localization and storage adapter paulpopus M No 0.4h 0.3h May 26, 2026

Summary

Docs

Add missing migration guides for FileSize, SHA1, localization, storage

Documentation now includes comprehensive migration steps for file size changes, SHA1 removal, localization updates, and storage adapter modifications, ensuring developers have clear guidance.

Health Assessment

Small
Low
Low
  • Rapid review and merge, minimal scope, low risk.

AI Details

Confidence: 0.95

Tech Stack

ci: restore post-release workflow on 3.x denolfe XL No 0.4h - May 26, 2026

Summary

CI/CD

Restore post-release workflow for v3.x releases

Reinstates release notifications for v3.x releases, ensuring PR/issue comments, website dispatch, and Discord announcements are triggered.

Health Assessment

X-Large
Medium
Low
  • Fast merge with minimal review; large addition of action files; potential maintenance overhead for future sync with main.

AI Details

Confidence: 0.10

Tech Stack

Languages: Javascript, Typescript
Frameworks: Github-Actions
docs: add breaking changes docs to migration doc AlessioGr M No 0.9h 0.9h May 22, 2026

Summary

Docs

Add breaking changes documentation to migration guide

Provides users with updated migration guidance, ensuring smooth upgrades.

Health Assessment

Small
Low
Low
  • Quickly merged documentation update with minimal review and no rework.

AI Details

Confidence: 0.75

Tech Stack

feat(ui): update tables to match v4 design PatrikKozak XL No 28.6h 28.6h May 22, 2026

Summary

Feature

Update tables to match v4 design

Aligns admin UI tables with new v4 design, improving consistency and usability.

Health Assessment

X-Large
Medium
High
  • The PR took almost a day to review, but the single review round and no subsequent commits suggest the changes were well scoped.
  • The large number of lines and files indicates a substantial UI overhaul, warranting careful testing.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript, Css
Frameworks: React
feat(ui): updates live preview toolbar JarrodMFlesch XL No 25.6h 4.9h May 22, 2026

Summary

Feature

Updates Live Preview Toolbar

Adds updated toolbar controls and window expand/collapse for live preview, improving admin UI experience.

Health Assessment

X-Large
Medium
Medium
  • The PR involved a large number of changes across many UI components, requiring multiple commits and review iterations, but was completed within a day, indicating efficient collaboration.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
Page 1 of 4 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos