gitkraken

41 mods across 4 repositories, 10k stars between them.

inspector-driver

01

gitkraken/vscode-gitlens

Agent Claude Code

Drives the vscode-inspector MCP against a live VS Code + GitLens instance and returns raw evidence (probe values, console/log excerpts, geometry, measurements) as text. Default executor for live-inspection driving so the Opus orchestrator only reasons over distilled results. Returns evidence; does NOT judge, fix, or…

9.9k 3d ago A 72 tokens

WorktreeCreate

02

gitkraken/vscode-gitlens

Hook Claude Code

Runs when a git worktree is created, running node .claude/hooks/worktree.mts create. From gitkraken/vscode-gitlens.

9.9k 3d ago A tokens not measured

WorktreeRemove

03

gitkraken/vscode-gitlens

Hook Claude Code

Runs when a git worktree is removed, running node .claude/hooks/worktree.mts remove. From gitkraken/vscode-gitlens.

9.9k 3d ago A tokens not measured

PostToolUse

04

gitkraken/vscode-gitlens

Hook Claude Code

Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check (2 commands). From gitkraken/vscode-gitlens.

9.9k 3d ago A tokens not measured

PreToolUse

05

gitkraken/vscode-gitlens

Hook Claude Code

Runs before the agent uses a tool for Edit and Write tool calls, running an inline shell check. From gitkraken/vscode-gitlens.

9.9k 3d ago A tokens not measured

vscode-gitlens

06

gitkraken/vscode-gitlens

Settings file Claude Code

Agent settings declaring 4 hook events (WorktreeCreate, WorktreeRemove, PostToolUse, PreToolUse).

9.9k 3d ago A tokens not measured

a11y-audit

07

gitkraken/vscode-gitlens

Skill Claude CodeCodex

Use to audit a component, file, or directory for WCAG 2.1 AA accessibility compliance. Detects ARIA anti-patterns, missing semantics, keyboard gaps, and color-only information. Safety-first — refuses to emit fixes that would create a new accessibility bug. Scope is always explicit; do not use for page-level flow or…

9.9k 3d ago A 78 tokens

a11y-flow-audit

08

gitkraken/vscode-gitlens

Skill Claude CodeCodex

Use to audit a page, view, or composed flow for WCAG 2.1 AA compliance at the composition level - landmarks, heading hierarchy, tab order across components, focus handoff on modal open/close, live-region conflicts. Scope is page/view, NOT component internals. Safety-first - refuses to emit fixes that would create a…

9.9k 3d ago A 107 tokens

a11y-remediate

09

gitkraken/vscode-gitlens

Skill Claude CodeCodex

Use to produce a leader-facing remediation proposal from one or more /a11y-audit outputs plus team and product context. Translates audit findings into sprint plans, staffing asks, customer-facing language, compliance rollups, and critical-path analysis. Refuses to fabricate numbers, owners, or commitments beyond the…

9.9k 3d ago A 72 tokens

challenge-plan

15

gitkraken/vscode-gitlens

Skill Claude CodeCodex

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.

9.9k 3d ago A 46 tokens

commit

16

gitkraken/vscode-gitlens

Skill Claude CodeCodex

Create well-formatted git commits following GitLens conventions.

9.9k 3d ago A 12 tokens

consolidate-commits

17

gitkraken/vscode-gitlens

Skill Claude CodeCodex

Consolidate a feature branch's commits into the minimum number of valuable commits with no add-then-undo churn, verifying the final tree is byte-identical. Use whenever the user asks to clean up, consolidate, squash, restructure, or curate a branch's commits, wants "reviewable commits" before landing or opening a PR…

9.9k 3d ago A 98 tokens

deep-planning

19

gitkraken/vscode-gitlens

Skill Claude CodeCodex

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…

9.9k 3d ago A 65 tokens

deep-review

20

gitkraken/vscode-gitlens

Skill Claude CodeCodex

Use to gate a change set before merge — delegates bug-hunting to the built-in code-review skill, then layers goals.md alignment, cross-platform/consumer completeness, and validation-gap analysis into a merge verdict. For standards/checklist compliance use /review.

9.9k 3d ago A 54 tokens

dev-scope

21

gitkraken/vscode-gitlens

Skill Claude CodeCodex

Scope a unit of work into a goals document — defines what and why, not how. Bridge between triage output and dev planning. Produces .work/dev/{identifier}/goals.md for /deep-planning to consume.

9.9k 3d ago A 50 tokens

investigate

22

gitkraken/vscode-gitlens

Skill Claude CodeCodex

Investigate bugs — single-issue deep root cause analysis or batch parallel investigation from a report or issue list.

9.9k 3d ago A 24 tokens

live-exercise

23

gitkraken/vscode-gitlens

Skill Claude CodeCodex

Use whenever any UI-bearing work touches a running instance — building or fixing a feature, ship-gating, auditing, OR debugging visible bugs (flaky behavior, intermittent rendering, "sometimes does X" reports, hover/focus/animation glitches, layout overflow). Adaptive depth from tactical fix-loop to ship-gate audit.…

9.9k 3d ago A 76 tokens

live-inspect

24

gitkraken/vscode-gitlens

Skill Claude CodeCodex

Use for one-off / single-question inspection of the running GitLens extension — examining UI state, reading logs, checking feature flags, dispatching a command, or asking "what does the live DOM look like right now". Reference for vscode-inspector MCP primitives. For iterative debug-and-fix loops on UI bugs (sweep →…

9.9k 3d ago B 87 tokens