Git & Version Control
6462 skills in Tools > Git & Version Control
git-workflow
Git workflow patterns for branching, commits, and pull requests following project conventions.
test-orchestrator
Set up testing infrastructure and strategy for a project. This skill should be used when a project is ready for testing setup, including test framework configuration, initial test scaffolding, and documentation of testing approach. Primarily a setup skill with guidance for ongoing testing.
npmrc-config
NPM registry configuration template (.npmrc.template) and validation logic for GitHub Packages authentication with pnpm hoisting settings. Includes 4 critical standards (GitHub Package Registry config with token placeholder, pnpm hoisting for monorepo compatibility, exact version management, security documentation). Use when creating or auditing .npmrc.template files to prevent token leakage.
genie-integration
Integrate Databricks Genie rooms as tools in agent workflows. Use when integrating Genie spaces with AI agents, querying Genie rooms programmatically via SDK or MCP, managing Genie conversations and polling, handling Genie API responses and errors, or building tool-calling agents that use Genie as a data source. Covers SDK patterns, MCP tool integration, conversation management, error handling, and performance optimization for Genie-based agent tools.
js-micro-utilities
Zero-dependency JavaScript utilities using native APIs and just-* micro-packages. Use when manipulating objects, arrays, strings, numbers, or functions. Scan tables for native solution first (backticks), fall back to just-* package only when needed. Prefer native over dependencies.
type
TypeScript 타입 정의 규칙. "타입 정의", "interface", "Props", "d.ts", "제네릭" 작업 시 활성화. schema 스킬과 함께 사용 시 z.infer 우선.
prompt-template-designer
Design reusable prompt templates that encode domain-specific patterns for recurring AI tasks.Use when you've executed similar prompts 2+ times and need to capture the pattern as reusableintelligence. NOT for one-off prompts or generic "ask AI a question" patterns.
getting-pr-workflow-results
Use when needing workflow job results and log commands from PR - automatically waits for workflows to complete, then returns job summaries with gh commands to retrieve logs without loading large logs into context
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.
interactive-questions
Ask clarifying questions using AskUserQuestion tool when requirements are unclear to prevent assumptions and misunderstandings. Use when facing ambiguous requirements, missing information, or trade-off decisions before implementation.
component-library
Conditionally installs GitHub Packages component library. Adds to package.json and triggers npmrc generation when requested.
gitprcreate
Create comprehensive pull requests with auto-generated summaries, test plans, and proper Carbon ACX formatting.
commit-helper
Generates clear, conventional commit messages from git diffs
legal-pages
Required legal pages for UK/HU lead generation websites. Privacy Policy, Cookie Policy. GDPR compliant. Bilingual templates (EN/HU).
mcp
Build MCP (Model Context Protocol) servers to extend Claude's capabilities with database access, API integrations, or custom tools.
bayesian-workflow
Orchestration workflow for Bayesian statistical analysis. Invoke when performing Bayesian modeling, statistical analysis with Stan, or building probabilistic models.
github-issue
GitHub issue lifecycle management with worktree isolation
project-setup-and-ccagi-integration
Complete project initialization including Node.js/TypeScript setup, GitHub integration, and CCAGI framework integration. Use when creating new projects or integrating CCAGI components.
moai-foundation-core
MoAI-ADK's foundational principles - TRUST 5, SPEC-First TDD, delegation patterns, token optimization, progressive disclosure, modular architecture, agent catalog, command reference, and execution rules for building AI-powered development workflows
cleaning-git-branches
Git branch pruning and cleanup automation. Use when user asks to clean up branches, prune git, or delete old branches.