ag-registrar-issue

Create GitHub issues from agent findings with labels and severity.

19|4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-registrar-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ag-registrar-issue
Source: https://github.com/andregusman-raiz/a-gusman-claude/tree/main/skills/ag-registrar-issue
Command: npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-registrar-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Registra GitHub Issues para problemas que nao podem ser resolvidos imediatamente. Outros agents enviam findings via SendMessage — este agent cria a issue no GitHub com contexto estruturado, aplica deduplication e atribui labels e severidade.

Core Features & Use Cases

  • Dedup checks: evita criar duplicatas ao comparar com issues existentes.
  • Contextual issue creation: constrói o corpo da issue a partir do contexto fornecido pelos agentes.
  • Labels and severity: aplica etiquetas apropriadas com base na gravidade e no tipo de problema.
  • Workflow integration: funciona dentro de pipelines de agentes para registrar falhas ou obstáculos não resolvíveis.
  • Use Case: quando um agente encontra um problema que não pode ser resolvido na sessão atual, registre um issue com tudo que for conhecido.

Quick Start

Descreva o problema e o contexto para o registrador de issues e ele criará automaticamente o issue no GitHub.

Frequently Asked Questions about ag-registrar-issue

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

FAQPage Schema
How do I automate GitHub issue creation from AI agent findings?

Automate GitHub issue creation by supplying a structured prompt with repository, title, context, files, and severity. The Skill uses the gh CLI to create issues with proper labels and a contextual body when problems cannot be solved immediately.

Can I check for duplicate GitHub issues before creating a new one from agent findings?

Yes, the Skill performs dedup checks by comparing new findings against existing GitHub issues. This prevents creating duplicates and ensures each registered problem is unique before applying labels and severity tags.

How do I add severity labels and context to GitHub issues automatically?

Automatically add severity labels and context by passing structured problem details to the registrar. It builds the issue body from the provided context and applies appropriate labels based on the severity and problem type.

Does this issue creation Skill support cross-repo detection for collaborative agent workflows?

Yes, the Skill supports cross-repo detection and is designed for collaborative AI agent workflows across repositories and teams. It registers issues with full context when an agent encounters an unresolvable obstacle during a session.

Do I need the gh CLI to create GitHub issues with context and dedup?

Yes, the gh CLI is required for issue creation. The Skill relies on the GitHub command line interface to apply deduplication, set severity labels, and create issues with structured context from agent findings.

What is the best way to log unresolved problems from AI agents into GitHub?

The best way to log unresolved problems is using an automated registrar that collects context, checks for duplicates, and creates structured GitHub issues. This ensures all known files and severity details are captured for later resolution.