git-issue

Generate structured Git issue drafts from repository changes and project context.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/nvimcraft/dotfiles-macos --skill git-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-issue
Source: https://github.com/nvimcraft/dotfiles-macos/tree/main/.config/opencode/skills/git-issue
Command: npx skills add https://github.com/nvimcraft/dotfiles-macos --skill git-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers turn repository context, code changes, and project history into structured Git issue drafts without manually organizing issue details.

Core Features & Use Cases

  • Issue Analysis: Analyzes commits, diffs, existing issues, and code context to infer issue type, priority, and scope.
  • Template Generation: Produces formatted bug reports, feature requests, enhancements, and documentation issues following Git conventions.
  • Use Case: When a recent code change introduces a bug, use this Skill to create a complete issue draft with a title, body, labels, and related references for manual submission.

Quick Start

Ask the git-issue skill to analyze the current project changes and draft a GitHub issue for review.

Frequently Asked Questions about git-issue

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

FAQPage Schema
How do I draft a GitHub issue from recent code changes?

To draft a GitHub issue from recent code changes, you can analyze repository commits and diffs to generate a structured issue draft. This process infers the issue type, priority, and scope, producing a formatted bug report or feature request for manual submission.

What is the best way to generate bug reports from git commit analysis?

Generating bug reports from git commit analysis involves examining project history and code context to classify the issue. This approach applies template selection and label suggestions, resulting in a complete issue draft with a title, body, and related references.

Can I use AI to create feature request templates from repository diffs?

Yes, you can use AI to create feature request templates from repository diffs. By applying issue classification to code changes and project context, the AI produces formatted enhancement requests following Git conventions for your review.

Does this issue drafting process automatically submit issues to GitHub?

No, this issue drafting process does not automatically submit issues to GitHub. It generates structured issue drafts with titles, bodies, labels, and contextual linking guidance, leaving the actual issue creation to the user.

When do I need AI analysis for issue triage scenarios?

You need AI analysis for issue triage scenarios when a recent code change introduces a bug or when organizing project context into structured tasks. It helps infer issue type and scope from existing issues and code context to streamline triage.