smelter
Yusang-park/Smelter
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
agent-browser
Yusang-park/Smelter
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.
release
Yusang-park/Smelter
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-issue
Yusang-park/Smelter
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).