Skill Claude CodeCodex
Use when removing a base::Feature and its associated code.
Skill Claude CodeCodex
Use when removing a base::Feature and its associated code.
Skill Claude CodeCodex
Implements, registers, and verifies fuzz tests in Chromium. Use when the user asks to add or write fuzzers in C++, or mentions fuzz testing or FUZZTEST.
Skill Claude CodeCodex
Diagnose Chromium GN dependency and include-visibility failures, including BUILD.gn deps/publicdeps, DEPS include rules, private headers, and circular dependencies. Use for build or gn check dependency errors, not C++/link/runtime/test failures.
Skill Claude CodeCodex
Manage Chromium histograms and enums metadata. Use this skill when adding code that logs a histogram or when updating metadata in histograms.xml or enums.xml.
Skill Claude CodeCodex
Iteratively investigate the source of latency in a Chrome build or in an experiment. Coordinates the multi-agent swarm (Capture, SQL Analysis, Trace Injection) to run automated browser scenarios, capture traces, analyze them using Perfetto SQL, and surgically inject trace macros to recursively break down "black box"…
Skill Claude CodeCodex
How to identify and fix Java memory leaks in Android Chrome using LeakCanary traces.
Skill Claude CodeCodex
How to use @JniType annotations for ergonomic JNI. Relevant for Java files that use @NativeMethods or @CalledByNative.
Skill Claude CodeCodex
Surgically injects trace macros (TRACEEVENT) into Chromium C++ files to expose "black box" latency gaps, resolves headers, and compiles the browser using a self-healing loop. Strictly no performance optimizations or refactoring.
Skill Claude CodeCodex
Running and analyzing LoadLine 1 and 2 benchmarks on Android using Crossbench. Use when you need to measure page loading performance, evaluate performance-related changes in Chrome, or collect Perfetto traces with realistic Chrome workload.
Skill Claude CodeCodex
Multi-agent consensus-driven code review. Audits changes using security, performance, and style checkers.
Skill Claude CodeCodex
Enforce engineering rigor and verification loop for coding tasks using multi-agent debate and TDD.
Skill Claude CodeCodex
Cleans up the workspace, formats code, runs presubmit checks, and uploads CLs to Gerrit.