Topic: git
66 skills in this topic.
-
commit-helper
Generate conventional commit from staged changes
chmouel/lazyworktree 202
-
recall
Reconstruct and narrate the current development context from contextual commits. Run at session start, when resuming work, or when switching branches. Produces a brief, conversational summary of where things stand.
berserkdisruptors/contextual-commits 125
-
contextual-commit
Write contextual commits that capture intent, decisions, and constraints alongside code changes. Use when committing code, finishing a task, or when the user asks to commit. Extends Conventional Commits with structured action lines in the commit body that preserve WHY code was written, not just WHAT changed.
berserkdisruptors/contextual-commits 125
-
vibegit
memovai/memov 187
-
team-create
Create a collaborative agent team with roles, personalities, and skills. Use when: user says "create team", "build a team", "新建团队", "创建团队", "组建团队", "搭建团队". Do NOT use for managing existing teams or assigning tasks to teams.
clawwork-ai/ClawWork 453
-
sync-gateway-docs
clawwork-ai/ClawWork 453
-
investigate
Structured investigation of a bug or unexpected behavior before implementing a fix
gitkraken/vscode-gitlens 9,774
-
worktree
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees following GitLens conventions
gitkraken/vscode-gitlens 9,774
-
review
Code review against GitLens standards with optional impact completeness audit
gitkraken/vscode-gitlens 9,774
-
inspect-live
Launch VS Code with GitLens via Playwright and inspect the running extension — read UI text, check feature flags, read logs, take screenshots
gitkraken/vscode-gitlens 9,774
-
deep-review
Use when reviewing a change set before merge, when tracing code paths for correctness, or when a thorough merge-blocking review is needed rather than a surface-level checklist
gitkraken/vscode-gitlens 9,774
-
deep-planning
Use when formulating the best technical approach for a task — before writing implementation plans or code. Triggers on architecture decisions, complex features, refactors, or when the user asks how to approach something. Investigates current codebase, questions existing patterns, researches alternatives, and presents approaches with trade-offs.
gitkraken/vscode-gitlens 9,774
-
create-issue
Create GitHub issues from uncommitted changes or commits
gitkraken/vscode-gitlens 9,774
-
commit
Create well-formatted git commits following GitLens conventions
gitkraken/vscode-gitlens 9,774
-
challenge-plan
Use when reviewing or stress-testing a proposed technical approach, implementation plan, or architecture decision. Triggers when asked to review a plan, play devil's advocate, poke holes, or validate an approach before implementation begins.
gitkraken/vscode-gitlens 9,774
-
audit-commits
Audit commits for issues and CHANGELOG entries
gitkraken/vscode-gitlens 9,774
-
analyze
Deep design and implementation analysis with devil's advocate evaluation
gitkraken/vscode-gitlens 9,774
-
add-webview
Create new webviews with IPC protocol, Lit app, and registration
gitkraken/vscode-gitlens 9,774
-
add-test
Generate unit or E2E test files for existing code
gitkraken/vscode-gitlens 9,774
-
add-icon
Add new icons to the GitLens GL Icons font
gitkraken/vscode-gitlens 9,774
-
add-command
Create new VS Code commands with all required boilerplate
gitkraken/vscode-gitlens 9,774
-
add-ai-provider
Add a new AI provider integration to GitLens
gitkraken/vscode-gitlens 9,774
-
ampel-i18n
Internationalize and localize applications using ampel-i18n-builder. Use when the user wants to (1) extract translatable strings from source code, (2) refactor code to automatically replace hardcoded strings with i18n calls, (3) add multi-language support to a project, (4) translate an app into multiple languages, (5) generate i18n translation files, (6) check translation coverage or find missing translations, (7) sync translations across locales, or when user types /ampel-i18n:localize. Supports React/TypeScript (JSON), Rust (YAML), and Java/Spring (.properties).
pacphi/ampel 4
-
Hug SCM Repository Analysis
Expert-level Git repository investigation using Hug SCM tools for understanding code evolution, tracking down bugs, analyzing changes, and managing development workflows
elifarley/hug-scm 2