test-zeus-ai/testzeus-hercules - Open Source PR Review Scorecard

Hercules is the world’s first open-source testing agent, enabling UI, API, Security, Accessibility, and Visual validations – all without code or maintenance. Automate testing effortlessly and let Hercules handle the heavy lifting! ⚔

C-Rank Grade: A (Welcoming) - 55/100

External PR Merge Rate: 82%

Response Time: 18d

First Timer Success: 100%

Frequently Asked Questions

Is test-zeus-ai/testzeus-hercules welcoming to first-time open-source contributors?

test-zeus-ai/testzeus-hercules has a recorded first-timer success rate of 100.0%. Repositories ranked A 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 test-zeus-ai/testzeus-hercules respond to incoming external pull requests in approximately 435.9 hours on average. Keeping PRs focused on single tasks and ensuring tests pass helps maintainers review faster.

What does the 55.3 C-Rankā„¢ score (A 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 55.3 places test-zeus-ai/testzeus-hercules in the A tier.

What is the external contributor pull request merge rate for test-zeus-ai/testzeus-hercules?

The external contributor pull request merge rate for test-zeus-ai/testzeus-hercules is 81.8%, based on public PR activity from non-core contributors.

Are there Good First Issues available in test-zeus-ai/testzeus-hercules?

test-zeus-ai/testzeus-hercules currently has 2 active issue(s) tagged with beginner-friendly labels like "good first issue", "beginner", or "up-for-grabs".

test-zeus-ai
test-zeus-ai/testzeus-herculesA•Welcoming1.1k
GitHub
Back to Explorer
test-zeus-ai

test-zeus-ai/testzeus-hercules

1,098
A•Welcoming(55/100)Python

Hercules is the world’s first open-source testing agent, enabling UI, API, Security, Accessibility, and Visual validations – all without code or maintenance. Automate testing effortlessly and let Hercules handle the heavy lifting! ⚔

Compare•
Jump to:

AI Maintainer Review Guidelines

Review Persona

Empathetic Technical Mentor

Warmth Score
7.6/10
Patience Score
8.2/10
Nitpick Rate
25%

Collaborative maintainer environment in test-zeus-ai/testzeus-hercules. Reviews community pull requests with focus on project quality.

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
18 days+
Standard maintainer review cycle

Average Response Latency

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

Merge Efficiency
81.8%
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
2 core
Small core review team
Diagnostic Health HUD
81.8%
Merge Gauge
100.0%
1st-Timer
Community Vibe63/100

Embed C-Rank Badge

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

GetMerged C-Rank badge for test-zeus-ai/testzeus-hercules
[![GetMerged C-Rank](https://getmerged.abhishekco.de/api/badge/test-zeus-ai/testzeus-hercules)](https://getmerged.abhishekco.de/test-zeus-ai/testzeus-hercules?utm_source=github&utm_medium=badge)

Active Good First Issues (2)

View on GitHub

Describe the bug execute_select_query_sql_async parameterizes the query argument correctly, but the optional schema_name argument is not. It gets inserted straight into SQL with an f-string and executed unparameterized. File: testzeus_hercules/core/tools/sql_calls.py, lines 122-126 if schema_name: if engine.dialect.name == "postgresql": await connection.execute(text(f"SET search_path TO {schema_name}")) elif engine.dialect.name in ["mysql", "mariadb"]: await connection.execute(text(f"USE {schema_name}")) The docstring says parameterized queries prevent SQL injection, but that only covers the query argument, not schema_name. To Reproduce Call execute_select_cte_query_sql with a normal query and params, but pass a schema_name containing SQL syntax instead of a plain identifier. The injected content runs as part of the SET/USE statement instead of being treated as data. Expected behavior schema_name should be validated as a plain identifier or safely quoted befo

šŸ“… Opened Aug 12, 2026šŸ’¬ 0 comments
Quality: 50/100Contribute

Describe the bug In some real browser-driven runs, the browser/helper side appears to finish with a meaningful terminal result, but Hercules still fails the testcase because the final result is not parsed into a stable structured output. We observed this with final helper outputs such as: plain text summaries PASS / FAIL style summaries messages containing ##TERMINATE TASK## empty strings None returned from nested chat / helper handoff When this happens, the final testcase may collapse into a vague failure such as ā€œno browser execution resultā€, even though the browser flow itself already reached a meaningful business conclusion. To Reproduce Steps to reproduce the behavior: Run a browser-driven Hercules testcase that uses nested helper / planner interaction. Let the browser helper finish with a plain-text terminal summary instead of strict JSON, or let the nested handoff produce None / empty output. Observe that the browser-side flow may have already completed a meaningful state

šŸ“… Opened Jun 1, 2026šŸ’¬ 0 comments
Quality: 40/100Contribute
Looking for more Python beginner tasks?Explore Python 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 test-zeus-ai/testzeus-hercules

When evaluating whether to contribute to test-zeus-ai/testzeus-hercules, 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 test-zeus-ai/testzeus-hercules acknowledge new external contributions in approximately 18 days+. Out of all submitted pull requests from non-core authors in the last 180-day window, 81.8% were successfully merged into the primary branch.

Frequently Asked Questions - Contributing to test-zeus-ai/testzeus-hercules

01

Is test-zeus-ai/testzeus-hercules welcoming to first-time open-source contributors?

test-zeus-ai/testzeus-hercules has a recorded first-timer success rate of 100.0%. Repositories ranked Welcoming 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 ~18 days+. Keeping PRs scoped to single concerns and ensuring CI checks succeed will optimize review turnaround.

03

What does the 55.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 55.3 places test-zeus-ai/testzeus-hercules in the Welcoming tier.

04

What is the external contributor pull request merge rate for test-zeus-ai/testzeus-hercules?

The external pull request merge rate is 81.8%. 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 test-zeus-ai/testzeus-hercules?

Yes, test-zeus-ai/testzeus-hercules currently has 2 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 test-zeus-ai/testzeus-hercules 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.