gza-task-run

Execute pending GZA tasks inline with prompts and status updates.

11|1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/mhawthorne/gza --skill gza-task-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gza-task-run
Source: https://github.com/mhawthorne/gza/tree/main/src/gza/skills/gza-task-run
Command: npx skills add https://github.com/mhawthorne/gza --skill gza-task-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run pending Gza tasks inline in the current conversation, using the same prompt that background execution would use.

Core Features & Use Cases

  • Inline execution of a Gza task within the chat
  • Reuse the background task prompt to ensure consistency
  • Lifecycle management: in-progress, commit, and completion for tasks

Quick Start

Provide a task ID to execute the corresponding Gza task inline in this conversation.

Frequently Asked Questions about gza-task-run

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute pending Gza tasks directly within a chat session?

To execute pending Gza tasks inline, provide a task ID to run it in the current conversation using the same prompt as background execution, enabling rapid sequential runs.

What is the best way to run multiple Gza tasks quickly in a single conversation?

Running multiple Gza tasks quickly is best handled by inline execution, which supports per-task branches, inline prompts, and status updates for end-to-end task management.

Does inline Gza task execution use the same prompt as background execution?

Yes, inline Gza task execution reuses the background task prompt constructed via gza show --prompt to ensure prompt consistency across both execution methods.

Can I manage task lifecycle status like commits and completion inline in the chat?

Yes, inline execution supports full lifecycle management including status transitions, branch creation, commits, and report persistence for each task run.

Do I need a specific task ID to start running Gza tasks inline?

Yes, you must provide a valid Gza task ID as input to initiate the corresponding inline execution within your current chat session.

Why run Gza tasks inline instead of waiting for background execution?

Running Gza tasks inline allows immediate execution with status transitions and report persistence, bypassing background delays when multiple tasks must be run sequentially.