gza-task-draft
openbooklet.com/s/gza-task-draftopenbooklet.com/s/gza-task-draft@1.0.0GET /api/v1/skills/gza-task-draftGuide user through deliberate task creation with clarification and refinement before running gza add
Use this skill when an implementation task is stuck in review/improve churn â the same blockers keep reappearing, or a previous improve/fix pass failed to close them. `fix` is escalation: it **diagnoses why the loop is happening** before making any edits, then applies a bounded repair scoped stric
Review changes on current branch and output a structured review. Optionally post to PR with --pr flag.
Review documentation for accuracy, completeness, and missing information that users may need
Summarize an explore task, extract the important findings, and suggest concrete next steps
Analyze gza run logs to find recurring anti-patterns, wasted effort, and suggest AGENTS.md or workflow improvements
Run an interactive quality gate for a plan task and produce a go or no-go recommendation before implementation
Rebase current branch on main, with interactive conflict resolution. Use when rebasing, merging, or resolving git conflicts.
Review all spec files for accuracy against the current implementation, flagging outdated vs aspirational content
Gather comprehensive info about a specific gza task including status, branch, commits, and logs
Resume a failed/max-turns gza task inline in the current conversation, picking up where the agent left off
Run an interactive code review for a gza task's implementation branch, producing structured review output compatible with gza-task-improve
Run a gza task inline in the current conversation, using the same prompt that background execution would use
Run verify_command from gza.yaml, fix any errors found in files changed on the current branch, then commit all fixes.
Address review comments for a gza task directly in the current conversation. This is useful when a task has reached max review/improve cycles and needs human-guided fixes, or when you want to interactively resolve review feedback.
Auto-indexed from mhawthorne/gza
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.