query active

Search Skills

Find the perfect capability for your agent.

Results
10,480
matching skills for this query
Page
497
of 524 pages
Keyword
git
search by name, tag, or description
git-workflows
0

close-progress-pr

Finalize and archive a progress file for a GitHub PR: locate the related docs/progress file (prefer PR body Progress link), set Status to DONE, move it to docs/progress/archived/, update docs/progress/README.md, merge the PR with gh, patch the PR body Progress link to point to the base branch so it survives branch deletion, and (when present) patch the planning PR body to include an Implementation PR link. Use when a feature PR is ready to be closed and its progress tracking should be marked DONE.

graysurf
graysurf
devops
open
git-workflows
0

initialize

Initialize ÆtherLight in a new repository. Sets up folder structure, Git workflow, configuration files, and development standards.

AEtherlight-ai
AEtherlight-ai
devops
open
git-workflows
0

pkm-work

GitHub Pull Request를 분석하여 Obsidian PKM 시스템에 work 노트를 자동 생성하고 daily journal에 백링크를 추가합니다. PR URL 또는 PR 번호를 전달하면 자동으로 처리됩니다.

7loro
7loro
devops
open
git-workflows
0

project-bootstrap

요구사항 명세를 기반으로 프로젝트 아키텍처와 GitHub Actions CI 파이프라인을 설계합니다. "프로젝트 시작", "프로젝트 초기화", "CI 설정", "아키텍처 설계" 등의 요청 시 활성화됩니다.

dlddu
dlddu
devops
open
git-workflows
0

pr-check

Check GitHub PRs for conflicts, CI status, and review comments. Use when the user asks to check PR status, review PRs, see open PRs, check for merge conflicts, or asks about PRs needing their review.

y4m3
y4m3
devops
open
automation-tools
0

commit

Create well-formatted commits with conventional commit messages. Use when: creating commits, staging changes, running git commit, or when asked to commit code. Triggers automatically for any git commit workflow.

markahesketh
markahesketh
tools
open
git-workflows
0

create-commit

Create git commit for all uncommitted changes in the repository

ashneyderman
ashneyderman
devops
open
git-workflows
0

handoff

Prepare session handoff with git commit summary

fpontejos
fpontejos
devops
open
git-workflows
0

pull-request-conventions

Use when creating or merging pull requests - provides branch naming, PR title format, and description requirements for consistent PR workflows

zookanalytics
zookanalytics
devops
open
git-workflows
0

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

donellmccoy
donellmccoy
devops
open
git-workflows
0

publish

Publie une nouvelle version sur npm avec le workflow git complet.

privaloops
privaloops
devops
open
git-workflows
0

commit

Faire des commits atomiques (split + staging ciblé); à charger avant toute opération git commit.

pascalandy
pascalandy
devops
open
git-workflows
0

git-log

Show commit history for a file or the entire repository. Returns commit information including hash, author, date, and message.

hyper-light
hyper-light
devops
open
git-workflows
0

phase-development-workflow

Complete 12-step workflow for phase development from branch creation to merge. Use this when starting a new phase or when asked to follow the phase development process.

an-embedded-engineer
an-embedded-engineer
devops
open
git-workflows
0

github-pr-review-setup

Prepare a clean local checkout for a GitHub PR (worktree-first via `wf`/`wt`), fetch the PR base ref, and emit PR context (CI checks + PR comments/reviews) as JSON for downstream review.

prateek
prateek
devops
open
technical-docs
0

deepwiki

Retrieve GitHub repository documentation and knowledge from DeepWiki. Supports viewing document structure, content, and asking questions about repositories.

Dwsy
Dwsy
documentation
open
git-workflows
0

github-checkout-feature-branch

Ensure work is done on a feature branch. Uses the strategy defined in github-branch-strategy to determine branches and switch/create them.

masa-codehub
masa-codehub
devops
open
git-workflows
0

stash

This skill should be used when the user asks to "stash with session", "save work for later session", "link stash to session", "find stash by session ID", or "restore session stash". Saves git changes associated with Claude Code session ID for later retrieval.

jongwony
jongwony
devops
open
git-workflows
0

git-release

Git 项目版本发布自动化工具。执行完整的发布流程:提交所有修改、更新版本号、 生成 CHANGELOG、创建 git tag 并推送到远程仓库。基于语义化版本 (major/minor/patch)。 **核心理解(极其重要)**: 当用户说"更新一下版本"、"更新版本"或任何类似表达时,**默认意味着执行完整的发布流程**: 1. ✅ 提交所有当前的修改(包括未追踪的新文件) 2. ✅ 更新版本号(package.json 和 server/package.json) 3. ✅ 创建 git tag(vX.Y.Z) 4. ✅ 推送所有内容到远程仓库(commit + tags) 5. 📝 可选:生成/更新 CHANGELOG **不要**只更新 package.json 中的版本号!那是错误的理解! **必须**执行完整的发布流程,包括提交和推送! 触发关键词(任何一个都触发完整流程): - 通用发布词:"更新一下版本"、"更新版本"、"升级版本"、"发布版本"、"版本发布"、"发新版" - 英文表达:"bump version"、"release"、"new release" - Git操作:"打tag"、"创建发布"、"创建tag" - 版本类型(隐含发布):"大版本更新"、"小版本更新"、"补丁版本"、"major release"、"minor release"、"patch release"

chogng
chogng
devops
open
Previous
Page 497 / 524
Next