top-crashers

Retrieve and analyze top crashers from Brave's Backtrace system.

4|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/brave-experiments/brave-core-bot --skill top-crashers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: top-crashers
Source: https://github.com/brave-experiments/brave-core-bot/tree/main/.claude/skills/top-crashers
Command: npx skills add https://github.com/brave-experiments/brave-core-bot --skill top-crashers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers quickly identify and understand the most frequent crashes occurring in the Brave browser, enabling faster prioritization and resolution of stability issues.

Core Features & Use Cases

  • Crash Reporting: Queries Brave's Backtrace crash reporting system.
  • Detailed Analysis: Provides crash signatures, stack traces, platform/version breakdowns, code origin, and regression detection.
  • Bug Filing: Offers suggested issue titles and labels for filing bugs.
  • Use Case: A developer can use this Skill to find out if a recent change has introduced new, high-impact crashes affecting the nightly build, and then get a suggested title to file a bug report.

Quick Start

Show me the top 10 crashers on Windows from the last 7 days.

Frequently Asked Questions about top-crashers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the top crashers in the Brave browser from Backtrace reports?

To find Brave browser top crashers, query the Backtrace crash reporting system by time range and platform to retrieve crash signatures, stack traces, and version distributions for analysis.

What crash details can I analyze for Brave browser stability issues?

Crash analysis for Brave browser stability issues provides crash signatures, stack traces, platform and version distributions, code origin, and regression status to help prioritize and resolve problems.

Do I need a Backtrace API key to retrieve Brave crash reports?

Yes, retrieving Brave crash reports requires a Backtrace API key and project configuration to authenticate queries and access the crash reporting data for stability analysis.

How do I file a bug for a Brave browser regression crash?

Filing a bug for a Brave browser regression crash uses suggested issue titles and labels generated from the analyzed crash signatures and stack traces to facilitate accurate bug reporting.

Can I filter Brave crash reporting data by platform and version?

Yes, Brave crash reporting data can be filtered by platform and version distributions, allowing developers to isolate crashes affecting specific builds like the nightly release on Windows.

What is regression detection in crash reporting and when do I need it?

Regression detection in crash reporting identifies whether recent code changes introduced new crashes, which is needed when evaluating the stability impact of new Brave browser builds.