GitKraken avatar

GitKraken

Official

@gitkraken

0Followers
|
44Public Repos
|
30Published Skills

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.

Skills Distribution
DomainDeveloper To...Version Control Ma.. (40%)Code Review & Qual.. (30%)Repository Mainten.. (20%)Frontend Component.. (10%)

Agent Skills by GitKraken

Showing 30 vetted skills indexed across 1 GitHub repositories.

gitkrakengitkraken
9.9k

live-perf

Measures and improves VS Code extension performance through live baselines and verified fix loops.

Official
Advanced
gitkrakengitkraken
9.9k

consolidate-commits

Restructures a feature branch's commits into a minimal, reviewable history with a byte-identical final tree.

Official
Advanced
gitkrakengitkraken
9.9k

modern-css

Guides CSS authoring and audits using Baseline-aware modern features matched to browser targets and token systems.

Official
Advanced
gitkrakengitkraken
9.9k

prioritize

Evaluates triaged GitHub issues and recommends shortlist, backlog, won't-fix, or community-contribution resolutions.

Official
Advanced
gitkrakengitkraken
9.9k

a11y-remediate

Generates leader-facing accessibility remediation proposals from WCAG audit outputs and team context.

Official
Advanced
gitkrakengitkraken
9.9k

live-pair

Iterates on VS Code extension UI changes through a live feedback loop with screenshots.

Official
Advanced
gitkrakengitkraken
9.9k

a11y-flow-audit

Audit composed views for WCAG 2.1 AA compliance across landmarks, headings, and focus flow.

Official
Advanced
gitkrakengitkraken
9.9k

ux-review

Reviews change sets for user experience quality by tracing user flows against a goals document.

Official
Intermediate
gitkrakengitkraken
9.9k

worktree

Creates isolated git worktrees in a sibling directory following GitLens branch naming conventions.

Official
Intermediate
gitkrakengitkraken
9.9k

triage

Evaluates GitHub issues against evidence packs and produces structured triage reports with verdicts.

Official
Advanced
gitkrakengitkraken
9.9k

changelog-story

Reorganizes CHANGELOG unreleased sections into structured release notes with umbrella entries.

Official
Advanced
gitkrakengitkraken
9.9k

dev-scope

Generates goals documents from GitHub issues to scope development work before planning.

Official
Advanced
gitkrakengitkraken
9.9k

a11y-audit

Audit component code for WCAG 2.1 AA accessibility compliance via static analysis.

Official
Advanced
gitkrakengitkraken
9.9k

live-exercise

Exercises running VS Code UI features through live inspection, audit lenses, and iterative fix loops.

Official
Advanced
gitkrakengitkraken
9.9k

live-inspect

Inspect a running GitLens extension instance in VS Code via Playwright-driven MCP tools.

Official
Advanced
gitkrakengitkraken
9.9k

update-issues

Applies triage and investigation report decisions to GitHub issues via the gh CLI.

Official
Advanced
gitkrakengitkraken
9.9k

commit

Generate conventional Git commits with guided status checks and diff reviews.

Official
Intermediate
gitkrakengitkraken
9.9k

add-test

Generate unit and end-to-end test files with templating for common frameworks.

Official
Intermediate
gitkrakengitkraken
9.9k

create-issue

Create GitHub issues from uncommitted changes or commits and update CHANGELOG.

Official
Advanced
gitkrakengitkraken
9.9k

audit-commits

Audit Git commits between a tag and HEAD for issues and CHANGELOG entries.

Official
Intermediate
gitkrakengitkraken
9.9k

deep-planning

Analyze codebases and research external solutions to formulate technical approaches.

Official
Advanced
gitkrakengitkraken
9.9k

investigate

Trace code paths and validate hypotheses for root cause analysis.

Official
Advanced
gitkrakengitkraken
9.9k

add-webview

Generate webview boilerplate with protocol definitions, provider classes, and Lit registration.

Official
Intermediate
gitkrakengitkraken
9.9k

deep-review

Trace modified code paths end-to-end and analyze correctness, regression risk, and implementation quality.

Official
Advanced

Frequently Asked Questions About GitKraken

FAQPage Schema
What 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.