glorfindel

Sweeps open tickets from specified tracker projects and returns an aggregated report.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/LarryHsiao/Skadi --skill glorfindel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glorfindel
Source: https://github.com/LarryHsiao/Skadi/tree/main/skills/glorfindel
Command: npx skills add https://github.com/LarryHsiao/Skadi --skill glorfindel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Glorfindel automates sweeping all open tickets in a specified tracker project, applies per-ticket council workflows, and aggregates a single report, while enforcing loop-safety and opt-in posting guards to prevent mass-posting on first sweeps.

Core Features & Use Cases

  • Per-ticket council workflow: applies the same decision process as the /council command for each ticket.
  • Filter-aware sweeping: supports youtrack/yt and jira trackers with saved and raw filters, and prevents overly broad sweeps.
  • Safe posting and reporting: includes engagement gates, dry-run options, and a final aggregated report.

Quick Start

Run /glorfindel <tracker> <project> to sweep all open tickets and produce a single aggregated report.

Frequently Asked Questions about glorfindel

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

FAQPage Schema
How do I automate reporting for all open tickets in a Jira or YouTrack project?

Automating ticket reporting involves sweeping all open tickets in a specified tracker project to apply per-ticket council workflows. This process aggregates the results into a single consolidated report, supporting both Jira and YouTrack platforms.

What is a ticket sweep workflow and how does it consolidate reports?

A ticket sweep workflow identifies all open tickets in a tracker project and processes each one through per-ticket council workflows. It then aggregates the individual ticket decisions and safety checks into a single consolidated report.

Can I run a dry-run simulation before posting a consolidated ticket report?

Yes, you can use the --dry-run flag to simulate the ticket sweep and workflow processing. This allows you to preview the aggregated report safely without actually posting any updates to your tracker.

How do I prevent accidentally mass-posting updates when sweeping open tickets?

To prevent accidental mass-posting, the ticket sweep includes engagement gates and opt-in posting guards. You must use the --confirm flag to post updates, ensuring safe reporting on initial sweeps.

Do I need a specific filter to sweep open tickets in YouTrack or Jira?

You do not need a specific filter to start, but you can apply saved or raw filters using the --filter flag. The system prevents overly broad sweeps by applying filter resolution rules to your specified tracker project.