repository-structure
リポジトリ構造定義書を作成するための詳細ガイドとテンプレート。リポジトリ構造定義時にのみ使用。
リポジトリ構造定義書を作成するための詳細ガイドとテンプレート。リポジトリ構造定義時にのみ使用。
Create isolated git worktrees with smart directory selection and safety verification
Complete feature development with structured options for merge, PR, or cleanup
Complete project initialization including Cargo workspace setup, GitHub integration, and Miyabi framework integration. Use when creating new projects or integrating Miyabi.
brainbaseにおけるGitコミットのルールとフォーマット。コミットメッセージの書き方、type一覧、自動提案タイミングを定義。コミット作成時に使用。
【必須】バグ修正時は常にこのフレームワークを使用すること。仮説より先に確認を積み上げ、根本原因から修正する6 Phase体系。
開発ワークフロー統合ガイド(7 Skills統合版)。Git運用・CI/CD管理・Design-to-Code・Claude Code活用・ワークフロー検証・Worktree管理・CI/CD認証を統合。§ 1(Gitコミット)→ § 2(CI/CD)→ § 3(Design-to-Code)→ § 4(Claude Code)→ § 5(ワークフロー検証)→ § 6(Worktree管理)→ § 7(CI/CD認証)の7セクションで、開発プロセス全体を参照可能
Use when setting up CI/CD pipelines, containerizing applications, deploying to Kubernetes, or writing infrastructure as code. Covers GitHub Actions, Docker, Helm, and Terraform patterns.
Multi-PR development for large features. Stack dependent PRs, manage rebases, and get faster reviews on smaller changes.
Manage multiple Claude Code instances across git worktrees. Check status, claim/release file locks, sync decisions, and prevent conflicts.
Quick recovery from common git mistakes including undo commits, recover branches, and reflog operations
Automate GitHub pull request review resolution by processing ALL review comments and fixing ALL failing CI checks. Use when: (1) A PR has review comments that need to be addressed and resolved, (2) CI/CD checks are failing and need fixes, (3) You want to process all PR feedback and mark conversations as resolved, (4) You need to iterate on PR feedback quickly. IMPORTANT: This skill processes EVERY comment - no skipping allowed. Always fetches fresh data from GitHub. The only acceptable end state is zero unresolved threads. COMMIT CADENCE: Each thread gets its own commit (fix → commit → resolve → next). Never batch commits at the end.
Modern Git collaboration patterns for team development - branching strategies, PR workflows, commit conventions, and code review best practices
Manage Taskwarrior tasks scoped to the current git repository using its remote URL as a project identifier.
Use when gh pr edit --body fails silently or returns no error but doesn't persist changes - provides fallback pattern using GitHub REST API directly for reliable PR description updates
Configure CLAUDE.md project memory files for persistent context, coding standards, architecture decisions, and team conventions. Reference for the 4-tier memory hierarchy and quick-add commands.
Complete technical specification for Conventional Commits with all formal rules and requirements.
Use when storing project artifacts in basic memory storage.
Use when creating new Bun packages from zenobi-us/bun-module template - automates repo creation, cloning, and setup using GitHub CLI; note setup.sh runs non-interactively with defaults requiring manual package.json updates
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification