ghe-thread-manager
Gestionar hilos de incidencias de GitHub y transcripción
Los desarrolladores pierden contexto frecuentemente al cambiar entre incidencias de GitHub durante sesiones de codificación colaborativa. Esta habilidad permite el control mediante lenguaje natural sobre la transcripción de hilos de incidencias, seguimiento automático del estado y cambio fluido entre múltiples contextos de desarrollo.
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「ghe-thread-manager」を使用しています。 Let's work on issue #42
期待される結果:
- [TRANSCRIPTION ACTIVE - Issue #42]
- Transcription is now ACTIVE. Everything we discuss will be posted to Issue #42: Fix authentication bug on login page.
- Say 'stop tracking' or 'go private' at any time to disable transcription.
「ghe-thread-manager」を使用しています。 What issue are we working on?
期待される結果:
- Working on Issue #42: Fix authentication bug on login page.
- Transcription is ON.
- Say 'stop tracking' to disable.
「ghe-thread-manager」を使用しています。 Stop tracking
期待される結果:
- [TRANSCRIPTION OFF]
- Transcription stopped. Our conversation is now private - nothing will be posted to GitHub.
セキュリティ監査
安全This is a pure documentation skill containing workflow instructions for GitHub issue thread management. The SKILL.md file contains no executable code - only markdown documentation with bash command examples for illustration. All 127 static findings are FALSE POSITIVES triggered by documentation patterns. The 'external_command' detections are bash examples inside code blocks, not actual shell execution. The 'weak cryptographic algorithm' detections match the word 'hash' in JSON metadata field names (content_hash, tree_hash) and documentation text. Filesystem references (~/.claude, /tmp) are legitimate plugin configuration locations. This skill is safe to publish.
リスク要因
⚙️ 外部コマンド (1)
📁 ファイルシステムへのアクセス (2)
🔑 環境変数 (2)
品質スコア
作れるもの
Desarrollo multi-incidencia
Cambiar entre diferentes características y errores manteniendo el contexto de conversación en las incidencias de GitHub
Seguimiento del progreso del equipo
Supervisar el trabajo de desarrollo en segundo plano y unirse a sesiones de revisión cuando esté listo
Gestión colaborativa
Participar en múltiples discusiones manteniendo las conversaciones organizadas y buscables
これらのプロンプトを試す
Let's work on issue #42 about the login bug
What issue are we working on?
Implement dark mode toggle for the settings page
Resume the last issue we were working on
ベストプラクティス
- Siempre anunciar los cambios de estado de transcripción para mantener informados a los usuarios
- Usar lenguaje natural - no es necesario memorizar comandos específicos
- Verificar regularmente el estado de los hilos en segundo plano para detectar trabajo completado
回避
- Nunca cambiar de incidencia silenciosamente sin confirmación del usuario
- No asumir que los usuarios recuerdan su estado actual de transcripción
- Evitar crear incidencias sin títulos y descripciones claras