Comfy-OrgComfy-OrgOfficialยท18 Agent Skills Included

ComfyUI_frontend

Automate ComfyUI frontend testing, releases, and code quality checks

Automates end-to-end test creation, flaky test repair, and screenshot regeneration for the ComfyUI frontend. Handles cherry-pick backports, deprecation warnings, package publishing, and performance audits without manual toil. Gives AI agents strict conventions for Playwright, Vitest, Storybook, and TypeScript so changes pass review the first time.
npx skills add Comfy-Org/ComfyUI_frontend --all -g -y
Available:

Tells the AI agent how to build, test, and lint this Vue 3 frontend, and how to route test-generation requests through the comfy-test CLI and Playwright sub-agents.

All Skills in This Repository (18)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
Comfy-OrgComfy-Org

writing-playwright-tests

Create, update, and debug Playwright end-to-end tests for the ComfyUI_frontend.

Official
Advanced
๐Ÿ“ฆ In Repo
Comfy-OrgComfy-Org

removing-typescript-suppressions

Replaces @ts-expect-error and @ts-ignore directives with minimal type-safe fixes.

Official
Advanced
๐Ÿ“ฆ In Repo
Comfy-OrgComfy-Org

consolidating-test-setup

Consolidates repeated test setup and teardown into the narrowest shared lifecycle owner.

Official
Advanced
๐Ÿ“ฆ In Repo
Comfy-OrgComfy-Org

disabling-ai-attribution

Disables AI attribution in Claude Code, Amp, and Codex contributor settings.

Official
Basic
๐Ÿ“ฆ In Repo
Comfy-OrgComfy-Org

regenerating-screenshots

Creates a labeled PR that triggers the GitHub Action to regenerate Playwright screenshot expectations.

Official
Intermediate
๐Ÿ“ฆ In Repo
Comfy-OrgComfy-Org

layer-audit

Detects layered architecture import violations using ESLint no-restricted-paths rules.

Official
Basic
๐Ÿ“ฆ In Repo
Comfy-OrgComfy-Org

hardening-flaky-e2e-tests

Diagnoses and fixes flaky Playwright e2e tests by replacing race-prone patterns with retry-safe assertions.

Official
Advanced
๐Ÿ“ฆ In Repo
Comfy-OrgComfy-Org

adding-deprecation-warnings

Adds backward-compatible deprecation warnings for renamed or removed TypeScript properties.

Official
Intermediate
๐Ÿ“ฆ In Repo
Comfy-OrgComfy-Org

contain-audit

Detects DOM elements where CSS containment improves rendering performance via Playwright audits.

Official
Intermediate
๐Ÿ“ฆ In Repo
Comfy-OrgComfy-Org

add-model-page

Adds, updates, or removes model page entries on the Comfy Org website via pull requests.

Official
Intermediate
๐Ÿ“ฆ In Repo
Comfy-OrgComfy-Org

writing-storybook-stories

Write and update Storybook stories for Vue components in ComfyUI_frontend.

Official
Intermediate
๐Ÿ“ฆ In Repo
Comfy-OrgComfy-Org

backport-management

Manages cherry-pick backports of merged PRs to stable release branches on GitHub.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’