gza-task-info

Retrieve task details by ID and present them as JSON.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gather and present complete details about a specific gza task, including its status, branch information, commits, and execution logs, to help engineers review progress quickly.

Core Features & Use Cases

  • Task-wide overview: Retrieve task metadata, database details, and related artifacts (logs, reports) in a single view.
  • Branch insights: If a task has a branch, summarize base branch status, recent commits, and merge status.
  • Execution trace: Show logs and outputs when available to understand task progression.

Quick Start

Ask for a task ID and let this skill fetch and display its full details.

Frequently Asked Questions about gza-task-info

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

FAQPage Schema
How do I retrieve task status and execution logs from a database using a task ID?

Provide the task ID to fetch and summarize its complete details from the database. The skill retrieves task metadata, execution logs, report files, and output content, presenting them as structured JSON to help engineers review task progression quickly.

What is the best way to get a git branch synopsis for a specific task?

To summarize a git branch for a specific task, the system collects the base branch status, recent commits, merge status, and diffs. This provides a clear branch synopsis directly linked to the task details retrieved from the database.

How do I view execution logs and report files for a completed task?

You can view execution logs and report files by querying the task ID in the database. The system automatically exposes available log_file, report_file, and output_content, delivering a concise task-state summary that includes timing, cost, and prompt details.

Does retrieving task details require specifying database connection parameters?

The metadata does not mention requiring manual database connection parameters. You simply provide the task ID, and the skill handles identifying and retrieving comprehensive task details, including metadata, branch status, and logs, directly from the database.

Can I get a summary of task timing and cost alongside git branch status?

Yes, the system delivers a concise task-state summary that includes timing, cost, and prompt. If the task includes a branch, it simultaneously collects and summarizes the base branch status, recent commits, and merge status alongside the execution details.