MadAppGang/claudish - Open Source PR Review Scorecard

Claude Code. Any Model. The most powerful AI coding agent now speaks every language.

C-Rank Grade: B (Solid) - 49/100

External PR Merge Rate: 44%

Response Time: 3h

First Timer Success: 20%

Frequently Asked Questions

Is MadAppGang/claudish welcoming to first-time open-source contributors?

MadAppGang/claudish has a recorded first-timer success rate of 20.0%. Repositories ranked B 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 MadAppGang/claudish respond to incoming external pull requests in approximately 3.4 hours on average. Keeping PRs focused on single tasks and ensuring tests pass helps maintainers review faster.

What does the 49.3 C-Rank™ score (B 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 49.3 places MadAppGang/claudish in the B tier.

What is the external contributor pull request merge rate for MadAppGang/claudish?

The external contributor pull request merge rate for MadAppGang/claudish is 43.7%, based on public PR activity from non-core contributors.

Are there Good First Issues available in MadAppGang/claudish?

MadAppGang/claudish does not currently have active "good first issue" tags indexed, but accepts external contributions through standard GitHub issue tracking.

MadAppGang
MadAppGang/claudishBSolid966
GitHub
Back to Explorer
MadAppGang

MadAppGang/claudish

966
BSolid(49/100)TypeScript

Claude Code. Any Model. The most powerful AI coding agent now speaks every language.

Compare
Jump to:
Response Velocity
3 hours
Standard maintainer review cycle

Average Response Latency

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

Merge Efficiency
43.7%
Moderate PR acceptance rate

External Acceptance Rate

Percentage of community pull requests successfully merged into main.

First-Timer Success
20.0%
Accepts new contributor PRs

First PR Conversion

Rate at which developers submitting their first repository PR succeed.

Active Maintainers
4 core
Small core review team
Diagnostic Health HUD
43.7%
Merge Gauge
20.0%
1st-Timer
Community Vibe51/100

Embed C-Rank Badge

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

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

Active Good First Issues (3)

View on GitHub

claudish --free [1] 84928 killed claudish --free MacOS via brew tap MadAppGang/tap && brew install claudish

📅 Opened Apr 15, 2026💬 8 comments
Quality: 15/100Contribute

Summary This feature introduces KeyPool, a transparent multi-key rotation and failover system for all API providers. Users can supply multiple API keys per provider via comma-separated environment variables, and Claudish will automatically distribute requests across keys with intelligent failover on errors. # Before: single key, single point of failure export GEMINI_API_KEY="key1" # After: multiple keys, automatic rotation on errors export GEMINI_API_KEY="key1,key2,key3" No CLI changes, no configuration flags — just add more keys to the same environment variable. Motivation API rate limits (HTTP 429) are a common friction point when using LLM providers heavily. When a key is rate-limited, the user must wait or manually switch keys. Similarly, expired or revoked keys cause hard failures with no recovery path. Multi-key rotation addresses this: Rate limit resilience: When one key hits 429, the next key is tried immediately Key lifecycle management: Expired or invalid keys are skipped

📅 Opened Feb 17, 2026💬 4 comments
Quality: 30/100Contribute

Summary Add support for AWS Bedrock as a provider using a BYOK (Bring Your Own Key) approach, with a model selection option. Motivation Many users already have access to foundation models through AWS Bedrock. Supporting Bedrock would allow them to use their existing AWS credentials instead of managing separate API keys for each model provider. This would be especially useful for: Users running infrastructure on AWS Enterprise environments with IAM-based authentication Accessing multiple models (Claude, Llama, Mistral, etc.) through a single provider Proposed Behavior User adds AWS credentials (BYOK) for Bedrock. Claudish detects available Bedrock models. User can select the model to use. Example usage: claudish --provider bedrock --model anthropic.claude-3-5-sonnet Or after configuration: claudish --model [email protected] Possible Features Support for AWS access key or IAM role Automatic listing of available Bedrock models Model selection during configuration Co

📅 Opened Feb 14, 2026💬 2 comments
Quality: 45/100Contribute
Looking for more TypeScript beginner tasks?Explore TypeScript 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 MadAppGang/claudish

When evaluating whether to contribute to MadAppGang/claudish, 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 MadAppGang/claudish acknowledge new external contributions in approximately 3 hours. Out of all submitted pull requests from non-core authors in the last 180-day window, 43.7% were successfully merged into the primary branch.

Frequently Asked Questions - Contributing to MadAppGang/claudish

01

Is MadAppGang/claudish welcoming to first-time open-source contributors?

MadAppGang/claudish has a recorded first-timer success rate of 20.0%. Repositories ranked Solid 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 ~3 hours. Keeping PRs scoped to single concerns and ensuring CI checks succeed will optimize review turnaround.

03

What does the 49.3 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 49.3 places MadAppGang/claudish in the Solid tier.

04

What is the external contributor pull request merge rate for MadAppGang/claudish?

The external pull request merge rate is 43.7%. 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 MadAppGang/claudish?

MadAppGang/claudish does not have open beginner labels indexed currently, but external PRs for bugs and documentation improvements are evaluated via normal issue triage.

GetMerged C-Rank™ Indexing Standard

All metrics displayed for MadAppGang/claudish 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.