Skip to main content
مستودع GitHub

vscode-gitlens

يحتوي vscode-gitlens على 26 من skills المجمعة من gitkraken، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
26
Stars
9.9k
محدث
2026-07-29
Forks
1.8k
التغطية المهنية
6 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

live-inspect
محللو ضمان جودة البرمجيات والمختبرون

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 → fix → re-verify), use `/live-exercise` instead.

2026-07-29
live-exercise
محللو ضمان جودة البرمجيات والمختبرون

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. Not for pure-logic diff review.

2026-07-29
a11y-audit
مصممو واجهات الويب والرقمية

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 cross-program planning.

2026-07-04
a11y-flow-audit
مصممو واجهات الويب والرقمية

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 new a11y bug. For single-component audits use /a11y-audit; for cross-program planning use /a11y-remediate.

2026-07-04
a11y-remediate
متخصصو إدارة المشاريع

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 inputs it has.

2026-07-04
add-icon
مطوّرو البرمجيات

Add new icons to the GitLens GL Icons font

2026-07-04
challenge-plan
مطوّرو البرمجيات

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.

2026-07-04
create-issue
مطوّرو البرمجيات

Create GitHub issues from uncommitted changes or commits

2026-07-04
deep-planning
مطوّرو البرمجيات

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 approaches with trade-offs.

2026-07-04
deep-review
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-07-04
investigate
مطوّرو البرمجيات

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

2026-07-04
live-pair
مطوّرو البرمجيات

Use when you want to iterate on a feature interactively with the user watching a running instance — pair-programming rhythm for UI-heavy work, redesigns, copy tightening, layout exploration, or any "let me just show you what I want" session. Not for systematic audit (/live-exercise) or perf-tuning (/live-perf).

2026-07-04
live-perf
مطوّرو البرمجيات

Use when you want to measure and improve the performance of a feature in the running extension, hunt regressions, or perf-tune before shipping. Standalone for perf-tuning an existing feature; also invoked by /live-exercise Phase 7. Not for static code review without measurement.

2026-07-04
modern-css
مطوّرو البرمجيات

Use when touching any CSS — new files, edits, audits, refactors, `<style>` blocks, CSS-in-JS, Tailwind config, design-token files, or reviewing CSS a teammate wrote. Applies to vanilla CSS, shadow DOM internals, web-component consumers, VS Code webviews, and framework-scoped styles. Skip only for files with no styles at all (e.g. `.py`/`.go`/`.rs` without embedded CSS).

2026-07-04
review
محللو ضمان جودة البرمجيات والمختبرون

Code review against GitLens standards with optional impact completeness audit

2026-07-04
update-issues
المهن الحاسوبية الأخرى

Update GitHub issues from triage, investigation, or prioritization reports — adds labels, posts comments, sets milestones, and closes issues with safety checks

2026-07-04
ux-review
مصممو واجهات الويب والرقمية

Use when reviewing a change set for user experience quality — traces user flows instead of code paths, validates that the implementation delivers the right experience against the goals doc's UX spec

2026-07-04
worktree
مطوّرو البرمجيات

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees following GitLens conventions

2026-05-27
add-test
محللو ضمان جودة البرمجيات والمختبرون

Generate unit or E2E test files for existing code

2026-04-19
dev-scope
متخصصو إدارة المشاريع

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.

2026-04-13
prioritize
مطوّرو البرمجيات

Prioritize triaged/investigated issues — recommends shortlist, backlog, won't fix, or community contribution with priority signals and draft communications

2026-04-13
triage
مطوّرو البرمجيات

Triage GitHub issues using an evidence pack — evaluates issues and produces a structured report with verdicts, confidence levels, and recommended actions

2026-04-13
add-webview
مطوّرو الويب

Create new webviews with IPC protocol, Lit app, and registration

2026-04-01
audit-commits
مطوّرو البرمجيات

Audit commits for issues and CHANGELOG entries

2026-04-01
commit
مطوّرو البرمجيات

Create well-formatted git commits following GitLens conventions

2026-04-01
add-command
مطوّرو البرمجيات

Create new VS Code commands with all required boilerplate

2026-02-21