← all publishers

ChromeDevTools

@chromedevtools source repo

24 published skills

  1. Gerrit CLI · chromedevtools bundle
    Interacts with the public Gerrit Code Review platform using depot_tools' gerrit_client.py. Use this skill when asked to query public CLs, retrieve published review comments, inspect formatted patches or complete file revisions, add patchset comments, vote on review labels, submit changes, or abandon/restore public CLs. Do not use this skill for Google-internal attention set updates or internal AI-assisted code reviews (CRUAS), which are unsupported by the public API.
    0
    installs
  2. Devtools UI Widgets · chromedevtools
    Guidelines for building UI widgets using the MVP architecture in DevTools. Covers Widget lifecycle, lit-html views, and state management.
    0
    installs
  3. Devtools CI · chromedevtools
    Triage and analyze Chromium/DevTools LUCI build results and trybot failures, including high-level builder status, compile errors, and detailed test failures. Use this to inspect trybot buildbucket (bb) results for a patchset overview or to query ResultDB directly for comprehensive, actionable information about specific test regressions and infrastructure issues.
    0
    installs
  4. Devtools Version Control · chromedevtools
    Use when starting a new task, creating a branch, switching branches, managing branches, creating and uploading CLs, handling stacked changes, or checking release and roll status in the DevTools Gerrit-based workflow. ALWAYS use this instead of running standard git checkout/switch commands for branch creation.
    0
    installs
  5. Devtools Imports · chromedevtools
    Conventions for importing code in Devtools to avoid build errors. Covers cross-module imports, internal imports, and the "import * as" requirement.
    0
    installs
  6. Repro Flaky Tests · chromedevtools
    Reproduce and investigate flakiness in a test.
    0
    installs
  7. Devtools Source Maps · chromedevtools
    Guidelines for utilizing source maps and structured stack traces in DevTools. Covers DebuggerWorkspaceBinding, StackTrace, SymbolizedError, and related UI widgets.
    0
    installs
  8. Fixing Skipped Tests · chromedevtools
    Use this skill when unskipping a test that was previously skipped.
    0
    installs
  9. Devtools Verification · chromedevtools
    MANDATORY: Activate this skill ANY TIME you need to build the project, run tests, or verify code health in DevTools. You MUST use this skill before executing commands like npm test, npm run build, autoninja, or linters, as it contains critical, repository-specific instructions on how to correctly format these commands, filter test runs, and interpret failures.
    0
    installs
  10. Migrate Chromium Test · chromedevtools
    Use when migrating Chromium layout tests to DevTools unit tests or API tests.
    0
    installs
  11. Merging Devtools Module · chromedevtools
    Workflow for merging a DevTools submodule into its parent module. Covers BUILD.gn consolidation and updating devtools_grd_files.gni.
    0
    installs
  12. Devtools Model Management · chromedevtools
    Guidelines for creating, migrating, and registering models in front_end/models/. Covers BUILD.gn, devtools_grd_files.gni, and entrypoints.
    0
    installs
  13. Devtools Testing Guidance · chromedevtools
    Guidance on selecting the appropriate test suite (Unit, API, or E2E tests) when writing new tests in Chrome DevTools. MUST be used when writing new tests.
    0
    installs
  14. Devtools Unicode Escaping · chromedevtools
    Guidelines for escaping strings and handling user-controlled data in DevTools to prevent layout bleed-through, XSS, and security issues.
    0
    installs
  15. Foundation Test Migration · chromedevtools
    Migrating unit tests to foundation unit tests using TestUniverse and devtools_foundation_module. Use when moving tests away from DOM-heavy helpers like describeWithEnvironment or describeWithMockConnection.
    0
    installs
  16. Devtools Setting Migration · chromedevtools
    Workflow for splitting an existing SettingRegistration into a SettingDescriptor (placed in the lowest layer where used: core/, models/, or ui/settings/) and SettingUIDescriptor (registered in a higher-level -meta.ts file, outside of core/ and models/).
    0
    installs
  17. Evaluate AI CSS Completion · chromedevtools bundle
    Expose a temporary evaluation hook in DevTools and run a Puppeteer script to validate CSS code completion trigger rates.
    0
    installs
  18. UI Eng Vision Orchestrator · chromedevtools
    High-level orchestrator for managing multi-pass migration of Chrome DevTools legacy components to the modern UI engineering vision (UI.Widget & Lit-html).
    0
    installs
  19. Devtools UX Writing Refactor · chromedevtools
    Refactor user-facing UIStrings and localization comments in a DevTools module folder according to UX writing guidelines (child task of b/40799900). Use when simplifying wording, checking sentence case, or improving L10n comments in UIStrings for a specific folder or issue. Don’t use for general code changes or non-UIStrings files.
    0
    installs
  20. UI Eng Vision Test Scaffolder · chromedevtools
    Scaffolds unit tests and screenshot tests to establish visual and functional rendering baselines for views before refactoring.
    0
    installs
  21. UI Eng Vision Widget Promoter · chromedevtools
    Promotes legacy views to modern UI.Widget classes, hooks up performUpdate() rendering, and exports default views.
    0
    installs
  22. UI Eng Vision Local Lit Renderer · chromedevtools
    Migrates legacy imperative DOM construction to local declarative Lit-html templates rendered inside existing containers.
    0
    installs
  23. UI Eng Vision Logic Consolidator · chromedevtools
    Consolidates manual DOM creation, updates, and constructors into private helper methods and structured state interfaces.
    0
    installs
  24. A11Y Debugging · chromedevtools bundle
    Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.
    1
    install