Skill

using-rune

Install
1
Install the plugin
$
npx claudepluginhub vinhnxv/rune --plugin rune

Want just this skill?

Add to a custom plugin, then install with one command.

Description

Use when the user asks to review code, plan features, brainstorm ideas, audit a codebase, implement a plan, fix review findings, debug failed builds, analyze code impact, or run end-to-end workflows. Also use when the user seems unsure which Rune command to use, when the user says "review", "plan", "brainstorm", "explore idea", "audit", "implement", "fix findings", "ship it", "check my code", "what changed", or "help me think through this". Routes user intent to the correct /rune:* command. Keywords: which command, what to use, rune help, workflow routing, review, audit, plan, brainstorm, explore, implement.

Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

Using Rune — Workflow Discovery & Routing

When a user's request matches a Rune workflow, suggest the appropriate command before responding. Do not auto-invoke heavyweight commands — suggest and let the user confirm.

Intent Routing Table

User SaysSuggestWhy
"Review my code" / "check this PR" / "code review"/rune:appraiseMulti-agent review of changed files
"Audit the codebase" / "security scan" / "full review"/rune:auditComprehensive codebase analysis (all files, not just diff)
"Brainstorm" / "explore idea" / "what should we build" / "thảo luận"/rune:brainstormCollaborative idea exploration (3 modes: solo, roundtable, deep)
"Plan a feature" / "design this" / "how should we build"/rune:deviseMulti-agent planning pipeline (brainstorm + research + synthesize)
"Quick plan" / "just outline it"/rune:devise --quickLightweight planning (research + synthesize, skip brainstorm/forge)
"Implement this" / "build it" / "execute the plan"/rune:strive plans/...Swarm workers execute a plan file
"Fix these findings" / "resolve the review"/rune:mend tmp/.../TOME.mdParallel resolution of review findings
"Run everything" / "ship it" / "end to end"/rune:arc plans/...Full 29-phase pipeline (forge → work → review → mend → test → goldmask → ship → merge). Use --status to check current phase and progress
"Batch arc" / "run all plans" / "overnight" / "multiple plans"/rune:arc-batch plans/*.mdSequential batch arc execution with auto-merge and crash recovery
"Process GitHub issues" / "run issues" / "issue backlog" / "auto-implement from issues"/rune:arc-issues --label "rune:ready"GitHub Issues-driven batch arc — fetches issues, generates plans, runs arc, comments results
"Deepen this plan" / "add more detail" / "enrich"/rune:forge plans/...Forge Gaze topic-aware enrichment
"What changed?" / "blast radius" / "impact analysis"/rune:goldmaskCross-layer impact analysis (Impact + Wisdom + Lore)
"Help me think through" / "structured reasoning"/rune:elicitInteractive elicitation method selection
"Configure Rune" / "setup talisman" / "init talisman" / "rune config"/rune:talismanInitialize, audit, or guide talisman.yml configuration
"Clean up" / "remove temp files"/rune:restRemove tmp/ artifacts from completed workflows
"Cancel the review" / "stop the audit"/rune:cancel-review or /rune:cancel-auditGraceful shutdown of active workflows
"Cross-model review" / "codex review" / "second opinion"/rune:codex-reviewCross-model code review — Claude + Codex in parallel
"prototype from figma" / "preview design" / "storybook from figma" / "generate components from figma"/rune:design-prototypeStandalone prototype generator
"Sync design" / "figma sync" / "design workflow"/rune:design-syncFigma design synchronization (extract → implement → review)
"Promote echoes" / "elevate learnings" / "global echoes"/rune:elevatePromote project echoes to global scope
"Track todos" / "file todos" / "manage todos"/rune:file-todosStructured file-based TODO tracking
"Learn from session" / "extract patterns" / "self-learn"/rune:learnSession self-learning — extract correction patterns
"Resolve PR comments" / "fix all comments" / "batch resolve"/rune:resolve-all-gh-pr-commentsBatch resolve all open PR review comments
"Fix this PR comment" / "resolve comment"/rune:resolve-gh-pr-commentResolve a single GitHub PR review comment
"Resolve TODOs" / "fix TODOs" / "clean up TODOs"/rune:resolve-todosResolve file-based TODOs with verify-before-fix pipeline
"Test skill" / "eval skill" / "pressure test"/rune:skill-testingTDD methodology for skill testing and evaluation
"Team status" / "check teammates" / "agent health"/rune:team-statusBackground team health dashboard
"Browser test" / "E2E test" / "test browser"/rune:test-browserStandalone browser E2E testing
"UX review" / "UX patterns" / "heuristic evaluation"/rune:ux-design-processUX design intelligence and heuristic evaluation
"Post findings to PR" / "share review on PR" / "post to GitHub" / "comment on PR with findings"/rune:post-findingsPost Rune review findings to GitHub PR as formatted comment

Beginner Aliases

For users new to Rune, these simpler commands forward to the full versions:

User SaysSuggestEquivalent
"brainstorm" / "explore"/rune:brainstorm/rune:brainstorm skill
"plan" / "plan this"/rune:plan/rune:devise
"work" / "build" / "implement"/rune:work/rune:strive
"review" / "check my code"/rune:review/rune:appraise

Routing Rules

  1. Suggest, don't auto-invoke. Rune commands spawn agent teams. Always confirm first.
  2. One command per intent. If ambiguous, ask which workflow they want.
  3. Check for prerequisites. /rune:strive needs a plan file. /rune:mend needs a TOME. /rune:arc needs a plan.
  4. Recent artifacts matter. Check plans/ for recent plans, tmp/reviews/ for recent TOMEs.

When NOT to Route

  • Simple questions about the codebase → answer directly
  • Single-file edits → edit directly
  • Git operations → use git directly
  • Questions about Rune itself → use ash-guide skill

Quick Reference: Command Capabilities

CommandSpawns Agents?DurationInput Required
/rune:appraiseYes (up to 8)3-10 minGit diff (auto-detected)
/rune:auditYes (up to 8)5-15 minNone (scans all files)
/rune:deviseYes (up to 7)5-15 minFeature description
/rune:striveYes (swarm)10-30 minPlan file path
/rune:mendYes (per file)3-10 minTOME file path
/rune:arcYes (per phase)30-90 minPlan file path
/rune:arc-batchYes (per plan)45-240 min/planPlan glob or queue file
/rune:arc-issuesYes (per issue)45-240 min/issueGitHub issue labels or numbers
/rune:forgeYes (per section)5-15 minPlan file path
/rune:goldmaskYes (8 tracers)5-10 minDiff spec or file list
/rune:elicitNo2-5 minTopic
/rune:talismanNo1-3 minSubcommand (init/audit/update/guide/status)
/rune:codex-reviewYes (up to 4)5-15 minGit diff (auto-detected)
/rune:design-prototypeYes (0-5)5-15 minFigma URL or text description
/rune:restNo<1 minNone
/rune:brainstormYes (0-3 advisors)1-8 minFeature idea
/rune:design-syncYes (per phase)10-30 minFigma URL
/rune:elevateNo1-2 minNone (scans echoes)
/rune:file-todosNo<1 minSubcommand
/rune:learnNo2-5 minNone (scans session)
/rune:resolve-all-gh-pr-commentsYes (per comment)5-20 minPR number (auto-detected)
/rune:resolve-gh-pr-commentNo1-3 minPR comment URL or ID
/rune:resolve-todosYes (per batch)5-15 minTODO file path
/rune:skill-testingNo2-10 minSkill name
/rune:team-statusNo<1 minNone
/rune:test-browserNo3-10 minPR# or branch
/rune:ux-design-processNo2-5 minNone (auto-loaded)
/rune:post-findingsNo1-3 minTOME file path + PR number
/rune:plan(alias for /rune:devise)
/rune:work(alias for /rune:strive)
/rune:review(alias for /rune:appraise)
Stats
Stars1
Forks0
Last CommitMar 17, 2026
Actions

Similar Skills