Git 与版本控制

Git 操作、提交助手与分支管理

显示 1417-1440 / 共 5263 个技能
dykyi-roman

bug-root-cause-finder

dykyi-roman

Root cause analysis methods for PHP bugs. Provides 5 Whys technique, fault tree analysis, git bisect guidance, and stack trace parsing.

调试 96 6个月前
dykyi-roman

analyze-ci-config

dykyi-roman

Analyzes existing CI/CD configurations. Detects issues in GitHub Actions and GitLab CI files, checks for best practices, caching efficiency, and security concerns.

缓存 96 6个月前
jxnl

subagent

jxnl

Delegate codebase exploration or scripted actions to a non-interactive Codex exec run (codex exec / codex e). Use when you want a subagent to read lots of code or take actions without human interaction, and you can accept CLI output and optional file changes as the result.

文件操作 277 7个月前
fayazara

macos-release

fayazara

Release a native macOS app to GitHub with DMG packaging and Sparkle appcast updates. Use this skill whenever the user wants to publish a new version, create a release, ship an update, push a release to GitHub, or update the appcast. Also trigger when the user mentions DMG creation, Sparkle signing, notarization, archiving, or anything related to distributing a new version of their macOS app. This covers the full release pipeline: archive, notarize, export, create DMG, sign with Sparkle EdDSA, update appcast.xml, git push, and GitHub release creation.

CLI 工具 657 3个月前
mrgoonie

sequential-thinking

mrgoonie

Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope. Ideal for multi-stage analysis, design planning, problem decomposition, or tasks with initially unclear scope.

Git 与版本控制 2204 10个月前
mrgoonie

code-review

mrgoonie

Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims.

代码评审 2204 10个月前
mrgoonie

Claude Code Expert

mrgoonie

Provide accurate, actionable guidance based on the loaded references and official documentation.

CI/CD 2204 10个月前
mrgoonie

Google ADK Python Skill

mrgoonie

Remember: ADK treats agent development like traditional software engineering - use version control, write tests, and follow engineering best practices.

智能体 2204 10个月前
alexandru

cats-effect-io

alexandru

Scala functional programming with Cats Effect IO and typeclasses. Use for wrapping side effects, modeling purity, choosing Sync/Async/Temporal/Concurrent, handling blocking I/O, and composing resources, fibers, and concurrency safely.

Docker 50 7个月前
DCjanus

github-pr-issue

DCjanus

查看/更新 GitHub Issue、PR(含评论与 diff),并按团队规范非交互创建或修改 PR;涉及 GitHub Issue/PR 的操作时使用。

CLI 工具 25 7个月前
DCjanus

golang-lo

DCjanus

Go >= 1.18 项目中希望用 samber/lo(Lodash 风格泛型库)简化集合/映射/字符串、错误处理、重试/节流/防抖、通道并发或指针空值场景时使用。

CLI 工具 25 8个月前
DCjanus

gitlab-mr-issue

DCjanus

查看/更新 GitLab Issue、MR(含评论与 diff),并按团队规范非交互创建或修改 MR/Issue;涉及 GitLab(含自建实例)Issue/MR 的操作时使用。

API 开发 25 8个月前
LangConfig

git-workflow

LangConfig

"Expert guidance for Git workflows, branching strategies, and version control best practices. Use when managing repositories, resolving conflicts, or establishing team workflows."

认证鉴权 60 8个月前
flowglad

refactor

flowglad

Perform large-scale refactors and renames in TypeScript codebases. Use when renaming symbols across files, doing pattern replacements, changing function signatures, or performing codebase-wide refactors. Prefer AST-aware tools over text-based replacements.

代码生成 1718 7个月前
tdimino

netlify-integration

tdimino

Deploy and manage Netlify projects using Next.js with serverless functions, environment variables, and continuous deployment. Use this skill when working with Netlify deployments, configuring netlify.toml, managing Netlify Functions, debugging webhooks, setting environment variables, or troubleshooting deployment issues for Next.js applications on Netlify. Essential for Twilio-Aldea and similar serverless SMS/telephony projects. v2.0 includes official Netlify documentation, production patterns from Twilio-Aldea (webhook timeout solutions, background functions), and TypeScript code examples.

云服务 41 8个月前
qrafty-ai

opencode-kanban-cli

qrafty-ai

Documents the opencode-kanban CLI contract and provides correct command patterns for task/category operations.

自动化 61 6个月前
ericmjl

debug-github-ci

ericmjl

Debug GitHub Actions and CI failures using gh CLI: watch PR checks, fetch run logs, analyze failures, reproduce locally, and suggest fixes. Use when CI fails, when the user wants to watch or verify CI, or when debugging workflow runs.

CI/CD 39 7个月前
ericmjl

gh-daily-timeline

ericmjl

Reports your GitHub activity for a specific day using the gh CLI, showing commits, issues, and activity timeline. Use this when you need to review what you accomplished on GitHub for a particular date.

API 开发 39 7个月前
Azure

SKILL: Azure Kusto Spark Connector — Release Process

Azure

Keep CHANGELOG.md in sync on both branches

Git 与版本控制 82 6个月前
aj-geddes

changelog-maintenance

aj-geddes

Maintain comprehensive changelogs and release notes following Keep a Changelog format. Use when documenting version history, release notes, or tracking changes across versions.

API 开发 324 10个月前
kevinslin

dev.bootstrap.typescript

kevinslin

Bootstrap or augment TypeScript projects. Use when asked to scaffold a new TypeScript project using the Copier template at /Users/kevinlin/code/copier-typescript-codex, or when asked to add a pre-commit hook that runs formatting and linting in an existing project.

代码生成 23 8个月前
kevinslin

dev.loop

kevinslin

Drive a development task end-to-end from a user-stated goal through planning, context gathering, execution, verification. Use when the user asks to run a devloop, drive a task to completion, or wants a plan-gather-execute-verify workflow with phased commits and CI verification. Also use if user asks to invoke any individual phase of the devloop

代码评审 23 6个月前
kevinslin

dev.do

kevinslin

End-to-end development task intake and execution. Use when the user gives a dev task (feature/bug/refactor) as a file path, pasted description, or git issue and wants it completed; this skill gathers context, asks clarifying questions if needed, then runs the dev.loop workflow to deliver the change.

自动化 23 6个月前
kevinslin

dev.new

kevinslin

Sync a repo to the latest master branch by checking out master and pulling from origin. Use when the user asks to refresh local state before new work.

智能体 23 6个月前