Git 與版本控制
6462 skills in 工具 > Git 與版本控制
unity-architecture
This skill should be used when the user asks about "game architecture", "design patterns", "manager pattern", "singleton pattern", "ScriptableObject", "ScriptableObject architecture", "event system", "Observer pattern", "pub-sub", "MVC in Unity", "dependency injection", "service locator", or needs guidance on structuring Unity projects and game systems.
browser-automation
Use when automating browsers with Playwright/Puppeteer, testing Chrome extensions, using Chrome DevTools Protocol (CDP), handling dynamic content/SPAs, or debugging automation issues
playwright-testing
Comprehensive guide for modern front-end testing with Playwright (2025). This skill should be used when writing end-to-end tests, component tests, or visual regression tests for web applications using Playwright. Covers Page Object Model patterns, TypeScript integration, modern SPA testing strategies, accessibility testing, and CI/CD automation with GitHub Actions.
snd-bossmodreborn-integration
Use this skill when implementing combat automation in SND macros using the BossModReborn plugin. Covers preset management, rotation configuration, and AI control via chat commands.
memory-catcher
Post-session analysis agent that extracts learnings, decisions, user preferences, and "surprise moments" from conversation transcripts. Stores insights in Memory Lane with vector embeddings for future retrieval.
git-operations
git 명령어 사용 및 커밋 생성 가이드
commit-message-generator
Generate conventional commit messages following best practices. Use when creating structured git commit messages.
python-quality
Interpretive guidance for Python code quality using ruff (modern) or pylint+isort+black (traditional). Use when linting Python files, configuring Python tools, troubleshooting lint errors, or understanding tool selection.
git-commit-hygiene
Draft and review Git commits and commit messages with an emphasis on atomic change sets and clean history. Use when asked to commit changes, propose commit messages, split/squash/rebase commits, or clean up a branch via fixup commits and interactive rebase/autosquash.
pr-create
Create pull request from current branch with AI-generated title and description.Use when user wants to create a PR for their current branch. Triggers include:- Korean: "PR 만들어줘", "PR 생성해줘", "풀 리퀘스트 만들어줘"- English: "create PR", "open PR", "make pull request"- Context: User has commits on current branch and wants to open PR
catchup
Git 저장소의 변경사항을 추적하고 요약합니다. 미커밋 코드, 최근 커밋, 커밋 히스토리를 확인할 때 사용하세요. catchup, 변경사항, git diff, 커밋 히스토리, 작업 내용 파악 등의 키워드에 반응합니다.
backstage-style-web
Generate enterprise-grade web applications using Backstage Design System. Create admin dashboards, developer tools, and internal applications with modern React components, dark/light themes, and responsive design patterns based on Radix UI and Tailwind CSS.
deployment-strategies
This skill should be used when the user asks about "deployment", "CI/CD", "continuous integration", "GitHub Actions", "GitLab CI", "environments", "staging", "production", "rollback", "versioning", "gradual rollout", "canary deployment", "blue-green deployment", or discusses deploying Workers, managing multiple environments, or setting up automated deployment pipelines.
rxjs-patterns-for-angular
Implement RxJS patterns for reactive programming in Angular. Use this skill when working with Observables, operators, subscriptions, async data flows, and error handling. Covers common patterns like combineLatest, switchMap, debounceTime, catchError, retry logic, and integration with Angular Signals using toSignal() and toObservable(). Ensures proper subscription cleanup with takeUntilDestroyed().
pr-automation
Efficient PR creation with gh CLI - automated branch, commit, push, and pr-create. Use when user asks to "create PR", "open pull request", or "make PR".
context-mapper
Creates README.md navigation maps for agent consumption. README IS the map - no human READMEs exist. Use when mapping directories, creating navigation structures, or preparing codebases for agentic workflows.
commit-quality
Run quality checks and create properly formatted git commits. Use before committing code to ensure quality standards are met and commit messages follow project conventions.
github-info
Retrieve GitHub user profile and repository information using the gh CLI tool. Use when the user asks about their GitHub profile, statistics, repositories, or wants to view their GitHub information. Examples: Show me my GitHub profile, What are my top repositories, Get my GitHub stats.
collect-pr-info
Collect git info and prepare PR content for reedom-gh:pr-maker agent.
git
Git conventions for commits, branches, and pull requests. Conventional commit format and PR workflows.