electron-chromium-upgrade

Guide Chromium version upgrades in Electron projects with patch conflict management.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/sangrokjung/claude-code-config-public --skill electron-chromium-upgrade-sangrokjung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: electron-chromium-upgrade
Source: https://github.com/sangrokjung/claude-code-config-public/tree/main/skills/electron-chromium-upgrade
Command: npx skills add https://github.com/sangrokjung/claude-code-config-public --skill electron-chromium-upgrade-sangrokjung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured workflow for updating the Chromium version within the Electron project, managing complex patch conflicts and build issues that arise during this critical process.

Core Features & Use Cases

  • Automated Patch Management: Guides users through applying and resolving patch conflicts during Chromium synchronization (e sync --3).
  • Build Error Resolution: Assists in fixing build failures that occur after Chromium updates by adapting Electron's codebase.
  • Use Case: When Electron's Chromium dependency needs to be updated to a newer version, this Skill ensures the process is handled systematically, minimizing errors and downtime.

Quick Start

Follow the detailed workflow in the SKILL.md to perform a Chromium version upgrade for Electron.

Frequently Asked Questions about electron-chromium-upgrade

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upgrade the Chromium version in an Electron project?

To upgrade Chromium in Electron, follow a structured workflow to synchronize upstream changes, apply existing patches, resolve patch conflicts, and adapt the build system. This systematic process minimizes errors and downtime during the dependency update.

How do I resolve patch conflicts during an Electron Chromium sync?

Resolving patch conflicts during an Electron Chromium sync involves analyzing upstream changes and manually applying patches according to specific guidelines. Managing these conflicts systematically ensures the updated Chromium codebase integrates cleanly with Electron.

What is the best way to fix build errors after updating Chromium in Electron?

Fixing build errors after a Chromium update requires adapting Electron's codebase to match upstream changes. Analyzing the build failures and committing fixes based on build system adjustment guidelines resolves the compatibility issues.

Do I need to apply patches manually when updating Electron's Chromium dependency?

Yes, applying patches is a required step when updating Electron's Chromium dependency. The workflow guides you through applying patches and resolving conflicts that arise during the synchronization process to maintain Electron's custom modifications.

When do I need to adjust the build system during an Electron Chromium upgrade?

You need to adjust the build system during an Electron Chromium upgrade when build failures occur after synchronizing the new Chromium version. Adapting the codebase and committing fixes according to build system guidelines resolves these post-update errors.