ZacSweers/metro - Open Source PR Review Scorecard

A multiplatform, compile-time dependency injection framework for Kotlin

C-Rank Grade: S (Elite) - 74/100

External PR Merge Rate: 96%

Response Time: 1d

First Timer Success: 100%

Frequently Asked Questions

Is ZacSweers/metro welcoming to first-time open-source contributors?

ZacSweers/metro has a recorded first-timer success rate of 100.0%. Repositories ranked S typically provide actionable feedback during code reviews and actively nurture new community contributors.

How fast can I expect code review feedback on my pull request?

Maintainers in ZacSweers/metro respond to incoming external pull requests in approximately 25.5 hours on average. Keeping PRs focused on single tasks and ensuring tests pass helps maintainers review faster.

What does the 73.9 C-Rank™ score (S Tier) represent?

The C-Rank™ system evaluates GitHub projects on a 0–100 scale using real data: PR merge rates, review turnaround time, active maintainer presence, and first-time contributor success. A score of 73.9 places ZacSweers/metro in the S tier.

What is the external contributor pull request merge rate for ZacSweers/metro?

The external contributor pull request merge rate for ZacSweers/metro is 96.4%, based on public PR activity from non-core contributors.

Are there Good First Issues available in ZacSweers/metro?

ZacSweers/metro currently has 1 active issue(s) tagged with beginner-friendly labels like "good first issue", "beginner", or "up-for-grabs".

ZacSweers
ZacSweers/metroSElite1.4k
GitHub
Back to Explorer
ZacSweers

ZacSweers/metro

1,368
SElite(74/100)Kotlin

A multiplatform, compile-time dependency injection framework for Kotlin

Compare
Jump to:

AI Maintainer Review Guidelines

Review Persona

Welcoming Community Builder

Warmth Score
8.8/10
Patience Score
8.8/10
Nitpick Rate
25%

Highly welcoming maintainers in ZacSweers/metro. Prompt code reviews with positive guidance for new contributors.

Top PR Submission Do's

  • Ensure code complies with the project coding style
  • Keep PRs scoped to a single concern
  • Include context and link to the related issue

Top PR Friction Pitfalls (Don'ts)

  • Do not submit PRs without linking an issue
  • Do not break existing tests without fixing them
  • Do not mix unrelated refactors in a single PR
Response Velocity
1 days+
Standard maintainer review cycle

Average Response Latency

Tracks hours until a maintainer leaves a review, comment, or PR response.

Merge Efficiency
96.4%
High acceptance rate for external PRs

External Acceptance Rate

Percentage of community pull requests successfully merged into main.

First-Timer Success
100.0%
Strong first-timer PR acceptance rate

First PR Conversion

Rate at which developers submitting their first repository PR succeed.

Active Maintainers
22 core
Highly collaborative maintainer core
Diagnostic Health HUD
96.4%
Merge Gauge
100.0%
1st-Timer
Community Vibe79/100

Embed C-Rank Badge

Show contributors that your repository actively reviews and merges external pull requests.

GetMerged C-Rank badge for ZacSweers/metro
[![GetMerged C-Rank](https://getmerged.abhishekco.de/api/badge/ZacSweers/metro)](https://getmerged.abhishekco.de/ZacSweers/metro?utm_source=github&utm_medium=badge)

Active Good First Issues (1)

View on GitHub

From @bnorm in kotlinlang While there isn't an "official" way to share information, it is possible to access some FIR elements from IR using the metadata property: val IrClass.firClass: FirClass? get() = (metadata as? FirMetadataSource.Class)?.fir Combine that with the ability to add custom data to FIR declarations, you should be able to store information in FIR and access it from IR: class CustomData(...) object CustomDataAttribute : FirDeclarationDataKey() var FirClass.customData: CustomData? by FirDeclarationDataRegistry.data(CustomDataAttribute) val IrClass.customData: CustomData? get() = (metadata as? FirMetadataSource.Class)?.fir?.customData Dumped this into an LLM for some inspo in case anyone wants to take some cracks at this Plan: FIR Attribute Migration for Metro Compiler This document outlines a plan to use FIR attributes (FirDeclarationDataKey / FirDeclarationDataRegistry) to share precomputed analysis data between the FIR and IR phases of the Metro compiler. This will

📅 Opened Feb 3, 2026💬 3 comments
Quality: 70/100Contribute
Looking for more Kotlin beginner tasks?Explore Kotlin GFI

Contributor Community Vibe Feedback

Rate what actually matters after opening a pull request here.

Have you contributed to this repo?

Rate your first-hand PR experience (review speed, maintainer responsiveness, and onboarding ease) to help other contributors.

3 ratings required
Maintainer helpfulness
Review speed
Beginner friendliness

Contributor Compatibility & Review Speed Analysis for ZacSweers/metro

When evaluating whether to contribute to ZacSweers/metro, response velocity and maintainer engagement are crucial. GetMerged continuously tracks pull request trajectories, first-comment latency, and code review rounds to help developers avoid submitting pull requests to backlogged repositories.

Currently, maintainers of ZacSweers/metro acknowledge new external contributions in approximately 1 days+. Out of all submitted pull requests from non-core authors in the last 180-day window, 96.4% were successfully merged into the primary branch.

Frequently Asked Questions - Contributing to ZacSweers/metro

01

Is ZacSweers/metro welcoming to first-time open-source contributors?

ZacSweers/metro has a recorded first-timer success rate of 100.0%. Repositories ranked Elite typically provide actionable feedback during code reviews and actively nurture new community contributors.

02

How fast can I expect code review feedback on my pull request?

The initial maintainer response time averages ~1 days+. Keeping PRs scoped to single concerns and ensuring CI checks succeed will optimize review turnaround.

03

What does the 73.9 C-Rank™ score represent?

The C-Rank™ index scores repositories on a 0 to 100 scale using an objective formula: external PR merge rates, initial response speed, active maintainer count, and first-time contributor retention. A score of 73.9 places ZacSweers/metro in the Elite tier.

04

What is the external contributor pull request merge rate for ZacSweers/metro?

The external pull request merge rate is 96.4%. GetMerged isolates non-core community contributions so external developers get an accurate benchmark of PR acceptance probability.

05

Are there beginner Good First Issues open in ZacSweers/metro?

Yes, ZacSweers/metro currently has 1 active issue(s) tagged with beginner-friendly labels. You can inspect these directly from the repository issues tab.

GetMerged C-Rank™ Indexing Standard

All metrics displayed for ZacSweers/metro are automatically retrieved via the public GitHub API and recalculated daily. Insider pull requests submitted by repository owners or organization members are excluded from merge rate calculations to preserve objective external contributor statistics.