Search Skills
Find the perfect capability for your agent.
copilot-pr-reviewer
Reviews pull requests created by GitHub Copilot agents before merging. Triggers on "review this PR", "check PR
codex-review
Codex CLI(read-only)を用いて、レビュー→Claude Code修正→再レビュー(ok: true まで)を反復し収束させるレビューゲート。仕様書/SPEC/PRD/要件定義/設計、実装計画(PLANS.md等)の作成・更新直後、major step(>=5 files / 新規モジュール / 公開API / infra・config変更)完了後、および git commit / PR / merge / release 前に使用する。キーワード: Codexレビュー, codex review, レビューゲート.
branch-manager
Create git branches following project patterns. Use when starting new features, bug fixes, or refactoring. Reads patterns from ai-settings.json.
git-workflow
課題作成時のGitブランチ・コミット・プッシュの標準手順を提供します。 ブランチ作成、コミットメッセージ作成、プルリクエスト作成時に自動参照されます。 「ブランチを作成」「コミット」「プッシュ」などのキーワードで自動的に適用されます。
handover-process
バックエンド/フロントエンド間などの領域を跨ぐ変更依頼や情報共有(申し送り)のプロセスをGitHub Issue中心で定義
commit-message-generator
Generate conventional commit messages based on git diff analysis. Use when you need to create well-structured commit messages following conventional commit format.
using-git-worktrees
Use this whenever you need to create an isolated workspace.
git-workflow
Skill para manejar el flujo de trabajo de Git: changelog, commits, push, y releases. Automatiza el proceso de versionado y publicación.
repository-structure
PRD・機能設計・アーキテクチャからリポジトリ構造定義書(docs/repository-structure.md)を作成する。 「ディレクトリ構成を決めて」「フォルダ構造を設計」「ファイル配置ルール」「プロジェクト構造」 「どこに何を置くか決めて」などの依頼時に発火。 ディレクトリ責務・命名規則・依存ルール・テスト配置・スケーリング方針を出力。
setup-work
Setup development environment from GitHub issue. Invoke when user says "init work on issue
commit-changes
Create clear, informative, and well-structured Git commit messages following best practices and conventional commit standards.
3commas-guidelines
3Commas organization coding standards including Git conventions, code standards, and Jira integration requirements
worktree-impl
Create a git worktree for isolated implementation after planning. Use when starting implementation or when a clean worktree is requested.
git-workflow
Git best practices for commits, branches, PRs, and conflict resolution
github-info
Retrieve GitHub user profile and repository information using the gh CLI tool. Use when the user asks about their GitHub profile, statistics, repositories, or wants to view their GitHub information. Examples: Show me my GitHub profile, What are my top repositories, Get my GitHub stats.
next-github-issue
Fetch the oldest open GitHub issue and implement it. Automatically delegates to /feature based on issue scope.