Git 與版本控制
6462 skills in 工具 > Git 與版本控制
nextjs-stripe-integration
Add Stripe payment processing to Next.js projects. Implement checkout sessions, payment handling, subscriptions, webhooks, and customer management. Use when adding Stripe to a Next.js project, building payment flows, implementing subscriptions, or integrating payment processing.
dev-swarm-mcp-server
Add and manage Model Context Protocol (MCP) servers for AI agents, including transports, scopes, and config files. Use when extending agent capabilities with new tools or data sources.
playwright-browser-handle-dialog
To accept or dismiss browser dialogs like alert/confirm/prompt, handle the dialog so automation can continue.
fvh-ci-workflows
FVH (Forum Virium Helsinki) GitHub Actions workflow standards. Use when configuringCI/CD workflows, checking workflow compliance, or when the user mentions FVH workflows,GitHub Actions, container builds, or CI/CD automation.
git-pr-creation
Automatically creates comprehensive pull requests to the dev branch when user indicates their feature/fix is complete and ready for review. Use when user mentions creating PR, submitting for review, or indicates work is done. Examples - "create a PR", "ready for review", "open a pull request", "submit this to dev", "all tests passing, let's get this reviewed".
git-security-checks
Pre-commit security validation and secret detection. Runs detect-secrets scanand audit workflow, validates secrets baseline, and integrates with pre-commithooks to prevent credential leaks.Use when user mentions scanning for secrets, detect-secrets, secret detection,credential scanning, pre-commit security, or .secrets.baseline.
jira-integration
Agent Skill: Comprehensive Jira integration through lightweight Python scripts. AUTOMATICALLY TRIGGER when user mentions Jira URLs like 'https://jira.*/browse/*', 'https://*.atlassian.net/browse/*', or issue keys like 'PROJ-123'. Use when searching issues (JQL), getting/updating issue details, creating issues, transitioning status, adding comments, logging worklogs, managing sprints and boards, creating issue links, or formatting Jira wiki markup. If authentication fails, offer to configure credentials interactively. Supports both Jira Cloud and Server/Data Center with automatic authentication detection. By Netresearch.
global-conventions
Follow established project structure, version control practices, documentation standards, and development workflows to maintain consistency across the team. Use this skill when organizing files and directories in a project. When writing README documentation or contributing guidelines. When creating git commits with clear messages or pull request descriptions. When managing environment configuration or dependencies. When setting up feature flags or maintaining changelogs. When establishing code review processes or testing requirements. This skill applies to all project management and development workflow tasks.
worktree-sync
Sync git worktrees with remote and main branch changes. Use to keep long-running feature branches up-to-date.
git-commit
Automatically analyzes code changes and creates git commits with conventional commit messages when the user indicates they want to save/commit their work. Use when user mentions committing, saving work, or wants changes recorded in git history. Examples - "commit these changes", "save this work", "I'm done with this feature, let's commit", "create a commit for the auth updates".
content
Generate authentic, compelling copy for portfolios. Covers tone calibration, taglines, bios, project descriptions, and avoiding assumptions.
gh-post-issue-update
Post structured updates to GitHub issues. Use to report progress, findings, and implementation notes directly to issues.
github-issue-search
Search GitHub issues to find solutions, workarounds, and discussions for opensource problems. Covers search query syntax, error message patterns, andMCP tool usage. Use when encountering errors with OSS libraries, searchingfor known issues, or finding upstream bug workarounds.
git-branch-pr-workflow
Branch management, pull request workflows, and GitHub integration. Main-branchdevelopment pattern (push main to remote feature branches), modern Git commands(switch, restore), branch naming conventions, linear history, and GitHub MCP tools.Use when user mentions creating branches, opening PRs, git switch, git restore,feature branches, pull requests, or GitHub PR workflows.
gh-implement-issue
End-to-end implementation workflow for a GitHub issue from planning through PR creation. Use when starting work on an issue from scratch.
git-repository-detection
Detect GitHub repository name and owner from git remotes. Use when needing repo identifier for GitHub CLI, API calls, or when working with multiple repositories. Automatically extracts owner/repo format.
dev-swarm-project-restore
Restore a project from 99-archive, a remote git repo, or a local codebase back to the workspace root, including reconstructing missing docs, stages, and sprints. Use when the user asks to resume work on an existing project.
python-packaging
Build and publish Python packages with uv and modern build tools. Covers uv build,uv publish, pyproject.toml, versioning, entry points, and PyPI publishing.Use when user mentions building packages, publishing to PyPI, uv build, uv publish,package distribution, or Python wheel/sdist creation.
release
Merge PR, tag release, and create GitHub release with changelog notes
type-safety-validation
Achieve end-to-end type safety with Zod runtime validation, tRPC type-safe APIs, Prisma ORM, and TypeScript 5.7+ features. Build fully type-safe applications from database to UI for 2025+ development.