github.com/ChromeDevTools/devtools-frontend
Skill | Added | Review |
|---|---|---|
devtools-version-control .agents/skills/version-control/SKILL.md 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. | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
devtools-ui-widgets .agents/skills/ui-widgets/SKILL.md Guidelines for building UI widgets using the MVP architecture in DevTools. Covers Widget lifecycle, lit-html views, and state management. | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
ui-eng-vision-widget-promoter .agents/skills/ui-eng-vision-widget-promoter/SKILL.md Promotes legacy views to modern UI.Widget classes, hooks up performUpdate() rendering, and exports default views. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
ui-eng-vision-test-scaffolder .agents/skills/ui-eng-vision-test-scaffolder/SKILL.md Scaffolds unit tests and screenshot tests to establish visual and functional rendering baselines for views before refactoring. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
ui-eng-vision-orchestrator .agents/skills/ui-eng-vision-orchestrator/SKILL.md High-level orchestrator for managing multi-pass migration of Chrome DevTools legacy components to the modern UI engineering vision (UI.Widget & Lit-html). | 53 53 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
ui-eng-vision-logic-consolidator .agents/skills/ui-eng-vision-logic-consolidator/SKILL.md Consolidates manual DOM creation, updates, and constructors into private helper methods and structured state interfaces. | 54 54 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
ui-eng-vision-local-lit-renderer .agents/skills/ui-eng-vision-local-lit-renderer/SKILL.md Migrates legacy imperative DOM construction to local declarative Lit-html templates rendered inside existing containers. | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
repro-flaky-tests .agents/skills/repro-flaky-tests/SKILL.md Reproduce and investigate flakiness in a test. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
migrate-chromium-test .agents/skills/migrate-chromium-test/SKILL.md Use when migrating Chromium layout tests to DevTools unit tests or API tests. | 62 62 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 184a74d | |
merging-devtools-module .agents/skills/merging-devtools-module/SKILL.md Workflow for merging a DevTools submodule into its parent module. Covers BUILD.gn consolidation and updating devtools_grd_files.gni. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
foundation-test-migration .agents/skills/foundation-test-migration/SKILL.md 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. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
fixing-skipped-tests .agents/skills/fixing-skipped-tests/SKILL.md Use this skill when unskipping a test that was previously skipped. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
evaluate-ai-css-completion .agents/skills/evaluate-ai-css-completion/SKILL.md Expose a temporary evaluation hook in DevTools and run a Puppeteer script to validate CSS code completion trigger rates. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
devtools-verification .agents/skills/devtools-verification/SKILL.md 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. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
devtools-ux-writing-refactor .agents/skills/devtools-ux-writing-refactor/SKILL.md 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. | 77 77 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 184a74d | |
devtools-unicode-escaping .agents/skills/devtools-unicode-escaping/SKILL.md Guidelines for escaping strings and handling user-controlled data in DevTools to prevent layout bleed-through, XSS, and security issues. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
devtools-testing-guidance .agents/skills/devtools-testing-guidance/SKILL.md 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. | 80 80 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
devtools-source-maps .agents/skills/devtools-source-maps/SKILL.md Guidelines for utilizing source maps and structured stack traces in DevTools. Covers DebuggerWorkspaceBinding, StackTrace, SymbolizedError, and related UI widgets. | 57 57 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
devtools-setting-migration .agents/skills/devtools-setting-migration/SKILL.md 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/). | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
devtools-model-management .agents/skills/devtools-model-management/SKILL.md Guidelines for creating, migrating, and registering models in front_end/models/. Covers BUILD.gn, devtools_grd_files.gni, and entrypoints. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d | |
devtools-imports .agents/skills/devtools-imports/SKILL.md Conventions for importing code in Devtools to avoid build errors. Covers cross-module imports, internal imports, and the "import * as" requirement. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 184a74d |