qa-github-issues-enhanced

Automate GitHub Issues creation, labeling, and deduplication via GitHub MCP.

2|2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/AZANIR/qa-skills --skill qa-github-issues-enhanced
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-github-issues-enhanced
Source: https://github.com/AZANIR/qa-skills/tree/main/.cursor/skills/qa-github-issues-enhanced
Command: npx skills add https://github.com/AZANIR/qa-skills --skill qa-github-issues-enhanced

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates repetitive tasks related to GitHub Issues, such as applying labels, creating issues from various inputs, and managing milestones, significantly improving workflow efficiency for QA and development teams.

Core Features & Use Cases

  • Automated Labeling: Applies relevant labels (e.g., type/bug, priority/*, component/*) based on issue content or source.
  • Issue Template Management: Uses predefined templates for bug reports, coverage gaps, flaky tests, etc., ensuring consistent issue structure.
  • Deduplication & Search: Prevents duplicate issues by searching for similar existing ones before creation.
  • Bulk Operations: Creates multiple issues from sources like coverage analysis or spec audits.
  • Milestone Management: Creates and assigns issues to sprints or releases.
  • Use Case: When a test run reports multiple flaky tests, this Skill can automatically create a separate GitHub issue for each flaky test, assign appropriate labels, and link them to the current sprint milestone, saving developers significant manual effort.

Quick Start

Use the qa-github-issues-enhanced skill to create a bug report issue with auto-labels and a predefined template.

Frequently Asked Questions about qa-github-issues-enhanced

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

FAQPage Schema
How do I automatically create GitHub issues for multiple flaky tests?

You can automatically create GitHub issues for multiple flaky tests by generating a separate issue for each test, applying relevant labels, and linking them to a sprint milestone. This bulk creation process saves significant manual effort.

How does automated issue labeling work for bug reports in GitHub?

Automated issue labeling applies relevant tags like type, priority, and component based on the issue content or source. This ensures consistent categorization for bug reports without requiring manual triage.

Can I prevent duplicate GitHub issues when bulk creating from coverage analysis?

Yes, you can prevent duplicate GitHub issues by performing an intelligent search for similar existing issues before creation. This deduplication check runs automatically during the bulk creation workflow.

Does this GitHub issue automation require a specific platform integration?

Yes, this GitHub issue automation requires integration with GitHub MCP for API operations. This connection enables the automated creation, labeling, and milestone management features within your workflow.

What is the best way to manage test coverage gaps using GitHub issues?

The best way to manage test coverage gaps is to use predefined issue templates combined with bulk creation from coverage analysis sources. This ensures consistent issue structure and tracks gaps efficiently within sprints.