gza-summary

gza-summary is a skill for Claude Code from mhawthorne/gza. It costs 29 tokens per session (948 once invoked), scanned A, original, MIT.

A summary tool for operators of gza, a task-management system, that combines failed tasks, unfinished planned work, unmerged code, and queue status. It turns those records into triage guidance and suggested next actions.

In plain words
What is it for?
Reviewing failed work, finding unfinished or unmerged changes, checking blocked queue items, and deciding whether failed tasks need recovery.
Why use it?
It brings scattered task and code-status information into one view so operators can see what needs attention first.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Reviewing failed work, finding unfinished or unmerged changes, checking blocked queue items, and deciding whether failed tasks need recovery.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mhawthorne/gza/gza-summary
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mhawthorne/gza --skill gza-summary
Clone the repo
git clone --depth 1 https://github.com/mhawthorne/gza

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gza-summary

README.md
[![agentmods](https://agentmods.dev/badge/skills/mhawthorne/gza/gza-summary/github.svg)](https://agentmods.dev/skills/mhawthorne/gza/gza-summary)
Your own site
<a href="https://agentmods.dev/skills/mhawthorne/gza/gza-summary"><img src="https://agentmods.dev/badge/skills/mhawthorne/gza/gza-summary/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gza-summary

Your own site · 80×15
<a href="https://agentmods.dev/skills/mhawthorne/gza/gza-summary"><img src="https://agentmods.dev/badge/skills/mhawthorne/gza/gza-summary.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 948 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00948
Opus 5 $0.00015 $0.00474
Sonnet 5 $0.00006 $0.00190
Haiku 4.5 $0.00003 $0.00095

Measured 6d ago against content hash 914f3dd075c8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

gza-summary scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/gza/skills/gza-summary/SKILL.md · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Gza Summary

Produce an operator triage summary by combining dedicated gza surfaces, then recommend the next concrete actions.

Process

Step 1: Gather task data

Run these commands to collect the canonical source data:

Failed-task history:

uv run gza history --status failed

Unimplemented plan/explore work:

uv run gza advance --unimplemented

Until uv run gza unimplemented exists, uv run gza advance --unimplemented is the canonical surface.

Unmerged code work:

uv run gza unmerged

Queue state, including blocked rows:

uv run gza next --all

Optional failed-recovery decision surface:

uv run gza watch --restart-failed --dry-run

Step 2: Analyze the output

Treat each command as the authoritative surface for one domain:

From uv run gza history --status failed:

  • Treat this as factual failed-task history, including attempts that were later retried or resumed successfully
  • Suggest factual follow-up like uv run gza log <full prefixed task id> when operators need details
  • Use uv run gza watch --restart-failed --dry-run when operators need the current failed-task recovery decision surface
  • Do not treat this as a replacement for the old mixed-bucket gza incomplete output

From uv run gza unmerged:

  • Each listed row is completed code work that still needs merge/review/sync attention
  • Prefer gza-native guidance like uv run gza merge <full prefixed task id> or uv run gza sync <full prefixed task id>

From uv run gza advance --unimplemented:

  • Identify completed plan or explore rows that do not yet have implementation work
  • Suggest bare uv run gza implement <full prefixed task id> only for completed plan rows; note that it queues by default
  • Suggest uv run gza advance --unimplemented --create when implement tasks should be queued from listed source rows

From uv run gza next --all:

  • Identify the runnable next task(s) for uv run gza work
  • Call out blocked rows, including dropped-dependency blockers, as queue state rather than lineage state

Read the full file on GitHub · 110 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago Changed 914f3dd075c8
  2. 10d ago First seen · 110 lines · 29 tokens per session scan A 4513d3e2f8be

Subscribe to this mod's changes

gza-summary is a skill published in the GitHub repository mhawthorne/gza (12 stars, last pushed today), licensed MIT. It adds 29 tokens to every session and 948 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.