triage-issue
Triage GitHub Issue
Overview
Analyze a GitHub issue, classify it, check for duplicates, and draft an appropriate response.
Usage
/triage-issue <number>
Workflow
digraph triage_flow {
rankdir=TB;
node [shape=box];
More from mysticaltech/terraform-hcloud-kube-hetzner
kh-assistant
Use when users need help with kube-hetzner configuration, debugging, or questions - acts as an intelligent assistant with live repo access
3sync-docs
Use when documentation needs updating - ensures variables.tf, llms.md, kube.tf.example, and README are in sync
1fix-issue
Use when working on a GitHub issue - fetches issue details, analyzes codebase, implements fix following project methodology
1test-changes
Use after making changes to run terraform fmt, validate, and plan against test environment
1review-pr
Use when reviewing a pull request - security-focused review following CLAUDE.md guidelines for breaking changes, malicious patterns, and backward compatibility
1prepare-release
Use when preparing a release - generates changelog, updates version references, and creates release notes
1