スキル一覧に戻る
cschleiden

terminal-title

by cschleiden

0🍴 0📅 2026年1月16日
GitHubで見るManusで実行

SKILL.md


name: terminal-title description: Automatically updates terminal window title to reflect the current high-level task. Use at the start of every Copilot CLI session when the user provides their first prompt, and whenever the user switches to a distinctly new high-level task. Helps developers manage multiple Copilot CLI terminals by providing clear, at-a-glance identification of what each terminal is working on. version: "1.0.0"

Terminal Title

Sets terminal window titles based on the current task. Trigger on first prompt and when switching to a new high-level task (e.g., frontend→backend, debug→new feature). Do NOT trigger for follow-ups, refinements, or clarifications on the same task.

Usage

bash scripts/set_title.sh "Your Title Here"

Title Format

Use pattern: [Action]: [Focus] (max 40 chars)

Good: "Fix: Login Bug", "Build: Dashboard UI", "Test: Payment Module" Bad: Too long, too generic ("Working"), or full sentences

Examples

# "Help me debug the auth API" →
bash scripts/set_title.sh "Debug: Auth API"

# "Create a React dashboard" →
bash scripts/set_title.sh "Build: Dashboard UI"

The script prepends the folder name automatically. Optional: set COPILOT_TITLE_PREFIX env var for a custom prefix.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です