スキル一覧に戻る
TobiasBak

reflect

by TobiasBak

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

SKILL.md


name: reflect description: | Analyze and improve skills based on session outcomes. Use when: user says "reflect", "improve the skill", "what went wrong with the skill", "optimize skills", or wants to analyze skill effectiveness after using one. Triggers: "reflect", "skill improvement", "fix the skill", "update skill based on session".

Reflect

Analyze conversation context to identify used skills, evaluate effectiveness, and apply improvements.

Workflow

  1. Check for skill usage - Scan context for Skill tool calls or <command-name> tags. If none found, inform user "No skills were used this session" and stop.
  2. Analyze context - Identify issues and outcomes from the skills that were used
  3. Gather feedback - Use AskUserQuestion if issues aren't clear from context
  4. Read skill files - Glob for ~/.claude/skills/*/SKILL.md, read relevant ones
  5. Identify gaps - Compare skill instructions vs actual behavior vs user expectations
  6. Apply changes - Edit skill files, preserve YAML frontmatter + markdown structure
  7. Report - Summarize what was analyzed, identified, and changed

Common Issues to Look For

  • Missing/wrong trigger phrases in description
  • Unclear or ambiguous workflow steps
  • Missing edge case handling
  • Overly verbose instructions (violates "concise is key")
  • Missing tool usage patterns

Guidelines

  • Be conservative - only fix clear issues
  • Focus on root causes, not symptoms
  • Consider if issue was with skill or how it was invoked

スコア

総合スコア

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

レビュー

💬

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