qa

Create GitHub issues from conversational bug reports with codebase context.

1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/dariomazzitellireplik-coder/sdd-skills --skill qa-dariomazzitellireplik-coder
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/dariomazzitellireplik-coder/sdd-skills/tree/main/skills/qa
Command: npx skills add https://github.com/dariomazzitellireplik-coder/sdd-skills --skill qa-dariomazzitellireplik-coder

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires github-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides an interactive QA session for users to report bugs and issues conversationally. It files GitHub issues with context and uses domain language, ensuring durable and user-focused issue tracking.

Core Features & Use Cases

  • Interactive Bug Reporting: Users can describe problems conversationally.
  • Automated GitHub Issue Filing: Issues are filed automatically using gh issue create.
  • Contextual Issue Creation: Background exploration of the codebase to inform issues with domain language.
  • Multi-Issue Handling: Capable of breaking down multi-part issues into individual issues for parallel resolution.
  • Issue Templates: Provides standardized issue templates for single and multi-part issues.

Quick Start

To start a QA session, simply say: "Let's report a bug."

Frequently Asked Questions about qa

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

FAQPage Schema
How do I report a bug conversationally and have it automatically filed as a GitHub issue?โ–ผ

To report a bug conversationally, simply start a QA session by saying "Let's report a bug." The system will interactively gather your description, explore the codebase for relevant context, and file a standardized GitHub issue using the gh issue create command.

Does GitHub issue tracking work without pre-configuring GitHub API integration?โ–ผ

GitHub issue tracking requires GitHub API integration to function. The automated issue filing process depends on this connection to successfully create contextually relevant issues in your repository.

Can I break down a multi-part bug report into individual GitHub issues?โ–ผ

Yes, multi-issue handling is supported. The system can break down complex, multi-part bug reports into individual GitHub issues, allowing for parallel resolution of distinct problems described during your conversational QA session.

How does the bug reporting process gather code context for accurate issue filing?โ–ผ

The bug reporting process uses a background agent to explore the relevant codebase area. This contextual issue creation ensures your filed GitHub issues are informed by the actual domain language and code structure of your project.

What are the limitations of using templates for GitHub issue creation?โ–ผ

GitHub issue creation templates provide standardized formats for single and multi-part issues but may lack flexibility for highly irregular bug types. This standardized structure ensures durable, user-focused issue tracking but limits freeform issue description.