Acts on pending items in the task list by executing them in order and updating their status.

Install

mkdir -p .claude/skills/go-bridge-craftwork && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18775" && unzip -o skill.zip -d .claude/skills/go-bridge-craftwork && rm skill.zip

Installs to .claude/skills/go-bridge-craftwork

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Act on the queued items. Works through every pending item on the working todo list (the queue built with /list), actually doing each one, marking it in_progress then completed as you go. Use after stacking items with /list.
223 charsno explicit “when” trigger
Beginner

Key capabilities

  • Work through pending items on the working todo list
  • Process items in order, unless specified otherwise
  • Mark each item 'in_progress' before starting
  • Mark each item 'completed' when done
  • Make sensible calls for ambiguous items
  • Summarize what was done for each item

How it works

The skill processes each pending item on the todo list in order, marking it 'in_progress' before starting and 'completed' upon completion. It then provides a brief summary of the actions taken.

Inputs & outputs

You give it
a working todo list with pending items
You get back
brief summary of completed work, with items marked 'completed'

When to use go

  • Execute queued tasks
  • Automate workflow items
  • Update task progress

About this skill

/go — act on the queue

Take every pending item on the working todo list (the queue built with /list) and actually DO it.

  • Work through them in order, unless the user's /go argument says otherwise (e.g. "go — bottom up", or names specific items).
  • Mark each item in_progress before starting and completed when done, via TodoWrite, so progress is visible.
  • If an item is ambiguous, make a sensible call and note it rather than stalling; surface anything that genuinely needs the user's decision.
  • If the queue is empty, say so and stop.

When finished, give a brief summary — one line per item — of what was done.

When not to use it

  • When the queue is empty
  • When the user wants to stack items onto the list
  • When a detailed report of each step is required instead of a brief summary

Limitations

  • If the queue is empty, the skill will say so and stop
  • Provides a brief summary, one line per item, of what was done
  • Requires a working todo list with pending items

How it compares

This skill automates the execution and status tracking of queued tasks, providing a structured way to complete a list of items and report progress, unlike manually performing each task.

Compared to similar skills

go side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
go (this skill)01moNo flagsBeginner
flow-next-work11moReviewAdvanced
twinmind-core-workflow-b110dReviewIntermediate
linear-core-workflow-a010dReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

flow-next-work

gmickel

Execute a Flow epic or task systematically with git setup, task tracking, quality checks, and commit workflow. Use when implementing a plan or working through a spec. Triggers on /flow-next:work with Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2).

13

twinmind-core-workflow-b

jeremylongshore

Execute TwinMind secondary workflow: Action item extraction and follow-up automation. Use when automating meeting follow-ups, extracting tasks, or integrating with project management tools. Trigger with phrases like "twinmind action items", "meeting follow-up automation", "extract tasks from meeting".

11

linear-core-workflow-a

jeremylongshore

Issue lifecycle management with Linear: create, update, and transition issues. Use when implementing issue CRUD operations, state transitions, or building issue management features. Trigger with phrases like "linear issue workflow", "linear issue lifecycle", "create linear issues", "update linear issue", "linear state transition".

00

cm-start

tody-agent

Start the CM Workflow to execute your objective from idea to production code.

00

lisa-setup-atlassian

CodySwannGT

Set up Atlassian (cloudId + acli profile) for this project. Writes the `atlassian` section of `.lisa.config.json` and enables the Atlassian MCP and/or installs acli as needed. Prerequisite for /lisa:setup:jira and /lisa:setup:confluence.

00

skill-team-implement

benbrastmckie

Orchestrate multi-agent implementation with parallel phase execution. Spawns teammates for independent phases and coordinates dependent phases. Includes debugger teammate for error recovery.

00

Search skills

Search the agent skills registry