brave-core
Automate Brave browser PR reviews, CI fixes, and release uplifts
All Skills in This Repository (26)
Pure Emerald Level Indicatorsadd-best-practice
Add best practice rules to documentation with stable IDs and duplicate checks.
top-crashers
Query Brave's Backtrace crash reporting system to identify and analyze top crashers.
check-milestones
Check and fix GitHub PR and issue milestones in brave-core.
check-upstream-flake
Query Chromium's LUCI Analysis database for upstream test flakiness statistics.
prs-reviewed
Retrieve pull requests reviewed by a GitHub user in brave/brave-core and present them in a markdown table.
impl-review
Apply code review feedback to GitHub pull requests in brave-core.
force-push-downstream
Force-push a branch and its downstream branches to origin with --force-with-lease.
rebase-downstream
Rebase dependent branches in order after upstream changes.
pr
Create GitHub pull requests for the current branch using the gh CLI.
uplift
Create uplift pull requests by cherry-picking test and crash fixes into target branches.
make-ci-green
Re-run failed Jenkins CI jobs for brave/brave-core pull requests.
review
Analyze code changes for quality, root causes, and fix confidence.
Frequently Asked Questions
FAQPage SchemaHow to install brave-core skills?â–¼
Run `npx skills add brave/brave-core --all -g -y` in your terminal to install all skills in this suite globally.
How to automate PR reviews with AI?â–¼
The review and review-prs skills check pull requests against Brave's documented best practices and draft or post inline comments automatically.
How to fix failing CI on a Brave PR?â–¼
The make-ci-green skill detects the failed Jenkins stage, analyzes test failures, and retriggers jobs with the right settings.
Can AI create uplift PRs for beta or release branches?â–¼
Yes. The uplift skill cherry-picks merged PRs into the target channel branch, labels them, and opens the uplift PR for you.
Do these skills work with Claude Code and other agents?â–¼
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core