home/categories/git-workflows
category focus

Git Workflows

Version control and branching strategies.

3362 اسکلزall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
git-workflows
90

create-pr

Create pull requests following Sentry conventions. Use when opening PRs, writing PR descriptions, or preparing changes for review. Follows Sentry's code review guidelines.

aiskillstore
aiskillstore
devops
open
git-workflows
90

workhub

工作文档枢纽,强制执行 SSOT(Single Source of Truth)原则,管理 `docs/` 目录下的架构决策、设计文档、Issues(任务规划)、PRs(变更记录)。支持 GitHub 协作开发模式。

aiskillstore
aiskillstore
devops
open
git-workflows
90

global-conventions

Follow project-wide development conventions including project structure, version control practices, environment configuration, documentation, dependency management, and code review processes. Use this skill when organizing files/directories, writing commit messages, managing branches, configuring environments, handling secrets, maintaining documentation, or establishing team workflows. Apply when working with project structure, README files, .gitignore, environment variables, dependency files (package.json, requirements.txt), feature flags, changelogs, or any aspect of project organization and team collaboration that requires consistency across the development lifecycle.

aiskillstore
aiskillstore
devops
open
git-workflows
90

env-config

Use when setting up environment configuration, loading .env files, or managing application settings across environments. Triggers for: .env setup, loading environment variables, Pydantic BaseSettings, configuration validation, or secret management. NOT for: code-specific logic, feature flags, or runtime feature toggles.

aiskillstore
aiskillstore
devops
open
git-workflows
90

create-pr

GitHub Pull Request作成スキル - 変更内容の自動サマリー、PR説明文生成、GitHub PRの作成を行います。git diffでの変更分析、コミットメッセージ取得、変更ファイル分類を行い、高品質なPR説明文を自動生成します。qa-check実行済みであることを前提とし、リモートへのプッシュとgh CLIによるPR作成を実行します。

aiskillstore
aiskillstore
devops
open
git-workflows
90

waterfall-development

Enforces strict waterfall development workflow with phase gates. Use when (1) features.yml exists in project root, (2) user asks to implement/develop/build a feature, (3) user explicitly requests waterfall workflow. Creates features.yml if missing when invoked.

aiskillstore
aiskillstore
devops
open
git-workflows
90

high-quality-commit

コード変更を適切なgitコミット戦略でgit commitします。基本的には既存のgitコミットへのsquash戦略を採用し、必要に応じてブランチ全体のgitコミット履歴を再構成します。実装完了時やユーザーがgit commitを依頼した時に使用します。

aiskillstore
aiskillstore
devops
open
git-workflows
90

rust-development

Rust development best practices for the Guts project - idiomatic code, error handling, async patterns, and commonware integration

aiskillstore
aiskillstore
devops
open
git-workflows
90

spec-discovery

Parse specs to extract IDs, titles, and traceability metadata (repo, path, hash).

aiskillstore
aiskillstore
devops
open
git-workflows
90

branch

ブランチ作成Skill。仕様策定用(spec/*)または実装用(impl/*)のブランチを作成。/spec や spec-workflow から呼び出される。

aiskillstore
aiskillstore
devops
open
git-workflows
90

research-merge

Processes research branches from Claude Code Web sessions - merges content, moves docs to docs/research/, and creates GitHub issues. Use when /popkit:next detects research branches or when manually processing research from mobile sessions. Do NOT use for regular feature branches - only for branches matching claude/research-* or containing research documentation.

aiskillstore
aiskillstore
devops
open
git-workflows
90

senior-rust-practices

This skill should be used when the user asks about "rust workspace", "rust best practices", "cargo workspace setup", "rust code organization", "rust dependency management", "rust testing strategy", "rust project", "scalable rust", "rust CI setup", or needs guidance on senior-level Rust development patterns, workspace design, code organization strategies, or production-ready Rust architectures.

aiskillstore
aiskillstore
devops
open
git-workflows
90

file-boundaries

Pattern for respecting file ownership boundaries during implementation. Prevents conflicts in parallel work.

aiskillstore
aiskillstore
devops
open
git-workflows
90

create-pr

GitHubのプルリクエスト(PR)を作成する際に使用します。変更のコミット、プッシュ、PR作成を含む完全なワークフローを日本語で実行します。「PRを作って」「プルリクエストを作成」「pull requestを作成」などのリクエストで自動的に起動します。

aiskillstore
aiskillstore
devops
open
git-workflows
90

ghe-checkpoint

POST a progress checkpoint to the CURRENTLY ACTIVE thread. Saves work state without changing phases. Requires an already-claimed in-progress thread. USE THIS SKILL WHEN: - User says "post a checkpoint", "save my progress", or "save checkpoint" - User completed a milestone and wants to record it - User encountered a blocker and wants to document it - User is about to take a break and wants to save state - Meaningful state change occurred during work PRECONDITION: User must already have an active (claimed, in-progress) thread. DO NOT USE THIS SKILL WHEN: - User wants to SEE status (use ghe-status) - User wants to START work on new issue (use ghe-claim) - User wants to FINISH current phase and MOVE to next (use ghe-transition) - No active thread exists (must claim first) EXAMPLES: - User: "Post a checkpoint" → Use ghe-checkpoint - User: "Save my progress, I finished the authentication module" → Use ghe-checkpoint - User: "I need to stop for now, save my work" → Use ghe-checkpoint

aiskillstore
aiskillstore
devops
open
git-workflows
90

finishing-a-development-branch

Git branch completion workflow. Use when implementation is complete, tests pass, and a feature branch needs to be integrated via merge, pull request, or cleanup.

aiskillstore
aiskillstore
devops
open
git-workflows
90

gitlab

GitLab operations via glab CLI. Use when user mentions: MR, merge request, gitlab issue, pipeline, CI status, glab, or when git remote shows gitlab.com or self-hosted GitLab.

aiskillstore
aiskillstore
devops
open
git-workflows
90

conflict-resolver

Smart git merge conflict resolution with context analysis, pattern detection, and automated resol...

aiskillstore
aiskillstore
devops
open
git-workflows
90

when-reviewing-github-pr-use-github-code-review

Comprehensive GitHub pull request code review using multi-agent swarm with specialized reviewers for security, performance, style, tests, and documentation. Coordinates security-auditor, perf-analyzer, code-analyzer, tester, and reviewer agents through mesh topology for parallel analysis. Provides detailed feedback with auto-fix suggestions and merge readiness assessment. Use when reviewing PRs, conducting code audits, or ensuring code quality standards before merge.

aiskillstore
aiskillstore
devops
open
git-workflows
90

draft-commit

Create a thoughtful, supportive commit message from your staged changes.

aiskillstore
aiskillstore
devops
open
git-workflows
90

gitea

Gitea operations via tea CLI. Use when user mentions: gitea, tea, or when git remote shows a Gitea instance.

aiskillstore
aiskillstore
devops
open
git-workflows
90

commit

Create commit messages following Sentry conventions. Use when committing code changes, writing commit messages, or formatting git history. Follows conventional commits with Sentry-specific issue references.

aiskillstore
aiskillstore
devops
open
Previous
Page 48 / 141
Next