用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/brave/chromium --skill multi-agent-release-manager命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Extension pipeline to bump expiration dates of Chromium UMA histograms.
正在显示 SKILL.md
基于 SOC 职业分类
| name | multi-agent-release-manager |
| description | Cleans up the workspace, formats code, runs presubmit checks, and uploads CLs to Gerrit. |
This skill is a single-agent utility designed to handle workspace hygiene, code formatting, final validation, and CL deployment for both Jujutsu (JJ) and Git environments.
project.magi.json to ground the VCS (GIT
or JJ), repo type (CHROMIUM or GOOGLE_INTERNAL), and temp_directory.
If project.magi.json is missing, default to GIT and search for .git or
.jj directories to verify.git cl format (or equivalent formatter for the repository type).git cl presubmit if in Chromium repository.build_targets or unit tests defined in
project.magi.json to ensure no last-minute formatting bugs broke the
build.project.magi.json#active_protocol to
determine the tagging:
MAGI -> Tag: TAG=magi, Hashtag: magiTDD -> Tag: TAG=magi-tdd, Hashtag: magi-tddREVIEW -> Tag: TAG=magi-review, Hashtag: magi-reviewactive_protocol is missing, do not add these tags/hashtags.TAG=agy and CONV=<conversation_id> must always be
appended to the description footer.Based on the VCS detected:
jj status to identify modified files.main). Use jj split or
jj squash -i if they are mixed with MAGI files.TAG=magi) and
global tags (TAG=agy) to the commit message footer.jj upload (or equivalent upload command) with the
determined Hashtag (e.g., magi).personas/**/*.json or ROUTING.md were modified (e.g., by training),
create a sibling change rooted at main.TAG=magi) and
global tags (TAG=agy) to the footer.magi).git status to identify modified files.git add <product_files>. Do NOT
stage any agents/skills/ changes.TAG=magi) and global
tags (TAG=agy) to the footer of the commit message.git cl upload --hashtag <hashtag> (using the determined
Hashtag).git cl description -n +.personas/**/*.json or ROUTING.md, create
a separate branch.git add <magi_files>.TAG=magi) and global
tags (TAG=agy) to the footer.git cl upload --hashtag <hashtag> (using the determined
Hashtag).git cl description -n +.*.magi, *.magi.* in the repository).temp_directory
recursively.When modifying this skill's workflow, routing, or schemas, ensure that the corresponding Promptfoo evaluation test suite is updated and passing: