Find the skill for your next task.

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

v8-testing

Executes and interprets V8 tests. Use when running unittests, cctest, or mjsunit, or when debugging test failures. Do not use for building.

25.12k repo starsObserved in 1 repos
Testing & Quality

v8-workflow

Manages git task isolation and environment setup in V8. Use at the start of any new task or bug fix. Do not use for general C++ editing.

25.12k repo starsObserved in 1 repos
Development

wasm-d8-perf

Use this skill to reproduce, profile, or analyze WebAssembly (Wasm) execution performance using d8 shell.

25.12k repo starsObserved in 1 repos
Testing & Quality

workflow-debugging

Workflow for issue-based debugging in V8. Use when tasked with debugging a specific issue, usually associated with a Buganizer ID or a specific reproduction script. Do not use for performance regressions.

25.12k repo starsObserved in 1 repos
Testing & Quality

workflow-general-debugging

Workflow for general debugging tasks without the overhead of issue tracking. Use when investigating crashes, hangs, or unexpected behavior where no specific issue ID is provided. Do not use when issue ID is provided.

25.12k repo starsObserved in 1 repos
Testing & Quality

workflow_gerrit_fix

Workflow for automatically fixing errors or addressing comments on a Gerrit CL requested by the user.

25.12k repo starsObserved in 1 repos
Development

translation-diff-export

Compares UniGetUI JSON locale files against English, identifies untranslated or source-changed keys, and generates patch, reference, and handoff files for a target language. Use when the user asks to export missing translations, untranslated strings, i18n diffs, or locale-file changes.

25.06k repo starsObserved in 1 repos
Documents

translation-diff-import

Merges translated key-value pairs from a UniGetUI JSON localization patch back into the full language file and validates the merged result. Use when the user asks to apply, merge, or import a translation patch.

25.06k repo starsObserved in 1 repos
Documents

translation-review

Reviews UniGetUI .json language files for localization quality, detects parity issues, English-equal entries, wrong-script content, and cross-language outliers, then generates a dataset for LLM-assisted linguistic review. Use when the user asks to review translations, audit localization, inspect i18n or l10n quality, or validate language files.

25.06k repo starsObserved in 1 repos
Testing & Quality

translation-source-sync

Synchronizes the UniGetUI English language file with source-code usage, identifies missing translation keys, removes unused entries, reports localization drift, and can reorder locale files to match the English key ordering. Use when the user asks to sync language files, missing translations, i18n drift, or align locale file ordering with English.

25.06k repo starsObserved in 1 repos
Development