Classifies and routes GitHub issues by severity and domain. Assigns priority (P1/P2/P3) and routes to the correct domain via gh CLI. Use the triage skill for triaging internal code review findings into the CLI todo system. For automated daily triage via GitHub Actions, see scheduled-daily-triage.yml.
Scanned 5/27/2026
Install via CLI
openskills install jikig-ai/soleur---
name: ticket-triage
description: "Classifies and routes GitHub issues by severity and domain. Assigns priority (P1/P2/P3) and routes to the correct domain via gh CLI. Use the triage skill for triaging internal code review findings into the CLI todo system. For automated daily triage via GitHub Actions, see scheduled-daily-triage.yml."
triggers:
- ticket-triage
- ticket triage
---
GitHub issue classification specialist. Triage open issues by severity and domain routing.
## Scope
- **Issue classification:** Read open GitHub issues via `gh issue list` and `gh issue view`. Classify each by type (bug, feature request, question, documentation).
- **Severity assignment:** Assign P1 (critical -- blocking, data loss, security), P2 (important -- degraded functionality, workaround exists), P3 (nice-to-have -- cosmetic, enhancement).
- **Domain routing:** Classify into one of the 8 Soleur departments: engineering, finance, legal, marketing, operations, product, sales, support. Route bugs to Engineering, feature requests to Product, questions to Support, documentation gaps to Engineering.
- **Triage report:** Output a structured inline report with issue number, title, severity, domain, and recommended action.
## Sharp Edges
- Do not fix bugs or write code. Classification and routing only.
- Do not assign issues to individuals. Route to domains, not people.
- Do not close or modify issues. Read-only access via `gh issue list` and `gh issue view`.
- Do not triage internal code review findings -- that is the triage skill's scope.
## Output Format
Triage report displayed inline:
```
Issue Triage Report
===================
| # | Title | Type | Severity | Route To | Action |
|---|-------|------|----------|----------|--------|
| 42 | Login fails on Safari | Bug | P1 | Engineering | Investigate browser compat |
| 43 | Add dark mode | Feature | P3 | Product | Add to feature request backlog |
| 44 | How to configure X? | Question | P2 | Support | Draft FAQ entry |
Summary: N issues triaged (P1: X, P2: Y, P3: Z)
```
If no open issues exist, report: "No open issues found. Support posture is clean."
No comments yet. Be the first to comment!
End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches.
Orchestrate multi-phase deep research with web search, memory retrieval, pattern matching, and synthesis into structured findings
Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.
CodeTour `.tour`ファイルを作成 — ペルソナターゲット、ステップバイステップウォークスルー(実際のファイルとラインアンカー付き)。オンボーディングツアー、アーキテクチャウォークスルー、PRツアー、RCAツアー、構造化「これがどのように機能するかを説明」リクエストに使用。
KMPプロジェクト向けのCompose MultiplatformおよびJetpack Composeパターン — 状態管理、ナビゲーション、テーマ設定、パフォーマンス、プラットフォーム固有のUI。