ComfyUI_frontend
Automate ComfyUI frontend testing, releases, and code quality checks
All Skills in This Repository (18)
Pure Emerald Level Indicatorswriting-playwright-tests
Create, update, and debug Playwright end-to-end tests for the ComfyUI_frontend.
removing-typescript-suppressions
Replaces @ts-expect-error and @ts-ignore directives with minimal type-safe fixes.
consolidating-test-setup
Consolidates repeated test setup and teardown into the narrowest shared lifecycle owner.
disabling-ai-attribution
Disables AI attribution in Claude Code, Amp, and Codex contributor settings.
regenerating-screenshots
Creates a labeled PR that triggers the GitHub Action to regenerate Playwright screenshot expectations.
layer-audit
Detects layered architecture import violations using ESLint no-restricted-paths rules.
hardening-flaky-e2e-tests
Diagnoses and fixes flaky Playwright e2e tests by replacing race-prone patterns with retry-safe assertions.
adding-deprecation-warnings
Adds backward-compatible deprecation warnings for renamed or removed TypeScript properties.
contain-audit
Detects DOM elements where CSS containment improves rendering performance via Playwright audits.
add-model-page
Adds, updates, or removes model page entries on the Comfy Org website via pull requests.
writing-storybook-stories
Write and update Storybook stories for Vue components in ComfyUI_frontend.
backport-management
Manages cherry-pick backports of merged PRs to stable release branches on GitHub.
Frequently Asked Questions
FAQPage SchemaHow to install ComfyUI_frontend skills?โผ
Run `npx skills add Comfy-Org/ComfyUI_frontend --all -g -y` in your terminal to install all skills in this suite globally.
How to write Playwright tests for ComfyUI?โผ
The writing-playwright-tests skill gives your agent the fixtures, tags, and retry patterns to generate convention-compliant browser tests automatically.
Can AI fix flaky browser tests?โผ
Yes. The hardening-flaky-e2e-tests skill diagnoses race conditions from CI artifacts and replaces them with retry-safe assertions.
Does it automate release backports?โผ
Yes. The backport-management skill discovers candidate PRs, resolves cherry-pick conflicts, and merges them to stable branches after CI passes.
Do these skills work with Claude Code and other agents?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core