Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

ComfyUI_frontend

ComfyUI_frontend 收录了来自 Comfy-Org 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
12
Stars
1.9k
更新
2026-05-26
Forks
618
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

backport-management
软件开发工程师

Manages cherry-pick backports across stable release branches. Discovers candidates from Slack/git, analyzes dependencies, resolves conflicts via worktree, and logs results. Use when asked to backport, cherry-pick to stable, manage release branches, do stable branch maintenance, or run a backport session.

2026-05-26
red-green-fix
软件质量保证分析师与测试员

Bug fix workflow that proves test validity with a red-then-green CI sequence. Commits a failing test first (CI red), then the minimal fix (CI green). Use when fixing a bug, writing a regression test, or when asked to prove a fix works.

2026-05-26
add-model-page
网页开发工程师

add, update, or remove a model page entry on the comfy org website. creates a PR to Comfy-Org/ComfyUI_frontend apps/website folder with the change and posts a Vercel preview link back to Slack.

2026-05-12
writing-playwright-tests
软件质量保证分析师与测试员

Writes Playwright e2e tests for ComfyUI_frontend. Use when creating, modifying, or debugging browser tests. Triggers on: playwright, e2e test, browser test, spec file.

2026-05-04
reviewing-unit-tests
软件质量保证分析师与测试员

Use when reviewing Vitest unit-test diffs in ComfyUI_frontend, especially new mocks, store tests, component tests, or bugfix regression tests.

2026-04-30
perf-fix-with-proof
软件质量保证分析师与测试员

Ships performance fixes with CI-proven improvement using stacked PRs. PR1 adds a @perf test (establishes baseline on main), PR2 adds the fix (CI shows delta). Use when implementing a perf optimization and wanting to prove it in CI.

2026-04-28
hardening-flaky-e2e-tests
软件质量保证分析师与测试员

Diagnoses and fixes flaky Playwright e2e tests by replacing race-prone patterns with retry-safe alternatives. Use when triaging CI flakes, hardening spec files, fixing timing races, or asked to stabilize browser tests. Triggers on: flaky, flake, harden, stabilize, race condition in e2e, intermittent failure.

2026-04-10
adding-deprecation-warnings
软件开发工程师

Adds deprecation warnings for renamed or removed properties/APIs. Searches custom node ecosystem for usage, applies defineDeprecatedProperty helper, adds JSDoc. Triggers on: deprecate, deprecation warning, rename property, backward compatibility.

2026-03-28
contain-audit
软件质量保证分析师与测试员

Detect DOM elements where CSS contain:layout+style would improve rendering performance. Runs a Playwright-based audit on a large workflow, scores candidates by subtree size and sizing constraints, measures performance impact, and generates a ranked report.

2026-03-27
layer-audit
软件开发工程师

Detect violations of the layered architecture import rules (base -> platform -> workbench -> renderer). Runs ESLint with the import-x/no-restricted-paths rule and generates a grouped report.

2026-03-17
writing-storybook-stories
软件开发工程师

Write or update Storybook stories for Vue components in ComfyUI_frontend. Use when adding, modifying, reviewing, or debugging `.stories.ts` files, Storybook docs, component demos, or visual catalog entries in `src/` or `apps/desktop-ui/`.

2026-03-13
regenerating-screenshots
软件质量保证分析师与测试员

Creates a PR to regenerate Playwright screenshot expectations. Use when screenshot tests are failing on main or PRs due to stale golden images. Triggers on: regen screenshots, regenerate screenshots, update expectations, fix screenshot tests.

2026-03-05