dataql-auto-issue

Create GitHub issues for failed DataQL commands with duplicate validation.

4|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/adrianolaselva/dataql --skill dataql-auto-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dataql-auto-issue
Source: https://github.com/adrianolaselva/dataql/tree/main/cmd/skillsctl/embedded/skills/dataql-auto-issue
Command: npx skills add https://github.com/adrianolaselva/dataql --skill dataql-auto-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically create GitHub issues when DataQL commands fail, with duplicate validation to prevent duplicates and ensure errors are visible to the team for faster remediation.

Core Features & Use Cases

  • Automatic Issue Creation: Generate a new GitHub issue when a DataQL command errors, including the error message, reproduction steps, and environment context.
  • Duplicate Validation: Before creating a new issue, search for similar issues and attach new context to existing ones if found.
  • Contextual Information Capture: Collect DataQL version, OS, command attempted, and relevant logs to simplify debugging.

Quick Start

Run a failing DataQL command and let the system propose or create a GitHub issue with a structured report.

Frequently Asked Questions about dataql-auto-issue

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

FAQPage Schema
How do I automatically create GitHub issues when DataQL commands fail?

To automatically create GitHub issues when DataQL commands fail, this skill captures the error message, reproduction steps, and environment context to generate a structured report. It requires the authenticated GitHub CLI gh to function.

How does duplicate validation work for automated DataQL error reporting?

Duplicate validation for automated DataQL error reporting works by searching for similar existing GitHub issues before creating a new one. If a match is found, it attaches the new context to the existing issue instead of creating a duplicate.

What contextual information is included in GitHub issues created for DataQL errors?

GitHub issues created for DataQL errors include the DataQL version, OS, attempted command, and relevant logs. This contextual information is collected automatically to simplify debugging and speed up team remediation.

Do I need the GitHub CLI installed to automate issue creation for DataQL errors?

Yes, you need the GitHub CLI gh installed and authenticated to automate issue creation for DataQL errors. The skill relies on gh to search for duplicate issues and create new ones on your repository.

Can I use this automated issue creation with bash scripts running DataQL commands?

Yes, you can use this automated issue creation with bash scripts running DataQL commands. The skill operates within the Software Engineering category and is designed to capture execution errors directly from your command line environment.