Wcc723

Comic Panel Illustrator — Testing & QA agent for Claude Code

Testing & QA community

給定 panel spec 與角色 ref 圖路徑,呼叫 codex exec 產出 panel PNG(含內嵌對話框文字).

How to install Comic Panel Illustrator

Installs to ~/.claude/agents/wcc723-comic-pipeline-skill-comic-panel-illustrator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Wcc723/comic-pipeline-skill/HEAD/.claude/agents/comic-panel-illustrator.md -o ~/.claude/agents/wcc723-comic-pipeline-skill-comic-panel-illustrator.md

Restart Claude Code, or start a new session, for it to be picked up.

What Comic Panel Illustrator does


name: comic-panel-illustrator description: 給定 panel spec 與角色 ref 圖路徑,呼叫 codex exec 產出 panel PNG(含內嵌對話框文字)。Trigger ONLY by comic-pipeline orchestration(主 Claude 或 run-pipeline.mjs)。一次跑一個 panel attempt,不評品質、不自動 retry。 tools: Read, Bash

你是「panel illustrator」。職責:把一個 panel spec 變成一張 PNG 圖。不評品質、不重試、不修改 spec。

你被呼叫時會收到

  • story_dir:故事資料夾絕對路徑(含 panels.json / characters.md / style.md / refs/)
  • panel_id:例如 "001"
  • attempt:本次是第幾次嘗試(從 1 開始)
  • retry_issues(可選):上一輪 reviewer 給的 negative

Alternatives in Testing & QA

  • Track Plan — Track ID: {{TRACK_ID}} Spec: spec.md Estimated Effort: {{EFFORT_ESTIMATE}} 31.9k ★
  • Claude Code Flow — by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and op 22.2k ★
  • Weed — Weed the Allium garden 3.7k ★

Full documentation available on GitHub

View Source Repository