Instructions file CodexOpenCode
Instructions for mhawthorne/gza, covering gza, essential commands, critical rules, pytest hangs and don'ts.
Instructions file CodexOpenCode
Instructions for mhawthorne/gza, covering gza, essential commands, critical rules, pytest hangs and don'ts.
Instructions file
Instructions for mhawthorne/gza: Read AGENTS.md for all project instructions.
Skill Claude CodeCodex
Check the implementation against the behavior specs in specs/behavior/. Reports where the code diverges from intended behavior — each divergence is either a code bug or a spec gap. The behavior spec is the source of truth; this skill never edits code or the spec.
Skill Claude CodeCodex
Comprehensive pre-release code review assessing test coverage, code duplication, and component interactions.
Skill Claude CodeCodex
Review changes on current branch and output a structured review. Optionally post to PR with --pr flag, or apply non-blocking follow-ups inline with --apply-followups.
Skill Claude CodeCodex
Review documentation for accuracy, completeness, and missing information that users may need.
Skill Claude CodeCodex
Summarize an explore task, extract the important findings, and suggest concrete next steps.
Skill Claude CodeCodex
Analyze gza run logs to find recurring anti-patterns, wasted effort, and suggest AGENTS.md or workflow improvements.
Skill Claude CodeCodex
Refine a draft plan by asking targeted questions, resolving gaps, and rewriting it into an implementation-ready plan.
Skill Claude CodeCodex
Run an interactive quality gate for a plan task and produce a go or no-go recommendation before implementation.
Skill Claude CodeCodex
Rebase current branch onto the requested target branch, with interactive conflict resolution. Use when rebasing, merging, or resolving git conflicts.
Skill Claude CodeCodex
Check the behavior spec set for coherence, ownership boundaries, and plain-language discipline without editing the spec or the code.
Skill Claude CodeCodex
Review all spec files for accuracy against the current implementation, flagging outdated vs aspirational content.
Skill Claude CodeCodex
Run an interactive quality gate for a spec file and produce a go or no-go recommendation before implementation.
Skill Claude CodeCodex
Synthesize operator triage guidance from failed-task history, unimplemented plan and explore work, unmerged branches, and queue state.
Skill Claude CodeCodex
Turn the recurring watch stuck-task pile into (1) a diagnosis of why each class is stuck, (2) the existing stuck rows actually cleared now, and (3) systemic prevention so it does not recur. Snapshots watch/incomplete/queue, buckets stuck tasks by failure class, dedups against already-tracked system work, unsticks each…
Skill Claude CodeCodex
Create a well-formed gza task with appropriate type, tags, and prompt.
Skill Claude CodeCodex
Diagnose why a gza task failed — analyzes logs, detects loops, checks diffs, compares baselines, and suggests fixes.
Skill Claude CodeCodex
Guide user through deliberate task creation with clarification and refinement before running gza add.
Skill Claude CodeCodex
Rescue a stuck gza task inline — diagnoses review/improve churn, verifies each blocker against current code, addresses the open ones, runs verify, and commits. Runs entirely in Claude Code, no background worker.
Skill Claude CodeCodex
Address feedback for a gza task inline — reads review findings and/or unresolved comments, checks out the branch, fixes must-fix items and comments, runs verify, and commits.
Skill Claude CodeCodex
Gather comprehensive info about a specific gza task including status, branch, commits, and logs.
Skill Claude CodeCodex
Compatibility wrapper that routes task resumption to first-class gza CLI resume/run-inline workflows.
Skill Claude CodeCodex
Run an interactive code-only review for a gza task's implementation branch and produce structured review output compatible with gza-task-improve.