gitkrakengitkrakenOfficialยท30 Agent Skills Included

vscode-gitlens

Automate GitLens development workflows from triage to merge

Automates the full GitLens extension development cycle: issue triage, bug investigation, planning, code review, testing, and commit cleanup. Eliminates manual GitHub issue sorting, repetitive scaffolding of commands and webviews, and slow live debugging of VS Code UI. Guides AI agents through accessibility audits, performance measurement, and merge-gate reviews so changes ship faster with fewer regressions.
npx skills add gitkraken/vscode-gitlens --all -g -y
Available:

Tells the AI agent how to work in the GitLens codebase, including coding standards, build commands, architecture layout, and which sub-skills to invoke for commits, reviews, and debugging.

All Skills in This Repository (30)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
gitkrakengitkraken

commit

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

Official
Intermediate
๐Ÿ“ฆ In Repo
gitkrakengitkraken

add-test

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

Official
Intermediate
๐Ÿ“ฆ In Repo
gitkrakengitkraken

create-issue

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

Official
Advanced
๐Ÿ“ฆ In Repo
gitkrakengitkraken

audit-commits

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

Official
Intermediate
๐Ÿ“ฆ In Repo
gitkrakengitkraken

deep-planning

Analyze codebases and research external solutions to formulate technical approaches.

Official
Advanced
๐Ÿ“ฆ In Repo
gitkrakengitkraken

investigate

Trace code paths and validate hypotheses for root cause analysis.

Official
Advanced
๐Ÿ“ฆ In Repo
gitkrakengitkraken

add-webview

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

Official
Intermediate
๐Ÿ“ฆ In Repo
gitkrakengitkraken

deep-review

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

Official
Advanced
๐Ÿ“ฆ In Repo
gitkrakengitkraken

add-ai-provider

Generate boilerplate code and configuration for integrating AI providers into GitLens.

Official
Intermediate
๐Ÿ“ฆ In Repo
gitkrakengitkraken

review

Analyzes code diffs against GitLens standards and audits impact completeness.

Official
Advanced
๐Ÿ“ฆ In Repo
gitkrakengitkraken

challenge-plan

Extract assumptions, verify claims against code, and classify concerns by severity.

Official
Advanced
๐Ÿ“ฆ In Repo
gitkrakengitkraken

analyze

Analyzes code changes by tracing execution paths and edge cases for risks.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install GitLens skills?โ–ผ

Run `npx skills add gitkraken/vscode-gitlens --all -g -y` in your terminal to install all skills in this suite globally.

What do the GitLens agent skills automate?โ–ผ

They automate the extension's development workflow: triaging GitHub issues, investigating bugs, planning features, reviewing code, generating tests, and formatting commits.

Can AI triage and prioritize GitHub issues?โ–ผ

Yes. The triage, investigate, prioritize, and update-issues skills form a pipeline that evaluates issues, finds root causes, recommends priorities, and applies labels or comments with your confirmation.

Do these skills work with Claude Code?โ–ผ

Yes. All skills follow the standard SKILL.md format and run in Claude Code and other compatible AI coding agents.

Can AI test and debug the running VS Code extension?โ–ผ

Yes. The live-inspect, live-exercise, and live-perf skills launch a real VS Code instance, drive the UI, measure performance, and verify fixes with screenshots and logs.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’