git-commit
Create professional git commits following conventional commit format with proper staging and verification
Create professional git commits following conventional commit format with proper staging and verification
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Use when about to run "git stash", encountering modified files you didn't create, or working with git operations that require a clean working tree. Prevents accidental stashing of user's uncommitted work.
Gitコミット履歴を分析し、ユーザーフレンドリーかつ技術的に詳細なリリースノートとチェンジログを作成します。リリースノート、CHANGELOG、変更履歴が必要なときに使用してください。
Writing clear, conventional commit messages. Use when creating git commits, staging changes, or helping with version control messages. Applies conventional commits format with scope and imperative mood.
Extract learnings from recent git commits and current conversation. Analyzes fixes, refactors, and corrections to propose entries for learnings files. Use when: - User says "/opi" or "opi" - "What did we learn?" - "Extract learnings" - "Update learnings" - End of session reflection Triggers: "opi", "learn", "oppia", "mitä opittiin", "extract learnings"
Use when the user wants to read, analyze, or respond to GitHub pull request reviews and comments
根据 Issue 分析结果实现代码,创建分支并提交 PR。当用户在 Issue 评论中确认方案后使用。
Polyglot project configuration - orchestrate multiple language subprojects with root justfile
Use when user says "remember this", when deciding where to store learnings or documentation, when about to edit CLAUDE.md, or when creating new plugin content (skills, commands, agents).
Reviews pull requests created by GitHub Copilot agents before merging. Triggers on "review this PR", "check PR
WHEN: Terraform code review, module structure, state management, security policies WHAT: Module organization + State backend + Security policies + Variable validation + Best practices WHEN NOT: Kubernetes → k8s-reviewer, Docker → docker-reviewer
Use when requesting code review, receiving code review feedback, before merging, or when handling reviewer suggestions - covers both giving and receiving review
Create git branches following project patterns. Use when starting new features, bug fixes, or refactoring. Reads patterns from ai-settings.json.
課題作成時のGitブランチ・コミット・プッシュの標準手順を提供します。 ブランチ作成、コミットメッセージ作成、プルリクエスト作成時に自動参照されます。 「ブランチを作成」「コミット」「プッシュ」などのキーワードで自動的に適用されます。