> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mergeoa.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Merge Scorecards: Understanding Your Assessment Results

> Every Merge assessment produces a scorecard linking candidate comments to code quality, risk detection, and revision judgment for your team.

When a candidate completes a Merge assessment, you receive a scorecard that translates their review activity into structured hiring signal. Instead of raw comments, you get a normalized view of how the candidate thinks about code — what they caught, what they missed, and how they responded when the codebase changed.

## What's in a scorecard

Each scorecard evaluates the candidate across four dimensions, derived directly from their comments and actions during the review loop.

1. **Code quality reasoning** — How well the candidate identified real issues versus superficial ones. Strong reviewers explain the root cause of a problem and suggest a concrete path forward; weaker reviewers flag style preferences or leave vague observations without substance.

2. **Risk detection** — Whether the candidate caught security vulnerabilities, correctness bugs, and data hazards embedded in the pull request. This dimension reflects the candidate's ability to recognize code that could cause harm in production, not just code that could be cleaner.

3. **Revision judgment** — How the candidate responded to the AI-generated revision of the pull request. Did they re-read the diff carefully? Did they catch any regressions the revision introduced? Did they update or withdraw comments that were already addressed? This dimension is especially differentiating for senior roles.

4. **Hiring recommendation** — A summary signal calibrated to the difficulty level and specialization settings you configured for the assessment. The recommendation synthesizes performance across the other three dimensions into a single actionable output for your hiring team.

## Accessing scorecards

Navigate to the relevant assessment in your Merge dashboard, then select the candidate's name from the **Invites** tab. The scorecard opens in a dedicated view that places the candidate's comments alongside the code, so you can see exactly what they flagged and how they framed it.

You can share the scorecard link with other authorized members of your team. Only users within your organization who have been granted access can view scorecard details.

## Using scorecards in your hiring process

<Note>
  Merge scores are one input among others. Use them alongside interviews, references, and additional signals when evaluating a candidate. No single assessment result should be the sole basis for a hiring decision.
</Note>

Scorecards are most valuable when your hiring team aligns in advance on which dimensions matter most for a given role. A security-focused backend position should weight risk detection heavily; a staff engineering role might weight revision judgment above all else. Decide on your priorities before you start reviewing results so that comparisons stay consistent across candidates.

<Tip>
  Before your first hiring cycle with Merge, run a calibration assessment with a known strong candidate on your team. Their scorecard becomes a concrete reference point that keeps evaluations grounded and reduces score inflation or deflation over time.
</Tip>

<CardGroup cols={2}>
  <Card title="Interpreting Results" icon="chart-bar" href="/reporting/interpreting-results">
    Dig deeper into each scorecard dimension and learn how to calibrate expectations by difficulty level.
  </Card>

  <Card title="How the Review Loop Works" icon="code-pull-request" href="/review-loop/how-it-works">
    Understand the candidate experience — what they see, what the AI revision does, and how scoring is derived.
  </Card>
</CardGroup>
