Kevin
Community@KevinHuangIsLearning
_Kevin_Huang
Agent Skills by Kevin
Showing 48 vetted skills indexed across 1 GitHub repositories.
launch
Launch Code OSS builds with isolated profiles and unique debug ports for Playwright automation and dap-cli debugging.
code-oss-logs
Locate and read timestamped process logs from Code OSS dev builds.
chat-customizations-editor
Guides development and testing of the Chat Customizations management editor in Code OSS.
policy-and-managed-settings
Route enterprise Copilot controls to runtime managed settings or VS Code configuration policies.
memory-leak-audit
Audit TypeScript code for memory leaks in event listeners and disposable patterns.
component-fixtures
Create themed UI component fixtures for screenshot testing in VS Code.
author-contributions
Identify files an author contributed to on a branch, tracing contributions through git renames.
symbolicate-crash-dump
Symbolicate native VS Code crash dumps into readable backtraces using electron-minidump.
azure-pipelines
Queue, monitor, and cancel Azure DevOps pipeline builds for VS Code validation.
fix-ci-failures
Diagnose and fix failing CI checks on pull requests using the GitHub CLI.
customizations-in-the-agent-host
Diagnose and fix customization enablement bugs in the agent host architecture.
agent-host-logs
Analyze Agent Host debug log export bundles to diagnose session, transport, and SDK issues.
chat-perf
Benchmarks chat rendering performance and detects memory leaks in VS Code builds.
unit-tests
Runs VS Code unit tests via the runTests tool or platform test scripts with filtering options.
integration-tests
Runs VS Code integration tests via test-integration scripts with filtering options.
design-philosophy
Applies a Values-Principles-Moves vocabulary to review and fix VS Code UI design decisions.
ux-css-layout
Applies VS Code CSS conventions for layout, naming, sizing, and text truncation.
otel
Guides OpenTelemetry instrumentation of spans, metrics, and events in the Copilot Chat extension.
cpu-profile-analysis
Analyze V8 CPU profiles and Chrome DevTools trace files to find performance bottlenecks.
smoke-tests
Runs and debugs VS Code end-to-end smoke tests across Electron, web, and remote suites.
feedback-learning
Classify and record corrective feedback into tests, design documents, instructions, or learning inboxes.
sessions
Guides implementation and review of Agents Window code under src/vs/sessions.
auto-perf-optimize
Automate VS Code scenarios to capture heap snapshots and diagnose memory leaks.
agent-host-chat-contributions
Implement and review cross-cutting agent-host chat lifecycle contributions in TypeScript.
Frequently Asked Questions About Kevin
FAQPage SchemaWhat 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.