GitKraken
Official@gitkraken
We make a suite of legendary Git tools that help developers be more productive – and teams collaborate more closely – wherever they are and wherever they code.
Agent Skills by GitKraken
Showing 30 vetted skills indexed across 1 GitHub repositories.
live-perf
Measures and improves VS Code extension performance through live baselines and verified fix loops.
consolidate-commits
Restructures a feature branch's commits into a minimal, reviewable history with a byte-identical final tree.
modern-css
Guides CSS authoring and audits using Baseline-aware modern features matched to browser targets and token systems.
prioritize
Evaluates triaged GitHub issues and recommends shortlist, backlog, won't-fix, or community-contribution resolutions.
a11y-remediate
Generates leader-facing accessibility remediation proposals from WCAG audit outputs and team context.
live-pair
Iterates on VS Code extension UI changes through a live feedback loop with screenshots.
a11y-flow-audit
Audit composed views for WCAG 2.1 AA compliance across landmarks, headings, and focus flow.
ux-review
Reviews change sets for user experience quality by tracing user flows against a goals document.
worktree
Creates isolated git worktrees in a sibling directory following GitLens branch naming conventions.
triage
Evaluates GitHub issues against evidence packs and produces structured triage reports with verdicts.
changelog-story
Reorganizes CHANGELOG unreleased sections into structured release notes with umbrella entries.
dev-scope
Generates goals documents from GitHub issues to scope development work before planning.
a11y-audit
Audit component code for WCAG 2.1 AA accessibility compliance via static analysis.
live-exercise
Exercises running VS Code UI features through live inspection, audit lenses, and iterative fix loops.
live-inspect
Inspect a running GitLens extension instance in VS Code via Playwright-driven MCP tools.
update-issues
Applies triage and investigation report decisions to GitHub issues via the gh CLI.
commit
Generate conventional Git commits with guided status checks and diff reviews.
add-test
Generate unit and end-to-end test files with templating for common frameworks.
create-issue
Create GitHub issues from uncommitted changes or commits and update CHANGELOG.
audit-commits
Audit Git commits between a tag and HEAD for issues and CHANGELOG entries.
deep-planning
Analyze codebases and research external solutions to formulate technical approaches.
investigate
Trace code paths and validate hypotheses for root cause analysis.
add-webview
Generate webview boilerplate with protocol definitions, provider classes, and Lit registration.
deep-review
Trace modified code paths end-to-end and analyze correctness, regression risk, and implementation quality.
Frequently Asked Questions About GitKraken
FAQPage SchemaWhat specific tasks are enabled by these version control capabilities?▼
These capabilities enable standardized commit generation, automated changelog updates, and rigorous code diff auditing. Users can trace execution paths, validate implementation quality against standards, and generate boilerplate for VS Code extensions, including webview registration and command configuration, directly within their development environment.
Which personas benefit most from these technical capabilities?▼
Software engineers, technical leads, and repository maintainers benefit most from these capabilities. The functionality is specifically designed for developers working within the VS Code ecosystem who require structured commit management, deep code path investigation, and rapid generation of extension-related boilerplate code.
What are the prerequisites for implementing these repository management functions?▼
Implementation requires an active Git repository and a VS Code environment. Users must have the GitLens extension installed, as these capabilities rely on its internal standards for diff analysis, icon font mapping, and TypeScript boilerplate generation for command and provider registration.