From base-tools
作業セッションを振り返り、`.claude/`配下の設定改善点を分析してGitHub Issueを作成します。会話セッション終了時に使用してください。
How this skill is triggered — by the user, by Claude, or both
Slash command
/base-tools:retroThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. 会話セッションでの作業内容を振り返る(実施タスク、使用したスキル/エージェント、問題点、スムーズだった点)
会話セッションでの作業内容を振り返る(実施タスク、使用したスキル/エージェント、問題点、スムーズだった点)
.claude/配下の設定ファイルを確認する(CLAUDE.md、agents/、skills/)
振り返り内容と現在の設定を照らし合わせて分析する
改善が必要と判断した場合、内容に応じて対応する
gh issue list --state all --search "{検索キーワード}"gh issue create --title "{タイトル}" --body "{本文}"---
🤖 Generated with [Claude Code](https://claude.ai/claude-code)
改善不要の場合は、Issue作成せずユーザーに報告(よかった点は共有)
npx claudepluginhub canpok1/claude-code-plugins --plugin base-toolsCreates structured GitHub issues from session reflections or improvement ideas using the gh CLI. Bridges the gap between noticing a problem and tracking a fix.
Analyzes conversation for skill feedback and creates labeled GitHub issues for bugs, enhancements, and positive outcomes. Use when skills fail, suggest better patterns, or perform well.
Analyzes Claude Code sessions to improve CLAUDE.md instructions and capture learnings. Quick mode suggests CLAUDE.md tweaks; deep mode reviews problems, patterns, preferences, and gaps.