Brave Experiments avatar

Brave Experiments

Official

@brave-experiments · United States of America

0Followers
|
177Public Repos
|
24Published Skills

Engineering infrastructure for Chromium-based browser development, focusing on Git branch management, pull request lifecycle, and technical documentation integrity.

Skills Distribution
DomainDeveloper To...Version Control & .. (40%)Pull Request Lifec.. (30%)Technical Document.. (20%)Build & CI Validat.. (10%)

Agent Skills by Brave Experiments

Showing 24 vetted skills indexed across 2 GitHub repositories.

brave-experimentsbrave-experiments
1

add-best-practice

Add new best practice entries to Markdown files with unique IDs.

Official
Advanced
brave-experimentsbrave-experiments
1

prs-reviewed

Retrieve GitHub pull requests reviewed by a user on brave/brave-core.

Official
Intermediate
brave-experimentsbrave-experiments
1

impl-review

Implement code review feedback on pull requests with automated validation.

Official
Advanced
brave-experimentsbrave-experiments
1

force-push-downstream

Force-push a Git branch and its downstream dependency tree to origin.

Official
Advanced
brave-experimentsbrave-experiments
1

check-best-practices

Audit local branch changes against best practices documentation for C++, tests, frontend, Android, iOS, and build files.

Official
Advanced
brave-experimentsbrave-experiments
1

fix-bp-docs

Audit and correct best practices markdown for stale references and duplicates.

Official
Advanced
brave-experimentsbrave-experiments
4

commit

Create atomic Git commits with descriptive messages and optional branch creation.

Official
Intermediate
brave-experimentsbrave-experiments
4

top-crashers

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

Official
Advanced
brave-experimentsbrave-experiments
4

check-milestones

Correct and synchronize GitHub PR and issue milestones by merge branch.

Official
Advanced
brave-experimentsbrave-experiments
4

check-upstream-flake

Query Chromium LUCI Analysis for test flakiness statistics and verdicts.

Official
Intermediate
brave-experimentsbrave-experiments
4

learnable-pattern-search

Extract learnable coding patterns from GitHub pull request review comments.

Official
Advanced
brave-experimentsbrave-experiments
4

prd-clean

Archive merged and invalid user stories from prd.json to prd.archived.json.

Official
Basic
brave-experimentsbrave-experiments
4

rebase-downstream

Rebases dependent Git branches in order after upstream changes with conflict resolution and preflight checks.

Official
Advanced
brave-experimentsbrave-experiments
4

pr

Create a GitHub pull request for the active branch using the gh CLI.

Official
Basic
brave-experimentsbrave-experiments
4

add-backlog-to-prd

Fetch open GitHub issues by labels or assignee and add missing ones to a PRD backlog.

Official
Advanced
brave-experimentsbrave-experiments
4

uplift

Create uplift pull requests by cherry-picking test and crash fixes from closed PRs.

Official
Advanced
brave-experimentsbrave-experiments
4

make-ci-green

Re-runs failed Chelimba CI jobs for a specified pull request number in the brave/brave-core repository.

Official
Advanced
brave-experimentsbrave-experiments
4

review

Review code changes and validate root cause analysis for pull requests.

Official
Advanced
brave-experimentsbrave-experiments
4

prd

Generate Product Requirements Documents in Markdown with user stories and technical specifications.

Official
Intermediate
brave-experimentsbrave-experiments
4

clean-branches

Delete local Git branches whose pull requests are merged upstream.

Official
Intermediate
brave-experimentsbrave-experiments
4

update-best-practices

Insufficient data for an AI-generated response. Please provide the missing information.

Official
Advanced
brave-experimentsbrave-experiments
4

prd-json

Converts natural language PRDs into structured prd.json for brave-core-bot.

Official
Intermediate
brave-experimentsbrave-experiments
4

preflight

Run preflight checks for formatting, GN, presubmit, and build.

Official
Intermediate
brave-experimentsbrave-experiments
4

review-prs

Review pull requests in brave/brave-core for best practice violations.

Official
Advanced

Frequently Asked Questions About Brave Experiments

FAQPage Schema
What specific tasks are enabled by these browser development utilities?

These utilities enable atomic Git commit creation, automated branch cleanup, cherry-picking crash fixes for uplift, and auditing code against C++, Android, and iOS best practices. They also facilitate the conversion of natural language requirements into structured JSON and manage the synchronization of GitHub milestones and pull request reviews.

Which engineering personas benefit from these repository management skills?

These skills are designed for Chromium-based browser engineers, release managers, and technical leads working within the brave-core ecosystem. They specifically support developers tasked with maintaining complex downstream branch trees, ensuring CI stability, and enforcing rigorous documentation standards across large-scale browser codebase contributions.

What are the primary dependencies for executing these browser development tasks?

Execution requires a local environment configured for the brave-core repository, including access to GitHub, Chromium LUCI Analysis, and Backtrace systems. Users must have appropriate permissions for the brave/brave-core repository and local installation of standard build environment components like GN and presubmit checkers to perform preflight validations.