Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

Smelter

يحتوي Smelter على 48 من skills المجمعة من Yusang-park، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
48
Stars
2
محدث
2026-05-26
Forks
0
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

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

2026-05-26
agent-browser
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-05-25
deep-interview
متخصصو إدارة المشاريع

Smelter deep interview for planning-first requirement discovery before /brainstorm, /implement, or /fix execution

2026-05-25
release
مطوّرو البرمجيات

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"

2026-05-25
replicate-issue
محللو ضمان جودة البرمجيات والمختبرون

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).

2026-05-25
rulecheck
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-05-25
save-task-list
مطوّرو البرمجيات

Save current task list for reuse across sessions

2026-05-25
smelter-dev
مطوّرو البرمجيات

The PRIMARY development workflow for the Smelter project (remote-coding-agent). Use this skill instead of any PRP skills when working on Smelter code. Routes to 10 specialized cookbooks based on what the user is trying to do: RESEARCH — "how does the orchestrator work?", "where is session state defined?", "trace the workflow execution flow", "what is IWorkflowStore?" INVESTIGATE — "should we use Drizzle or Prisma?", "what's the best way to add WebSockets?", "can we migrate to Turso?", "how do other projects handle rate limiting?" PRD — "write a PRD for dark mode", "spec out the notification feature", "product requirements for webhook retry" PLAN — "plan the auth refactor", "design the caching layer", "create an implementation plan for #42" IMPLEMENT — "implement the plan", "execute .claude/smelter/plans/auth.plan.md", "build the feature from the plan", "code this up" REVIEW — "review PR #123", "review my changes",

2026-05-25
test-release
محللو ضمان جودة البرمجيات والمختبرون

Verify a released smelter binary works end-to-end via a specific install path. Use when: cutting a new release, reproducing a user bug report on the released version, or validating that a hotfix binary actually works after a re-tag. Triggers: "test the release", "test 0.3.1 via brew", "verify the curl install", "smoke test the binary", "did the release binary work", "run /test-release", "verify the release". NOT for: testing dev work (use bun link directly), testing unreleased changes (build locally via scripts/build-binaries.sh first), or running the full validate suite (bun run validate is separate).

2026-05-25
triage
مطوّرو البرمجيات

Triage GitHub issues by applying type, effort, priority, and area labels. Runs in an isolated context to avoid polluting the main conversation with issue details. Delegates to a specialized triage agent with label validation hooks.

2026-05-25
validate-ui
محللو ضمان جودة البرمجيات والمختبرون

Comprehensive end-to-end validation of the Smelter Web UI using browser automation and codebase review. Use when: User wants to validate, test, or audit the Smelter web interface, find UI/UX bugs, test workflow management, verify parallel agent orchestration, or run comprehensive browser-based E2E tests. Triggers: "validate ui", "test the ui", "e2e test", "browser test", "validate smelter", "test smelter ui", "ui audit", "ux review", "comprehensive test", "validate everything". Capability: Starts Smelter, runs exhaustive browser automation tests via agent-browser CLI, performs codebase review, and produces a detailed bug/UX report. NOT for: Unit tests (use `bun test`), CLI-only validation (use /validation:validate-simple).

2026-05-25
workflow-e2e
محللو ضمان جودة البرمجيات والمختبرون

Run Smelter real-interface E2E checks and capture concrete evidence for user-visible behavior.

2026-05-25
workflow-investigate
مطوّرو البرمجيات

Gather Smelter codebase evidence, reproduction details, architecture context, and scoped findings before downstream work.

2026-05-25
workflow-write-test
محللو ضمان جودة البرمجيات والمختبرون

Create executable RED specifications before implementation, or record valid Smelter TDD exemptions.

2026-05-25
deep-interview
متخصصو إدارة المشاريع

Smelter deep interview for planning-first requirement discovery before /brainstorm, /implement, or /fix execution

2026-05-25
workflow-agent-review
محللو ضمان جودة البرمجيات والمختبرون

Perform focused Smelter code and security review after implementation before E2E validation.

2026-05-25
workflow-brainstorm-review
متخصصو إدارة المشاريع

Review Smelter brainstorm artifacts for decision quality, risks, completeness, and implementation readiness.

2026-05-25
workflow-brainstorm
متخصصو إدارة المشاريع

Drive Smelter planning-only brainstorming with context discovery, approach comparison, decisions, and design artifacts.

2026-05-25
workflow-e2e-review
محللو ضمان جودة البرمجيات والمختبرون

Review Smelter E2E evidence for missing proof, weak assertions, screenshots, videos, and user-visible behavior coverage.

2026-05-25
workflow-e2e
محللو ضمان جودة البرمجيات والمختبرون

Run Smelter real-interface E2E checks and capture concrete evidence for user-visible behavior.

2026-05-25
workflow-human-check
متخصصو إدارة المشاريع

Final Smelter human approval gate for evidence review, completion decisions, commit approval, or rework routing.

2026-05-25
workflow-investigate-review
متخصصو إدارة المشاريع

Review Smelter investigation artifacts for evidence gaps, contradictions, and unsupported claims.

2026-05-25
workflow-investigate
مطوّرو البرمجيات

Gather Smelter codebase evidence, reproduction details, architecture context, and scoped findings before downstream work.

2026-05-25
workflow-team-code-review
محللو ضمان جودة البرمجيات والمختبرون

Perform final Smelter multi-perspective code review before human check on implementation workflows.

2026-05-25
workflow-verify
محللو ضمان جودة البرمجيات والمختبرون

Run non-mutating Smelter verification with fresh command evidence before any pass or fail claims.

2026-05-25
workflow-write-test
محللو ضمان جودة البرمجيات والمختبرون

Create executable RED specifications before implementation, or record valid Smelter TDD exemptions.

2026-05-25
brainstorm
متخصصو إدارة المشاريع

Entry shim for Smelter /brainstorm planning mode. Use when Smelter asks to enter brainstorming workflow; immediately continue with workflow-investigate.

2026-05-25
explore
مطوّرو البرمجيات

Entry shim for Smelter /explore read-only mode. Use when Smelter asks to enter explore mode; immediately continue with workflow-investigate.

2026-05-25
fix
مطوّرو البرمجيات

Entry shim for Smelter /fix mode. Use when Smelter asks to enter bug-fix workflow; immediately continue with workflow-investigate.

2026-05-25
implement
مطوّرو البرمجيات

Entry shim for Smelter /implement mode. Use when Smelter asks to enter implementation workflow; immediately continue with workflow-investigate.

2026-05-25
infra
مطوّرو البرمجيات

Entry shim for Smelter /infra mode. Use when Smelter asks to enter infrastructure workflow; immediately continue with workflow-investigate.

2026-05-25
verify
مطوّرو البرمجيات

Entry shim for Smelter /verify mode. Use when Smelter asks to enter verification workflow; immediately continue with workflow-verify.

2026-05-25
workflow-agent-review
محللو ضمان جودة البرمجيات والمختبرون

Perform focused Smelter code and security review after implementation before E2E validation.

2026-05-25
workflow-brainstorm-review
مطوّرو البرمجيات

Review Smelter brainstorm artifacts for decision quality, risks, completeness, and implementation readiness.

2026-05-25
workflow-brainstorm
مطوّرو البرمجيات

Drive Smelter planning-only brainstorming with context discovery, approach comparison, decisions, and design artifacts.

2026-05-25
workflow-coding
مطوّرو البرمجيات

Implement the smallest Smelter source change needed to turn RED tests GREEN under workflow gates.

2026-05-25
workflow-e2e-review
محللو ضمان جودة البرمجيات والمختبرون

Review Smelter E2E evidence for missing proof, weak assertions, screenshots, videos, and user-visible behavior coverage.

2026-05-25
workflow-human-check
مطوّرو البرمجيات

Final Smelter human approval gate for evidence review, completion decisions, commit approval, or rework routing.

2026-05-25
workflow-implementation-plan-review
مطوّرو البرمجيات

Review Smelter implementation plans for file maps, TDD steps, risk coverage, and execution readiness.

2026-05-25
workflow-implementation-plan
مطوّرو البرمجيات

Create Smelter code-level implementation plans with exact files, tasks, TDD steps, and validation commands.

2026-05-25
عرض أهم 40 من أصل 48 skills مجمعة في هذا المستودع.