ソース情報
- リポジトリ
- brave/chromium
- ソースの最終更新活動
- 2026年8月12日 11:06
- 検出された SKILL.md の言語
- 英語
- スター
- 42
- フォーク
- 31
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/brave/chromium --skill histogram-extensionコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| name | histogram-extension |
| description | Extension pipeline to bump expiration dates of Chromium UMA histograms. |
This skill outlines how you (the agent) should automatically locate and extend the expiration dates of UMA histograms in Chromium that have expired or are nearing expiration.
generalist sub-agent to find histograms that are nearing expiration if none are provided. Run:
python3 scripts/find_candidates.py --count 1
references/bug_discovery.md and Buganizer to ensure the metric isn't already being extended in another ticket.tools/metrics/histograms/metadata/*/histograms.xml to find the target metric.<histogram name="TARGET_NAME" expires_after="YYYY-MM-DD"> definition (or enum=... expires_after="...").YYYY-MM-DD format).expires_after="YYYY-MM-DD" string constraint inline, being sure not to modify other attributes.Create the Git commit with a descriptive, code-health aligned message using the metadata template below.
Skill Name: histogram-extension
Branch Name: histogram-extension-[histogram-name]
Commit Hashtag: Code Health
Cleanup Title: Extend expiration for [Histogram Name]
Cleanup Description:
This metric is still actively needed for telemetry monitoring. Extending expiration to prevent data loss.
Parent Bug: 499059543
Bug ID: The resolved <Bug ID> from the Bug Checking step.
Upload the CL to Gerrit and add the appropriate metadata reviewers depending on the OWNERS file located in tools/metrics/histograms/metadata/{category}/OWNERS.