fix-issue

Resolve GitHub issues and Weave nodes through procedural gate checkpoints.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/AGM1968/weave --skill fix-issue-agm1968
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-issue
Source: https://github.com/AGM1968/weave/tree/main/.claude/skills/fix-issue
Command: npx skills add https://github.com/AGM1968/weave --skill fix-issue-agm1968

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end issue resolution across code repositories and Weave nodes using a gated workflow, preventing scope creep and ensuring verification before closure.

Core Features & Use Cases

  • Procedural gates guide issue resolution from understanding to closure.
  • Gate-based checkpoints (ship-it, pre-mortem, zero-in, sanity-check, guard-scope, verify-complete) help enforce discipline and reduce regressions.
  • Works with GitHub issues and Weave nodes, captures done criteria and learning when closing.

Quick Start

Invoke /fix-issue <wv-id or gh-issue> to start end-to-end issue resolution.

Frequently Asked Questions about fix-issue

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

FAQPage Schema
How do I automate end-to-end GitHub issue resolution with workflow verification?

End-to-end GitHub issue resolution is automated using procedural gates that enforce step sequencing for implementation, validation, and closure across code, tests, and documentation. This prevents scope creep and ensures verification before closing tracked issues.

What are procedural gates in issue resolution and how do they work?

Procedural gates are gate-based checkpoints like ship-it, pre-mortem, zero-in, sanity-check, guard-scope, and verify-complete. They enforce discipline during issue resolution by requiring verification capture and metadata validation before advancing to the next workflow step.

How do I start an automated workflow to fix a tracked issue?

To start an automated workflow to fix a tracked issue, invoke the fix-issue command with a Weave node ID or GitHub issue number. This initiates the end-to-end gated workflow, guiding the process from initial understanding through to final closure.

Does this gated issue resolution workflow support both GitHub issues and Weave nodes?

Yes, this gated issue resolution workflow supports both GitHub issues and Weave nodes. It applies procedural gates to tracked issues requiring implementation, validation, and closure, capturing done criteria and learning metadata when closing either type.

How can I prevent scope creep when fixing issues across code, tests, and documentation?

To prevent scope creep when fixing issues across code, tests, and documentation, use a gated workflow with a guard-scope checkpoint. This enforces strict scope boundaries and requires verification capture through gate commands and hooks before allowing issue closure.

What is the best way to ensure code review validation before closing an issue?

The best way to ensure code review validation before closing an issue is to use procedural gates like verify-complete and sanity-check. These gate-based checkpoints enforce verification capture across code, tests, and documentation, reducing regressions before final closure.