versioning
Versioning strategy and Semantic Versioning guide for Chrono Dawn mod
Versioning strategy and Semantic Versioning guide for Chrono Dawn mod
バックエンド/フロントエンド間などの領域を跨ぐ変更依頼や情報共有(申し送り)のプロセスをGitHub Issue中心で定義
Use this whenever you need to create an isolated workspace.
Skill para manejar el flujo de trabajo de Git: changelog, commits, push, y releases. Automatiza el proceso de versionado y publicación.
PRD・機能設計・アーキテクチャからリポジトリ構造定義書(docs/repository-structure.md)を作成する。 「ディレクトリ構成を決めて」「フォルダ構造を設計」「ファイル配置ルール」「プロジェクト構造」 「どこに何を置くか決めて」などの依頼時に発火。 ディレクトリ責務・命名規則・依存ルール・テスト配置・スケーリング方針を出力。
Create properly formatted conventional commits with type prefixes and optional scope
Setup development environment from GitHub issue. Invoke when user says "init work on issue
How checkpointing works for tracking file changes and rewinding to previous states. Use when user asks about checkpoints, rewinding, rollback, undo, or restoring previous states.
Recover from SDD integrity failures: orphans, contradictions, broken links, inherited systems. Use when: fixing broken traceability, resolving conflicts, onboarding to undocumented codebase. Triggers: "fix orphan", "resolve contradiction", "broken link", "inherit system", "no documentation"
3Commas organization coding standards including Git conventions, code standards, and Jira integration requirements
Create a git worktree for isolated implementation after planning. Use when starting implementation or when a clean worktree is requested.
Markdownドキュメントの記述規約、スタイルガイド、markdownlint検証ルールを定義する。Markdownファイル作成時、README作成時、ドキュメント編集時、またはユーザーがドキュメント標準、Markdown形式、markdownlint、ドキュメントスタイルに言及した際に使用する。
Create pull requests with gh command after development is complete. Use when ready to open a PR.
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.
Fetch the oldest open GitHub issue and implement it. Automatically delegates to /feature based on issue scope.
Prepare a GitHub issue branch for PR with quality checks, cleanup, and review recommendations. Use when user says "finish issue", "ready for PR", "prepare for review", "submit PR", "create PR", "finalize issue", or "wrap up".
Migrate an existing yazi plugin (non-submodule) to a git submodule by forking to studio-boxcat org
Patches Cargo dependencies to use local checkouts or different branches. Use when testing changes across multiple repositories, debugging dependency issues, or developing against local polkadot-sdk/frontier/moonkit forks.
Git commit 前的完整驗證檢查。當用戶提到「commit」、「提交」、「push」或完成重要修改時自動執行。
Merge task branch to main with linear history and pre/post-merge verification
Use when deploying MkDocs documentation to GitHub Pages with GitHub Actions - covers Python-Markdown gotchas (indentation, footnotes, grid tables), workflow configuration, and systematic markdown fixing