Skip to main content
brave
GitHub 创作者资料

brave

按仓库查看 4 个 GitHub 仓库中的 62 个已收集 skills。

已收集 skills
62
仓库
4
更新
2026年8月20日
仓库浏览

仓库与代表性 skills

review
软件质量保证分析师与测试员

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…

2026年8月10日
preflight
软件质量保证分析师与测试员

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

2026年8月4日
impl-review
软件开发工程师

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.

2026年7月30日
add-best-practice
软件开发工程师

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.

2026年7月29日
check-milestones
软件开发工程师

"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."

2026年7月29日
check-upstream-flake
软件质量保证分析师与测试员

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,…

2026年7月29日
clean-branches
软件开发工程师

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.

2026年7月29日
create-contributor-prs
软件开发工程师

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…

2026年7月29日
已展示 8 / 21 个已收集 Skill。
histogram-cleanup
软件开发工程师

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.

2026年8月12日
histogram-extension
软件开发工程师

Extension pipeline to bump expiration dates of Chromium UMA histograms.

2026年8月12日
hub
软件开发工程师

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.

2026年8月5日
java-inline-fqn-cleanup
软件开发工程师

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

2026年8月5日
lint-sync
软件开发工程师

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.

2026年8月5日
replace-anonymous-runnables
软件开发工程师

Replace anonymous classes with lambdas where applicable (SAM interfaces)

2026年8月5日
multi-agent-code-review
软件质量保证分析师与测试员

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

2026年8月5日
multi-agent-release-manager
软件开发工程师

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

2026年8月5日
已展示 8 / 15 个已收集 Skill。
answers
软件开发工程师

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.

2026年8月12日
llm-context
软件开发工程师

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…

2026年8月12日
local-descriptions
软件开发工程师

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.

2026年8月12日
local-place-search
软件开发工程师

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…

2026年8月12日
local-pois
软件开发工程师

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.

2026年8月12日
news-search
软件开发工程师

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.

2026年8月12日
videos-search
软件开发工程师

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

2026年8月12日
web-search
软件开发工程师

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

2026年8月12日
已展示 8 / 13 个已收集 Skill。
dependabot-nudge
计算机系统分析师

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.

2026年8月20日
add-maintainer-property
其他计算机职业

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.

2026年3月18日
check-rule-metadata
软件开发工程师

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

2026年3月18日
cleanup-slack-messages
其他计算机职业

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.

2026年3月18日
delete-slack-messages
软件开发工程师

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.

2026年3月18日
dependabot-dismiss
信息安全分析师

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.

2026年3月18日
get-config
软件开发工程师

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.

2026年3月18日
get-maintainers
软件开发工程师网络与计算机系统管理员

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

2026年3月18日
已展示 8 / 13 个已收集 Skill。
已展示 4 / 4 个仓库
已展示全部仓库