Skip to main content
brave
GitHub creator profile

brave

Repository-level view of 62 collected skills across 4 GitHub repositories.

skills collected
62
repositories
4
updated
Aug 20, 2026
repository explorer

Repositories and representative skills

review
software-quality-assurance-analysts-and-testers

Review code for quality, root cause analysis, and fix confidence. Supports PR review and local review of uncommitted/branch changes. Default mode is local (reviews current branch changes). Triggers on: review pr, review this pr, /review <pr_url>, /review…

Aug 10, 2026
preflight
software-quality-assurance-analysts-and-testers

Run all preflight checks (format, gn_check, presubmit, build, tests) to make sure the current work is ready for review.

Aug 4, 2026
impl-review
software-developers

Implement review feedback on a PR. Checks out the branch, applies reviewer-requested changes, runs preflight, commits, and pushes. Triggers on: impl-review, implement review, implement review feedback, address review comments.

Jul 30, 2026
add-best-practice
software-developers

Add a new best practice to the appropriate doc. Checks for duplicates, assigns stable IDs, creates new category docs if needed. Triggers on: add best practice, new best practice, add bp, new bp.

Jul 29, 2026
check-milestones
software-developers

"Check and fix milestones on PRs and their associated issues. Sets PR milestones based on the branch they merged into, and issue milestones based on the smallest version with a merged uplift. Triggers on: check milestones, fix milestones, /check-milestones."

Jul 29, 2026
check-upstream-flake
software-quality-assurance-analysts-and-testers

Check if a failing test is a known upstream flake in Chromium's LUCI Analysis database. Provides flakiness statistics, verdict, and recommendation for filter file decisions. Triggers on: check upstream flake, is this test flaky upstream, check luci flakiness,…

Jul 29, 2026
clean-branches
software-developers

Delete local branches whose PRs have been merged upstream. Checks GitHub PR status for each branch. Triggers on: clean branches, delete merged branches, prune branches, branch cleanup.

Jul 29, 2026
create-contributor-prs
software-developers

For an external contributor's open PRs to brave/brave-core, ensure the `sync-and-rebase-pr-from-fork.yml` workflow has been dispatched for each PR's latest commit SHA — so a `contributor-*` draft PR exists inside brave/brave-core and CI can run. Invoke when…

Jul 29, 2026
Showing 8 of 21 collected skills.
histogram-cleanup
software-developers

Identify and safely remove expired Chromium histograms (dead metrics/technical debt). Use this skill when a contributor asks to clean up metrics, fix code health issues related to histograms, remove obsolete code, or work on a histogram cleanup task.

Aug 12, 2026
histogram-extension
software-developers

Extension pipeline to bump expiration dates of Chromium UMA histograms.

Aug 12, 2026
hub
software-developers

Orchestrator for the "Code Health Hub" framework. Trigger only when the user refers to the Hub or asks to see "available cleanup tasks" within the Chromium technical debt reduction system.

Aug 5, 2026
java-inline-fqn-cleanup
software-developers

Identify and clean up inline fully qualified Java names (FQNs) in first-party code, replacing them with standard imports.

Aug 5, 2026
lint-sync
software-developers

Add missing LINT.IfChange(...) / LINT.ThenChange(...) guards to enums in C++/Java and XML to keep them in sync. Trigger this skill ONLY when a contributor explicitly asks to add lint guards or synchronize enums using LINT guards.

Aug 5, 2026
replace-anonymous-runnables
software-developers

Replace anonymous classes with lambdas where applicable (SAM interfaces)

Aug 5, 2026
multi-agent-code-review
software-quality-assurance-analysts-and-testers

Multi-agent consensus-driven code review. Audits changes using security, performance, and style checkers.

Aug 5, 2026
multi-agent-release-manager
software-developers

Cleans up the workspace, formats code, runs presubmit checks, and uploads CLs to Gerrit.

Aug 5, 2026
Showing 8 of 15 collected skills.
answers
software-developers

USE FOR AI-grounded answers via OpenAI-compatible /chat/completions. Two modes: single-search (fast) or deep research (enable_research=true, thorough multi-search). Streaming/blocking. Citations.

Aug 12, 2026
llm-context
software-developers

USE FOR RAG/LLM grounding. Returns pre-extracted web content (text, tables, code) optimized for LLMs. GET + POST. Adjust max_tokens/count based on complexity. Supports Goggles, local/POI. For AI answers use answers. Recommended for anyone building AI/agentic…

Aug 12, 2026
local-descriptions
software-developers

USE FOR getting AI-generated POI text descriptions. Requires POI IDs from local-place-search, or from web-search with result_filter=locations. Returns markdown descriptions grounded in web search context. Max 20 IDs per request.

Aug 12, 2026
local-place-search
software-developers

USE FOR finding places in the physical world - businesses, POIs, street addresses, cities and streets. Results carry address, coordinates, rating, opening hours and phone, so basic details need no follow-up call. Standalone - no POI IDs or prior web search…

Aug 12, 2026
local-pois
software-developers

USE FOR getting local business/POI details. Requires POI IDs from local-place-search, or from web-search with result_filter=locations. Returns full business information including ratings, hours, contact info. Max 20 IDs.

Aug 12, 2026
news-search
software-developers

USE FOR news search. Returns news articles with title, URL, description, age, thumbnail, profile. Supports freshness and date range filtering, SafeSearch filter and Goggles for custom ranking.

Aug 12, 2026
videos-search
software-developers

USE FOR video search. Returns videos with title, URL, thumbnail, duration, view count, creator. Supports freshness filters, SafeSearch, pagination.

Aug 12, 2026
web-search
software-developers

USE FOR web search. Returns ranked results with snippets, URLs, thumbnails. Supports freshness filters, SafeSearch, Goggles for custom ranking, pagination. Primary search endpoint.

Aug 12, 2026
Showing 8 of 13 collected skills.
dependabot-nudge
computer-systems-analysts

Scan org repos for open Dependabot alerts at or above a severity threshold and build notification messages for maintainers. Use when the user wants to check or nudge about Dependabot vulnerabilities.

Aug 20, 2026
add-maintainer-property
computer-occupations-all-other

Auto-detect top maintainers for each repo in an org and set the maintainers custom property via the GitHub API. Use when the user wants to populate or update maintainer metadata.

Mar 18, 2026
check-rule-metadata
software-developers

Validate metadata fields (author, source, category) in opengrep/semgrep YAML rule files. Use when the user wants to lint or check rule quality.

Mar 18, 2026
cleanup-slack-messages
computer-occupations-all-other

Clean up stale security-action Slack messages based on review signals (reactions, label removal, resolved threads). Use when the user wants to clean old notifications from a Slack channel.

Mar 18, 2026
delete-slack-messages
software-developers

Delete Slack messages from a channel filtered by bot username and repository names. Use when the user wants to bulk-delete bot messages for specific repos.

Mar 18, 2026
dependabot-dismiss
information-security-analysts

Auto-dismiss Dependabot alerts matching configurable hotwords (e.g. DoS) or a GHSA/CVE dismiss list. Use when the user wants to bulk-dismiss low-priority Dependabot alerts.

Mar 18, 2026
get-config
software-developers

Fetch and parse a JSON config file from a GitHub repository. Use when the user wants to read a configuration file from a remote repo.

Mar 18, 2026
get-maintainers
software-developersnetwork-and-computer-systems-administrators

List all repositories in a GitHub org with their maintainers custom property. Use when the user wants to see who maintains each repo.

Mar 18, 2026
Showing 8 of 13 collected skills.
Showing 4 of 4 repositories
All repositories loaded