This skill enables an agent to perform high-precision instrumentation of the Chromium browser's C++ source code. By injecting TRACE_EVENT macros, the agent can break down "black box" latency gaps on the main thread, allowing developers to see exactly where time is being spent during execution.
Use this skill when you have a target C++ method that is causing performance issues or latency gaps and you need to add granular tracing to analyze its internal behavior without introducing performance optimizations or refactoring.
autoninja and git cl format.Designed for agents with deep C++ filesystem access, codesearch capabilities, and integration with the Chromium build system (autoninja, git cl).
This skill has not been reviewed by our automated audit pipeline yet.
NullAway Guidance
Practical guide to resolving NullAway static analysis issues and migrating code to @NullMarked null-safety in Chromium Java code.
Create Web Applications Browsertest
Guides writing end-to-end browser tests for Chrome web applications using WebAppBrowserTestBase, with setup, waiting patterns, and state validation.