local-config
This skill should be used for configuring devloop project settings via .devloop/local.md, git workflow preferences, commit settings, review options
This skill should be used for configuring devloop project settings via .devloop/local.md, git workflow preferences, commit settings, review options
This skill should be used when the user asks to "/gobby-worktrees", "create worktree", "spawn in worktree". Manage git worktrees for parallel development - create, list, spawn agents, sync, and cleanup.
GitHub Actionsワークフローの構文とイベントトリガー、ジョブ定義、ステップ実行、パーミッション管理、環境変数設定について実装指針を提供する。CI/CDパイプラインの構築と管理を支援。 Anchors: • GitHub Actions Workflow Syntax / 適用: ワークフロー構造設計 / 目的: 公式構文に準拠した実装 • YAML 1.2 Specification / 適用: 構文検証・パース / 目的: 正確なYAML記述 • 12-Factor App (Config) / 適用: 環境変数設計 / 目的: 環境非依存の設定管理 Trigger: Use when creating or editing GitHub Actions workflow files, troubleshooting syntax errors, configuring event triggers, setting up job dependencies and matrix strategies, or managing permissions and environment variables. github actions, workflow syntax, yaml, event trigger, jobs, steps, permissions, environment variables
Show GitHub connection status for current project. Requires authentication
Generate semantic branch names from work item metadata following conventions
Git Hooksの基本概念、ライフサイクル、実装パターンを提供し、コミット前のコード品質チェックとプッシュ前のテスト自動化を実現するスキル。 Anchors: • Pro Git (Scott Chacon) / 適用: Git Hooksのライフサイクル理解 / 目的: クライアント/サーバー側フックの適切な選択 • Continuous Delivery (Jez Humble) / 適用: 自動化パイプライン設計 / 目的: 品質ゲートの段階的実装 Trigger: Use when implementing Git hooks for pre-commit code quality checks, pre-push test execution, or commit message validation. pre-commit, pre-push, git hooks, husky, lint-staged, conventional commits
Use when checking if PR is ready to merge. Validates merge-readiness and PR status patterns.
This skill should be used when the user: - Wants to work on multiple branches simultaneously or in parallel - Needs to start a new feature/task while preserving current work - Asks about git worktree operations (create, remove, list, clean) - Mentions "twig" commands (add, remove, clean, list, init) - Wants to carry or move uncommitted changes to a new branch - Wants to copy/sync changes between branches - Needs to isolate work in a separate directory - Asks about switching context without stashing - Wants to clean up old/merged branches and their worktrees - Says phrases like "new worktree", "create worktree", "branch off", "work on something else", "start new work", "parallel work", "separate workspace", "another branch" Use this skill for ANY worktree-related operation, not just when explicitly asking about twig.
Use when querying GitHub via GraphQL. Provides patterns for PR threads, comments, and mutations.
ロックファイル整合性と依存関係再現性の専門スキル。pnpm-lock.yaml、package-lock.json、yarn.lockを管理し、一貫性のあるビルド、マージコンフリクト解決、CI/CD最適化を実現。 Anchors: • The Pragmatic Programmer / 適用: 依存関係管理 / 目的: 再現可能なビルド Trigger: Use when managing lock files, resolving merge conflicts, verifying integrity, or optimizing CI/CD caching.
Unlink a project from its GitHub repository. Requires authentication
Create semantic commits with FABER metadata and conventional commit format
.gitignore設計と管理スキル。機密ファイルパターン、プロジェクト固有除外、プラットフォーム別パターン、.gitignore検証手法を提供。 Anchors: • Pro Git (Scott Chacon) / 適用: バージョン管理 / 目的: 除外パターンの基礎 • The Pragmatic Programmer / 適用: 実践的改善 / 目的: 効率的なパターン設計 • GitHub gitignore templates / 適用: 言語別テンプレート / 目的: 標準パターン Trigger: Use when designing gitignore files, adding sensitive file patterns, configuring project-specific exclusions, validating gitignore patterns, or optimizing cross-platform exclusion rules. gitignore, ignore patterns, secrets, env files, build artifacts, cache
Interactive setup wizard for configuring the Fractary Repo Plugin
Link a project to a GitHub repository. Requires authentication
Use when working with gh CLI. Provides patterns for PRs, issues, reviews, and repository operations.
Build and test local changes to twoliter before releasing
Concise, PR-friendly telemetry reports scoped to current branch lifetime. For CI/automation.