Kevin avatar

Kevin

Community

@KevinHuangIsLearning

7Followers
|
17Public Repos
|
48Published Skills

_Kevin_Huang

Skills Distribution
DomainDeveloper To...VS Code Core Devel.. (35%)Testing & CI/CD Pi.. (25%)Performance & Memo.. (15%)UI/UX, Theming & A.. (15%)

Agent Skills by Kevin

Showing 48 vetted skills indexed across 1 GitHub repositories.

KevinHuangIsLearningKevinHuangIsLearning
10

launch

Launch Code OSS builds with isolated profiles and unique debug ports for Playwright automation and dap-cli debugging.

Community
Advanced
KevinHuangIsLearningKevinHuangIsLearning
10

code-oss-logs

Locate and read timestamped process logs from Code OSS dev builds.

Community
Intermediate
KevinHuangIsLearningKevinHuangIsLearning
10

chat-customizations-editor

Guides development and testing of the Chat Customizations management editor in Code OSS.

Community
Advanced
KevinHuangIsLearningKevinHuangIsLearning
10

policy-and-managed-settings

Route enterprise Copilot controls to runtime managed settings or VS Code configuration policies.

Community
Advanced
KevinHuangIsLearningKevinHuangIsLearning
10

memory-leak-audit

Audit TypeScript code for memory leaks in event listeners and disposable patterns.

Community
Intermediate
KevinHuangIsLearningKevinHuangIsLearning
10

component-fixtures

Create themed UI component fixtures for screenshot testing in VS Code.

Community
Intermediate
KevinHuangIsLearningKevinHuangIsLearning
10

author-contributions

Identify files an author contributed to on a branch, tracing contributions through git renames.

Community
Intermediate
KevinHuangIsLearningKevinHuangIsLearning
10

symbolicate-crash-dump

Symbolicate native VS Code crash dumps into readable backtraces using electron-minidump.

Community
Advanced
KevinHuangIsLearningKevinHuangIsLearning
10

azure-pipelines

Queue, monitor, and cancel Azure DevOps pipeline builds for VS Code validation.

Community
Advanced
KevinHuangIsLearningKevinHuangIsLearning
10

fix-ci-failures

Diagnose and fix failing CI checks on pull requests using the GitHub CLI.

Community
Intermediate
KevinHuangIsLearningKevinHuangIsLearning
10

customizations-in-the-agent-host

Diagnose and fix customization enablement bugs in the agent host architecture.

Community
Advanced
KevinHuangIsLearningKevinHuangIsLearning
10

agent-host-logs

Analyze Agent Host debug log export bundles to diagnose session, transport, and SDK issues.

Community
Intermediate
KevinHuangIsLearningKevinHuangIsLearning
10

chat-perf

Benchmarks chat rendering performance and detects memory leaks in VS Code builds.

Community
Advanced
KevinHuangIsLearningKevinHuangIsLearning
10

unit-tests

Runs VS Code unit tests via the runTests tool or platform test scripts with filtering options.

Community
Intermediate
KevinHuangIsLearningKevinHuangIsLearning
10

integration-tests

Runs VS Code integration tests via test-integration scripts with filtering options.

Community
Intermediate
KevinHuangIsLearningKevinHuangIsLearning
10

design-philosophy

Applies a Values-Principles-Moves vocabulary to review and fix VS Code UI design decisions.

Community
Intermediate
KevinHuangIsLearningKevinHuangIsLearning
10

ux-css-layout

Applies VS Code CSS conventions for layout, naming, sizing, and text truncation.

Community
Intermediate
KevinHuangIsLearningKevinHuangIsLearning
10

otel

Guides OpenTelemetry instrumentation of spans, metrics, and events in the Copilot Chat extension.

Community
Advanced
KevinHuangIsLearningKevinHuangIsLearning
10

cpu-profile-analysis

Analyze V8 CPU profiles and Chrome DevTools trace files to find performance bottlenecks.

Community
Advanced
KevinHuangIsLearningKevinHuangIsLearning
10

smoke-tests

Runs and debugs VS Code end-to-end smoke tests across Electron, web, and remote suites.

Community
Intermediate
KevinHuangIsLearningKevinHuangIsLearning
10

feedback-learning

Classify and record corrective feedback into tests, design documents, instructions, or learning inboxes.

Community
Intermediate
KevinHuangIsLearningKevinHuangIsLearning
10

sessions

Guides implementation and review of Agents Window code under src/vs/sessions.

Community
Intermediate
KevinHuangIsLearningKevinHuangIsLearning
10

auto-perf-optimize

Automate VS Code scenarios to capture heap snapshots and diagnose memory leaks.

Community
Advanced
KevinHuangIsLearningKevinHuangIsLearning
10

agent-host-chat-contributions

Implement and review cross-cutting agent-host chat lifecycle contributions in TypeScript.

Community
Advanced

Frequently Asked Questions About Kevin

FAQPage Schema
What tasks can I accomplish with KevinHuangIsLearning's skills?▼

The skills cover VS Code core development end to end: launching debuggable Code OSS builds, running unit/integration/smoke tests, fixing CI failures, symbolicating Electron crash dumps, analyzing heap snapshots and CPU profiles, auditing memory leaks, applying theming and accessibility standards, and managing git sessions from commit through draft PR.

Who are these skills designed for?▼

They target engineers contributing to the microsoft/vscode repository and its Copilot Chat extension—VS Code team members, extension host developers, and agent host engineers working on chat UI, MCP servers, plugins, and the Agents window. Some skills, like symbolicate-crash-dump, are explicitly restricted to VS Code team members.

What are the prerequisites and runtime dependencies?▼

Most skills assume a local microsoft/vscode checkout. Specific dependencies include the gh CLI for CI failure investigation, Azure CLI for flaky smoke-test artifact downloads, @playwright/cli for UI driving, electron-minidump for crash symbolication, and macOS or Linux for certain debugging skills.

How do the testing and CI skills work in practice?▼

Skills wrap the repo's own scripts—scripts/test.sh, test-integration.sh, and npm run smoketest—with filtering, globbing, and debugging arguments. CI skills locate failed PR checks, download logs and artifacts, extract root causes, and iterate fixes; screenshot skills refresh committed blocks-ci baselines after the Screenshots & Tests check fails.

Are these skills open source and free to use?▼

The skills are published publicly in Kevin Huang's GitHub registry at no cost. However, they are purpose-built for the VS Code codebase, so their value depends on working within that repository; several reference internal pipelines, team-only symbol files, and the Copilot agent host architecture.