
from gerrit
Comprehensive frontend engineering guide for Polygerrit: TypeScript/Lit best practices, testing, performance, and client-server integration.
Provides a thorough engineering playbook for Polygerrit UI development. Covers Lit framework idioms, strict TypeScript practices, hermetic testing and visual regression strategies, client-side performance, CSS architecture, and API error-handling patterns.
Use this skill as a reference when implementing or reviewing Gerrit's frontend components, writing tests, optimizing performance, or integrating with backend APIs. It's intended for frontend engineers working on Polygerrit and related UI systems.
Documentation-oriented; useful for human reviewers and agents that assist with code review, linting, or developer guidance (code-aware tools).
A comprehensive frontend engineering guide for Polygerrit (Gerrit code review UI) covering Lit framework idioms, TypeScript strictness, testing, performance, CSS, and client-server integration. The SKILL.md is 114K chars of well-written, detailed rules with Do/Don't code examples. No scripts were included. No security issues found — the 'hardcoded credentials' matches are just TypeScript example placeholders, and 'telemetry' references are guidance on implementing telemetry in code, not phone-home behavior.
Monolithic structure with 86+ headings in a single file. Would benefit from splitting into references/ for modular consumption. Content quality is high — production-grade documentation with thorough TypeScript examples. Niche audience (Gerrit/Polygerrit contributors only).