issue

Parse issues, analyze code, and drive fixes through TDD and verification.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fernando-fernandez3/claude-code-resources --skill issue-fernando-fernandez3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue
Source: https://github.com/fernando-fernandez3/claude-code-resources/tree/main/my-config/skills/issue
Command: npx skills add https://github.com/fernando-fernandez3/claude-code-resources --skill issue-fernando-fernandez3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines issue resolution by automatically parsing user-reported issues, analyzing affected code, and guiding fixes through test-driven development, verification, and controlled commits.

Core Features & Use Cases

  • Quick mode for fast, isolated fixes.
  • Plan mode for multi-file changes and architectural impact.
  • TDD-driven workflow with /tdd and /verify and a gated commit process.
  • Jira/GitHub integration patterns for referencing tickets and updating status.

Quick Start

Use the /issue command to start resolving issues:

  • /issue "<description>" auto-detects mode and begins the workflow.
  • /issue --quick "<description>" forces quick mode for straightforward fixes.
  • /issue --plan "<description>" initiates a planned, multi-file resolution.

Frequently Asked Questions about issue

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

FAQPage Schema
How do I resolve code issues using a TDD workflow?

Issue resolution through TDD involves parsing bugs, analyzing affected code, and driving fixes with test-driven development. The workflow requires running /tdd and /verify processes before committing changes with user approval.

What is the best way to automate issue resolution for multi-file code changes?

For multi-file changes, plan mode handles issue resolution by initiating a structured, multi-file resolution that evaluates architectural impact across projects before applying fixes and committing changes.

How do I debug small, isolated code issues quickly?

To debug isolated code issues quickly, use quick mode. This forces a streamlined issue resolution workflow for small, isolated fixes without requiring a comprehensive multi-file planning process.

Can I integrate issue resolution with Jira or GitHub tickets?

Yes, issue resolution supports Jira and GitHub integration patterns for referencing tickets during code analysis and updating their status after completing the TDD workflow and commit process.

Does issue resolution require a verification step before committing code?

Yes, issue resolution requires verification before committing code. The workflow mandates running the /verify process to validate fixes, with all commits gated behind explicit user approval.