Git 与版本控制

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

显示 1465-1488 / 共 5263 个技能
steveclarke

move-files

steveclarke

Move files using a two-phase approach that preserves Git history. Phase 1 uses mv commands only, then waits for staging. Phase 2 makes content changes separately. Use when reorganizing files and need clean, trackable diffs. Triggers on "move files", "reorganize structure", "preserve git history".

文件操作 35 7个月前
steveclarke

monthly-invoice-summary

steveclarke

Generate client-friendly monthly invoice summaries by analyzing Git commits and time sheet notes. Synthesizes technical work into business-focused bullet points suitable for client invoicing. Use when preparing monthly billing or project status reports. Triggers on "invoice summary", "monthly billing", "summarize work for client".

调试 35 7个月前
steveclarke

commit

steveclarke

Create well-structured commit messages following Conventional Commits format. Use when committing code changes, writing commit messages, or formatting git history.

调试 35 8个月前
steveclarke

readme-writer

steveclarke

Write READMEs for software projects. The skill should be used when writing or revising a README or README.md file.

代码生成 35 7个月前
wedsamuel1230

readme-generator

wedsamuel1230

Auto-generates professional README.md files for Arduino/ESP32/RP2040 projects following open-source best practices. Use when user wants to document their project for GitHub, needs help writing a README, or says "make my project shareable". Follows awesome-readme standards with sections for Overview, Hardware, Software, Setup, Usage, Troubleshooting, and Contributing.

文档生成 21 7个月前
wedsamuel1230

Mermaid Diagram Generator

wedsamuel1230

Arduino/embedded systems skills and maker tools.

自动化 21 7个月前
TechDufus

git-commit-validator

TechDufus

"MUST be used for ANY git workflow that involves committing code. This includes explicit commit requests AND implicit ones like 'ship it', 'wrap it up', or finishing implementation work. Handles staging, message generation, validation, and commit execution with conventional commit format."

调试 176 7个月前
OpenAEC-Foundation

erpnext-impl-scheduler

OpenAEC-Foundation

"Implementation workflows for Frappe scheduled tasks and background jobs (v14/v15/v16). Covers hooks.py scheduler_events, frappe.enqueue, queue selection, job deduplication, and error handling. Triggers: how to schedule task, background job, cron job, async processing, queue selection, job deduplication, scheduler implementation."

自动化 173 7个月前
algorand-devrel

use-typescript-x402-core-avm

algorand-devrel

Use @x402-avm/core and @x402-avm/avm TypeScript packages directly for custom x402 payment integrations. Use when building custom clients, resource servers, or facilitators with the x402 protocol on Algorand, implementing payment policies, creating AVM signer interfaces, handling transaction groups, or integrating fee abstraction. Strong triggers include "use x402 core package", "create x402 client", "implement facilitator signer", "x402 payment verification", "fee abstraction on Algorand", "register AVM scheme", "transaction group signing", "x402ResourceServer", "x402Client", "x402Facilitator", "ClientAvmSigner", "FacilitatorAvmSigner".

代码生成 33 6个月前
algorand-devrel

use-python-x402-core-avm

algorand-devrel

Use the x402-avm Python package core and AVM mechanism directly for custom integrations. Use when working with x402 core components (x402Client, x402ResourceServer, x402Facilitator), implementing AVM signer protocols, using constants (ALGORAND_TESTNET_CAIP2, USDC ASA IDs), calling utility functions (address validation, amount conversion, transaction encoding), building custom payment flows, creating transaction groups, or understanding fee abstraction. Strong triggers include "use x402 Python SDK directly", "x402 core components", "AVM signer protocol", "Algorand constants", "transaction encoding", "fee abstraction", "custom x402 integration", "ExactAvmScheme", "to_atomic_amount", "decode_transaction_bytes".

API 开发 33 6个月前
refly-ai

github

refly-ai

Integrate with GitHub for repository management and collaboration. Use when you need to: (1) manage repositories, issues, and pull requests, (2) search code and repositories, (3) manage collaborators and teams, or (4) automate GitHub workflows.

自动化 201 7个月前
fusengine

changelog-scan

fusengine

Scan Claude Code changelog for new versions, features, and changes. Fetches official docs, parses release notes, and generates structured update report.

代码生成 25 6个月前
fusengine

commit-detection

fusengine

Detects optimal commit type from git changes. Use when analyzing commits, determining commit type, or before committing.

调试 25 7个月前
refly-ai

gitlab

refly-ai

"Integrate with GitLab for DevOps. Use when you need to: (1) create and manage GitLab issues, (2) trigger CI/CD pipelines, or (3) automate development workflows."

自动化 201 7个月前
openharmonyinsight

gitcode-pr

openharmonyinsight

Handle GitCode PR workflow for OpenHarmony - commit changes, push to fork remote, create issue, create PR from fork to upstream using repo's .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md with issue linking via #number. Use when user wants to submit/create PR or commit changes. Auto-checks if PR exists and only pushes when PR already exists.

代码生成 32 7个月前
openharmonyinsight

cpp-include-sorter

openharmonyinsight

Automatically sorts C/C++ header files (#include statements) with full support for conditional compilation blocks. Use when Claude needs to organize #include statements in .cpp/.h files. Handles: (1) Corresponding header placement first (e.g., file.cpp includes file.h), (2) System headers (<>) sorted alphabetically, (3) Local headers ("") sorted alphabetically, (4) Conditional compilation blocks (#ifdef/#ifndef/#if defined) where headers participate in global sort while preserving block structure. Key features: prefers longer paths for duplicate includes, preserves inline/preceding comments, handles #elif/#else blocks, validates no headers are lost.

CLI 工具 32 7个月前
openharmonyinsight

oh-graphic-gitcode-pr-creator

openharmonyinsight

Automate Gitcode Pull Request creation workflow for OpenHarmony graphic subsystem including code commit, issue creation, and PR submission with proper template formatting. Use when user needs to create a PR for the Gitcode platform, especially for OpenHarmony graphic projects that require specific PR templates with CodeCheck tables and Signed-off-by tags.

代码生成 32 6个月前
openharmonyinsight

openharmony-download

openharmonyinsight

Interactive OpenHarmony source code download with mirror selection (GitCode/Gitee/GitHub), environment checking, branch selection, and real-time progress. Use when user requests:"下载 OpenHarmony", "download OpenHarmony", "下载源码", "获取源码", "拉取代码", "clone openharmony", or "repo init".

CLI 工具 32 7个月前
loonghao

vx-usage

loonghao

This skill teaches AI coding agents how to use vx - the universal development tool manager. Use this skill whenever the user's project uses vx (has vx.toml or .vx/ directory), or when the user mentions vx, tool version management, or cross-platform development setup. vx transparently manages Node.js, Python, Go, Rust, and 50+ other tools with zero-config.

CLI 工具 32 6个月前
openharmonyinsight

oh-ut-generator

openharmonyinsight

Generate OpenHarmony C++ unit tests following HWTEST_F framework conventions. Supports Mock strategies, BUILD.gn configuration, NDK/NAPI interfaces, and maintains 75%+ coverage requirements with strict code style consistency. Use when generating unit tests for OpenHarmony C++ source files.

代码生成 32 7个月前
openharmonyinsight

create-pr

openharmonyinsight

"Automated PR workflow: analyze code changes, auto-generate Issue/PR descriptions, auto-commit with DCO sign-off, auto-push, auto-create Issue + PR, and link PR to Issue."

代码生成 32 6个月前
loonghao

vx-best-practices

loonghao

Best practices for using vx effectively. Use this skill when you want to follow recommended patterns for tool management, project setup, and team workflows.

CLI 工具 32 6个月前
mgratzer

forge-update-changelog

mgratzer

Update CHANGELOG.md with user-facing changes from recent commits. Use when the user has merged a PR, completed a release, or wants to document recent changes in the changelog.

代码生成 65 7个月前
mgratzer

forge-create-issue

mgratzer

Collaboratively plan and create well-structured GitHub issues through interactive discussion. Use when the user wants to create a GitHub issue, plan a feature, report a bug, or scope out work for implementation.

代码生成 65 6个月前