원클릭으로
workflow-coding
Implement the smallest Smelter source change needed to turn RED tests GREEN under workflow gates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement the smallest Smelter source change needed to turn RED tests GREEN under workflow gates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when: User wants to run a SUBSTANTIAL multi-step coding task as a workflow (fix/implement a whole issue or feature, comprehensive review), CREATE workflows or commands, set up workflow automation, or manage workflow configuration. Triggers (run): "use workflow to", "run workflow", "with workflow", "workflow to", "workflow run", "use a workflow to", "run a workflow", and generic task-completion intents that imply a full coding deliverable: "실행해줘", "돌려줘", "구현해줘", "고쳐줘", "이슈 고쳐줘", "PR 만들어줘", "implement this", "fix this issue", "build this feature", "ship this". Triggers (create): "create a workflow", "write a workflow", "make a command", "author a workflow", "new workflow", "new command", "workflow yaml". Triggers (setup): "set up workflows", "install workflow automation", "how to use workflows", "configure workflows", "workflow setup", "get started with workflows". Triggers (config): "change my workflow config", "modify workflow config", "workflow
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Smelter deep interview for planning-first requirement discovery before /brainstorm, /implement, or /fix execution
Create a release from dev branch. Generates changelog entries from commits, bumps version, and creates a PR to main. TRIGGERS - Use this skill when user says: - "/release" - create a patch release (default) - "/release minor" - create a minor release - "/release major" - create a major release - "make a release", "cut a release", "ship it", "release to main"
Replicate and validate a GitHub issue by spinning up Smelter, analyzing the issue, and systematically testing all described symptoms using browser automation. Use when: User wants to reproduce a bug, validate a GitHub issue, confirm a reported problem, or investigate whether an issue is real before working on a fix. Triggers: "replicate issue", "reproduce issue", "validate issue", "confirm bug", "test issue", "can you reproduce", "try to replicate", "verify the bug". Capability: Checks out main, pulls latest, starts Smelter, reads the GitHub issue, then uses agent-browser to systematically test every symptom and produce a findings report. NOT for: Fixing issues (use /smelter or /exp-piv-loop:fix-issue), general UI testing (use /validate-ui).
Autonomous rule adherence checker. Scans the codebase for rule violations, fixes the highest-impact ones in an isolated worktree, runs full validation, creates a PR. Uses memory to track progress across runs.
| name | workflow-coding |
| description | Implement the smallest Smelter source change needed to turn RED tests GREEN under workflow gates. |
| version | 0.55 |
| type | workflow |
| consumes | *.test.* (RED) OR active_feedback |
| produces | src files changed |
| default_pattern | C |
| default_agent | executor |
| supports_patterns | ["A","C"] |
| team_template | {"C":{"parallel_split_by":"module","agents":["executor"],"aggregator":"architect","conflict_resolver":"conflict-resolver","sync_point":"api-contract"}} |
| watchdog | E |
| can_delegate_to | ["ui-ux-pro-max","copywriting","vercel-react-best-practices","designer"] |
| gate | {"pre":[{"tdd_cycle":"events[].type=test_red or legacy failing test_cycles[] exists"},{"allowed_in_mode":true}],"post":[{"src_changed":true},{"typecheck_clean":true},{"scoped_tests_pass":true}]} |
Implement the smallest source change that turns RED tests GREEN. This is not a terminal stage.
Announce: I'm using workflow-coding to turn RED tests GREEN. Next skill on pass: workflow-agent-review.
workflow-write-test: real failing command exit, not ; echo "exit=$?" masking.active_feedback targeting workflow-coding.tasks.md or implementation-plan artifact relevant to the change.workflow-write-test.tsc --noEmit or repo equivalent) when applicable.workflow-write-test.workflow-human-check; do not speculate it would pass.workflow-human-check returns complete.workflow-agent-review because the change is small.workflow-e2e for UI/CLI/API/hook/script behavior changes.workflow-human-check.For independent /implement modules, dispatch executor subagents only when parallelization is safe. Give exact task text, file map, acceptance criteria, and excerpts from implementation-plan.md; require self-review and test output. Subagent self-review never replaces Smelter review/E2E/human-check.
workflow-write-test/implement -> workflow-implementation-plan/fix -> workflow-investigate or mode upgradeworkflow-coding with evidenceAfter post-gate passes, invoke workflow-agent-review. Do not stop, summarize as complete, or jump directly to E2E.