swarm-ticket-drafter

Convert approved audit findings into deduped GitHub issues with labels.

209|46|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/erp-mafia/gnubok --skill swarm-ticket-drafter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-ticket-drafter
Source: https://github.com/erp-mafia/gnubok/tree/main/.claude/skills/swarm-ticket-drafter
Command: npx skills add https://github.com/erp-mafia/gnubok --skill swarm-ticket-drafter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts approved audit findings into actionable GitHub issues on erp-mafia/gnubok, enabling timely tracking and accountability.

Core Features & Use Cases

  • Deduplicates findings against open issues to avoid duplicates.
  • Formats each finding into a standardized GitHub issue with a templated body and labels.
  • Supports batch creation with partial-failure tolerance and clear final reporting.

Quick Start

Provide an approved findings list and run swarm-ticket-drafter to create the GitHub issues.

Frequently Asked Questions about swarm-ticket-drafter

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

FAQPage Schema
How do I convert audit findings into GitHub issues automatically?

You can convert approved audit findings into GitHub issues automatically by providing the findings list to an automation workflow that formats each finding into a standardized ticket with proper labels on your target repository.

What is the best way to avoid creating duplicate GitHub issues from audit reports?

The best way to avoid duplicate GitHub issues from audit reports is to apply deduplication checks against existing open issues before batch creation, ensuring only new, unique findings are formatted and posted as tracked tickets.

Can I batch create GitHub issues from a findings list with partial-failure tolerance?

Yes, you can batch create GitHub issues from a findings list with partial-failure tolerance. The workflow processes approved findings individually, continuing ticket creation even if some requests fail, and generates a final report of successes and failures.

How do I apply approval gating before generating GitHub tickets from audit findings?

To apply approval gating before generating GitHub tickets, you must provide an explicitly approved findings list. The ticket creation workflow only triggers when findings have passed your internal review, ensuring accountability before issues are drafted.

Does the ticket drafter workflow support standardized issue body templating for audit reports?

Yes, the ticket drafter workflow supports standardized issue body templating for audit reports. It formats each approved finding into a consistent GitHub issue structure with appropriate labels, ensuring uniform tracking across all generated tickets.

What happens to existing open GitHub issues when new audit findings are processed?

When new audit findings are processed, the workflow performs deduplication checks against existing open GitHub issues. If a finding matches an existing issue, it skips creation to prevent duplicates; otherwise, it formats and creates a new tracked ticket.