Créer un problème GitHub

VérifiéSûr

Crée un issue GitHub dans le dépôt gittower/git-flow-next en suivant les directives du projet. Vérifie les doublons, détermine le type et les labels, et structure le corps avec des modèles adaptés (bug, amélioration, fonctionnalité). Utile pour signaler des problèmes ou proposer des changements de manière standardisée.

Spar Skills Guide Bot
DeveloppementDébutant
9002/06/2026
Claude Code
#github#issue-tracking#project-workflow

Recommandé pour

Notre avis

Crée une issue GitHub structurée dans le dépôt gittower/git-flow-next en suivant les modèles de projet.

Points forts

  • Vérifie automatiquement les doublons avant création.
  • Propose des modèles adaptés au type d'issue (bug, amélioration, fonctionnalité).
  • Intègre les outils MCP pour interagir directement avec l'API GitHub.

Limites

  • Limité au dépôt gittower/git-flow-next.
  • Nécessite que les outils MCP soient configurés et disponibles.
  • Les modèles d'issue sont basiques et peuvent ne pas couvrir tous les cas.
Quand l'utiliser

Utilisez cette compétence lorsque vous devez soumettre une issue bien formatée pour le projet git-flow-next, en respectant les conventions de l'équipe.

Quand l'éviter

Ne l'utilisez pas pour d'autres dépôts ou lorsque vous avez besoin d'un format d'issue personnalisé non couvert par les modèles fournis.

Analyse de sécurité

Sûr
Score qualité90/100

The skill only uses read, search, and create-issue GitHub MCP tools. No shell execution, data exfiltration, or safety bypass. No risky instructions.

Aucun point d'attention détecté

Exemples

Report a bug
Create a bug issue: [bug] Git merge fails when feature branch has conflicts
Request a feature
Create a feature issue: [feature] Add support for rebase workflows
Enhancement request
Create an enhancement issue: [enhancement] Improve error messages in merge command

name: gh-issue description: Create a GitHub issue following project guidelines argument-hint: <title or description> allowed-tools: Read, Grep, Glob, mcp__github__create_issue, mcp__github__list_issues, mcp__github__search_issues

Create GitHub Issue

Create a new GitHub issue for the gittower/git-flow-next repository following project guidelines.

Instructions

  1. Gather Information

    • If $ARGUMENTS is provided, use it as the issue title/description
    • If no arguments, ask the user for:
      • Issue type (bug, enhancement, feature)
      • Brief description of the issue
  2. Check for Duplicates

    • Search existing issues for similar topics
    • If potential duplicates found, show them to the user and ask to confirm creation
  3. Determine Issue Type and Labels

    • bug - Something isn't working
    • enhancement - Improvement to existing feature
    • feature - New feature request
    • documentation - Documentation improvements
  4. Create the Issue

    • Use clear, descriptive title (imperative mood: "Add...", "Fix...", "Update...")
    • Structure the body with appropriate sections based on type

Issue Body Templates

Bug Report

## Description
<Clear description of the bug>

## Steps to Reproduce
1.
2.
3.

## Expected Behavior
<What should happen>

## Actual Behavior
<What actually happens>

## Environment
- OS:
- Git version:
- git-flow-next version:

Enhancement/Feature

## Description
<Clear description of the enhancement/feature>

## Motivation
<Why is this needed? What problem does it solve?>

## Proposed Solution
<How should this work?>

## Alternatives Considered
<Other approaches considered, if any>
  1. Report Result
    • Show the created issue URL
    • Suggest next step: /analyze-issue <number> to start working on it
Skills similaires