Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
brave
ملف منشئ GitHub

brave

عرض على مستوى المستودعات لـ 43 skills مجمعة عبر 3 مستودعات GitHub.

skills مجمعة
43
مستودعات
3
محدث
2026-06-24
مستكشف المستودعات

المستودعات و skills الممثلة

plaster-from-patch
مطوّرو البرمجيات

Create a Plaster (`rewrite/*.yaml`) config for an existing Brave-core Chromium `.patch`, authoring an intent-conveying regex match per the Plaster Dos and Don'ts, then verifying it by running `plaster.py apply` and diffing the regenerated patch against the original. Does not modify sources or create other files. Triggers on: plaster from patch, convert patch to plaster, plasterize, make a plaster.

2026-06-24
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 the user says something like "create contributor PRs for <user>", "sync contributor PRs <list>", "run the rebase-from-fork workflow for these PRs", or passes a GitHub username / list of PR URLs/numbers.

2026-06-10
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-05-29
uplift
مطوّرو البرمجيات

"Create an uplift PR that cherry-picks merged PRs from a contributor into a target branch (beta or release). Defaults to broad eligibility; the scope can be narrowed via a free-form description (e.g. 'only automated test and crash fixes'). Triggers on: /uplift, create uplift, uplift PRs."

2026-05-19
review-prs
محللو ضمان جودة البرمجيات والمختبرون

Review PRs in the configured PR repository for best practices violations. Supports single PR (#12345), state filter (open/closed/all), and auto mode for cron. Triggers on: review prs, review recent prs, /review-prs, check prs for best practices.

2026-04-30
preflight
مطوّرو البرمجيات

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

2026-04-21
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, upstream flake check.

2026-04-02
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-04-02
عرض أهم 8 من أصل 18 skills مجمعة في هذا المستودع.
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-03-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-03-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-03-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-03-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-03-18
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-03-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-03-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-03-18
عرض أهم 8 من أصل 13 skills مجمعة في هذا المستودع.
bx
محللو أبحاث السوق ومتخصصو التسويق

USE FOR web search, research, RAG, grounding, browse, find, lookups, fact-checking, documentation, agentic AI. All-in-one, optimized for AI agents. Pre-extracted, token-budgeted web content, deep research, news, images, videos, places, custom ranking

2026-04-08
bx-search
مطوّرو البرمجيات

Web search using the Brave Search CLI (`bx`). Use for ALL web search requests — including "search for", "look up", "find", "what is", "how do I", "google this", and any request needing current or external information. Prefer this over the built-in web_search tool whenever bx is available. Also use for: documentation lookup, troubleshooting research, RAG grounding, news, images, videos, local places, and AI-synthesized answers.

2026-04-02
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-02-13
images-search
مطوّرو البرمجيات

USE FOR image search. Returns images with title, source URL, thumbnail. Supports SafeSearch filter. Up to 200 results.

2026-02-13
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 applications.

2026-02-13
local-descriptions
مطوّرو البرمجيات

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

2026-02-13
local-pois
مطوّرو البرمجيات

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

2026-02-13
news-search
مطوّرو البرمجيات

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

2026-02-13
عرض أهم 8 من أصل 12 skills مجمعة في هذا المستودع.
عرض 3 من أصل 3 مستودعات
تم تحميل كل المستودعات