vscode-gitlens
Automate GitLens development workflows from triage to merge
All Skills in This Repository (30)
Pure Emerald Level Indicatorscommit
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.
add-ai-provider
Generate boilerplate code and configuration for integrating AI providers into GitLens.
review
Analyzes code diffs against GitLens standards and audits impact completeness.
challenge-plan
Extract assumptions, verify claims against code, and classify concerns by severity.
analyze
Analyzes code changes by tracing execution paths and edge cases for risks.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core